mirror of
https://github.com/supleed2/cordic.git
synced 2024-12-22 05:35:51 +00:00
Update README.md
This commit is contained in:
parent
6475de9495
commit
4ac4c5266a
|
@ -1,2 +1,9 @@
|
||||||
# cordic
|
# cordic
|
||||||
|
|
||||||
SystemVerilog CORDIC block that converts from an input phase (sawtooth wave) to a sine wave
|
SystemVerilog CORDIC block that converts from an input phase (sawtooth wave) to a sine wave
|
||||||
|
|
||||||
|
## cordic.sv
|
||||||
|
|
||||||
|
Input: 0-65535 (16 bit) = $0$-$\frac{\pi}{2}$ radians or $0$-$90$°
|
||||||
|
|
||||||
|
Output: 0-65535 (16 bit) = $0$-$1$
|
||||||
|
|
Loading…
Reference in a new issue