Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/suyashmahar/cordic-algorithm-python
Descriptive implementation of CORDIC algorithms (based on Ray Andraka's paper) in python using Jupyter notebook
https://github.com/suyashmahar/cordic-algorithm-python
cordic jupyter-notebook
Last synced: 10 days ago
JSON representation
Descriptive implementation of CORDIC algorithms (based on Ray Andraka's paper) in python using Jupyter notebook
- Host: GitHub
- URL: https://github.com/suyashmahar/cordic-algorithm-python
- Owner: suyashmahar
- License: mit
- Created: 2017-05-12T15:49:08.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-06-24T03:20:44.000Z (over 7 years ago)
- Last Synced: 2024-12-21T01:35:36.062Z (16 days ago)
- Topics: cordic, jupyter-notebook
- Language: Jupyter Notebook
- Homepage:
- Size: 368 KB
- Stars: 9
- Watchers: 3
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CORDIC Algorithms in python
This repository contains python implementation of CORDIC algorithms in Jupyter notebook. All the description is within the only jupyter notebook.All the implementation is within a single jupyter notebook. Implementation is almost similar to what is mentioned in Ray Andraka's paper *A survey of CORDIC algorithms for FPGA based computers (1988).* With few changes which are described in the notes at the end of the implementation.
Link for [jupyter notebook](cordic_implementation.ipynb)
All the description of the algorithm is within the Jupyter notebook - reason being no support of LaTeX in markdown.
# Contribution
Feel free to [file issues](https://github.com/suyashmahar/cordic-algorithm-python/issues) and submit [pull requests](https://github.com/suyashmahar/cordic-algorithm-python/pulls) – contributions are welcome.# License
cordic-algorithm-python is licensed under [MIT License](LICENSE.md)