Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit e0ccd03

Browse files
Add README.md
1 parent e6914b1 commit e0ccd03

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

‎README.md‎

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# CORDIC Algorithms in python
2+
This repository contains python implementation of CORDIC algorithms in Jupyter notebook. All the description is within the only jupyter notebook.
3+
4+
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.
5+
6+
Link for [jupyter notebook](cordic_implementation.ipynb)
7+
8+
All the description of the algorithm is within the Jupyter notebook due to no support of LaTeX in markdown.
9+
# Contribution
10+
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.
11+
12+
# License
13+
cordic-implementation-python is licensed under [MIT License](LICENSE.md)

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /