Discrete FIR Filter input port
Ältere Kommentare anzeigen
Hi,
I am trying to use a Discrete FIR Filter HDL Optimized with a signal as data input and another signal (from a lookup table) as coefficient, so I want to use the coefficient source as Input port.
In the settings the Input port is indicated as Parallel interface.
How my coefficient signal can be used in this case? How do I parallelize it?
Thanks
Antworten (1)
Bharath Venkataraman
am 14 Sep. 2020
0 Stimmen
As you have observed, all the coefficients are to be provided at the input interface.
One way to do this would be to take each value from your lookup table, store it into a bank of registers and then pass the entire set to the FIR block.
Kategorien
Mehr zu HDL Code Generation finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!