Discrete FIR Filter input port

3 visualizaciones (últimos 30 días)
Osman Ozkan
Osman Ozkan el 9 de Sept. de 2020
Respondida: Bharath Venkataraman el 14 de Sept. de 2020
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

Respuestas (1)

Bharath Venkataraman
Bharath Venkataraman el 14 de Sept. de 2020
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.
This example shows you a way to do the above implementation.

Categorías

Más información sobre HDL Code Generation en Help Center y File Exchange.

Productos


Versión

R2020a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by