Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
9 years ago

Frequency Hopping Spread Spectrum in VHDL

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

1 Reply

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    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.