Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

feedback architecture for FIR filter

Status
Not open for further replies.
feedback is used when u have less MAC units then filter length.
eg. 4 tap fir filter
y=x[3]*c[3]+x[2]*c[2] + x[1]*c[1]+x[0]*c[0]
when having only 2 multiplayers available:
ACC=x[3]*c[3]+x[2]*c[2] then
ACC=x[1]*c[1]+x[0]*c[0] + ACC (feedback)
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top