How can adder configuration be modified in Discrete FIR Filter (DSP System Toolbox HDL Coder Support)?
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?
Answers (1)
Rohit Jain
on 1 Mar 2016
0 votes
You can try using the property 'AddPipelineRegisters'.
Refer to below doc for more details:
Hope this helps.
Categories
Show more
Find more on Linear Prediction in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!