Discrete FIR Filter input port

2 次查看(过去 30 天)
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

回答(1 个)

Bharath Venkataraman
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.

类别

Help CenterFile Exchange 中查找有关 HDL Code Generation 的更多信息

产品


版本

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by