How can adder configuration be modified in Discrete FIR Filter (DSP System Toolbox HDL Coder Support)?
2 views (last 30 days)
Show older comments
The Discrete FIR Filter defaults to a linear adder architecture with no pipelining, leading to large propagation delays. Is there a way to modify the architecture to implement an adder tree with pipelining?
0 Comments
Answers (1)
Rohit Jain
on 1 Mar 2016
You can try using the property 'AddPipelineRegisters'.
Refer to below doc for more details:
Hope this helps.
0 Comments
See Also
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!