Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
17256 ディスカッション

SDR Implimenation

Altera_Forum
名誉コントリビューター II
1,270件の閲覧回数

I am currently working on SDR as my M.tech Thesis..I got a link from YOUTUBE about this link http://www.arrow.com/beradio by ALTERA SDR Implementation of BeRadio.......This link(udpsdr_hf0_12272012.qar Archieve file) could have been great help for my project,just for reference design using ALTERA Board...But this link in ALTERA website is closed....This link is all about SDR Verilog implementation of AM modlation and Demodulation....Can any one please help me about the above query....Thanks....

0 件の賞賛
2 返答(返信)
Altera_Forum
名誉コントリビューター II
555件の閲覧回数

There are many different open source SDR out there. 

 

AM/OOK Modulation/Demodulation is the simplest. A simply way to channelize your band is to just use and FFT then run the resulting bins through a square rooter, then a correlator. 

 

If you need FM/FSK/GFSK/PSK you will need a CORDIC (which can also be used to give you the Square root) 

 

Pete
Altera_Forum
名誉コントリビューター II
555件の閲覧回数

Thank you for the reply...But I am new to verilog implementation of communication algorithm like modulation,demodulation,symbol mapping,demapping,filtering in digital domain ...so need some help regarding simplest implementation......Thanks

返信