Discrete FIR Filter input port

4 ビュー (過去 30 日間)
Osman Ozkan
Osman Ozkan 2020 年 9 月 9 日
回答済み: Bharath Venkataraman 2020 年 9 月 14 日
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
Bharath Venkataraman 2020 年 9 月 14 日
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.

製品


リリース

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by