Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)

SDR Implimenation

Altera_Forum
Honored Contributor II
1,268 Views

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 Kudos
2 Replies
Altera_Forum
Honored Contributor II
553 Views

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
0 Kudos
Altera_Forum
Honored Contributor II
553 Views

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

0 Kudos
Reply