Jump to content
  • 0

Signal Generation - DDS Compiler, CORDIC, PL, PS - Comparison


3rdClassLidlToaster

Question

Hi,

I had two questions concerning Signal generation with Zynq SoC or FPGA.

As far as i know there would be four methods to realize a signal generator:

Using DDS compiler IP; Using CORDIC IP; Make own implementation in Micorcontroller Part of SoC; Make own implementation in PL Part or FPGA

1) Are these all possibilities for Implementation or i forgot one ?

2) What are the advantages and disadvantages comparing these possibilities ?

Greetings

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

You are not specific regarding the type of "implementation " you mean here - Make own implementation in Micorcontroller Part of SoC; Make own implementation in PL Part or FPGA

1. Signal gen can also be done using look-up tables. Depending on the nature of signal to be generated, the "look-up" table method is supposed to be efficient. The savings in processing time can be significant, because retrieving a value from memory (where loop-up table values are stored) is often faster than carrying out an "expensive" computation or input/output operation.

2. That is your homework, search out and compare!

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...