jhonny_yang
Full Member level 2
udofun said:useful. 8)
If you are interested how @ltera does this:
@ltera QPSK Modem Referance Design
an281.pdf
No need point if download from here
**broken link removed**
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
udofun said:useful. 8)
If you are interested how @ltera does this:
@ltera QPSK Modem Referance Design
an281.pdf
neocool said:Unfortunately, they use prebuild cores. Even though Xilinx has all the required blocks, I don't have the luxury of using CoreGen. So, I have to write my own VHDL code.
mazi3 said:if you want to calculate sine/cosine with cordic, it requires a "real vector", that mean, that you have to first put x=1;y=0; and then iterate to desired angle.
but cordic has some gain (1.6...) soo, instead one, you have to put x=1/1.6... at first iteration. only in thos way, result will be x^2+y^2=1 if you need different amplitude at the exit, you simply change first value of iteretion.