I need to calculate an arctan in VHDL. For this i'm going to use the Cilinx IP Core "Cordic V4.0". This is the datasheet:
https://www.xilinx.com/support/documentation/ip_documentation/cordic_ds249.pdf
I´ve read that the arctan calculation needs input values from -1 to 1.
My values have a range of 2^32 bit (integer, no fraction).
Is it necessary to convert my input values before putting them into the Cordic-Algorithm?
If yes how should they be converted?
Regards, Erik