Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
20705 Discussions

Frequency Hopping Spread Spectrum in VHDL

Altera_Forum
Honored Contributor II
978 Views

Hello! 

 

I am working on a project to design a FHSS system. So far, I have managed to design the PN code generator, but I have some difficulty working on the (Frequency Synthesizer) part. I would be very grateful if you could help me with it.  

 

 

Regards
0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
293 Views

Based on your previous posts, I assumed that you want to supply appropriate commands to an external frequency synthesizer. 

If you want to implement a frequency synthesizer inside the FPGA, you may design a DDS which supports several Sine waves (search about how to generate a Sine wave digitally). Also you may use PLLs inside FPGA and try to program their parameters on the fly. I'm not sure how difficult it is to do the last. 

 

P.S.: You cannot generate high frequency Sine waves inside FPGA, specifically if you target Cyclone-II.
0 Kudos
Reply