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.

Sample Delay in FIR Filters

Status
Not open for further replies.

Sandrokottus

Newbie level 1
Newbie level 1
Joined
Apr 23, 2013
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Visit site
Activity points
1,288
Hi, I am new to verilog and am trying to simulate and synthesize an FIR filter. Now the filter equation is- y(n)=ax(n)+bx(n-1)+cx(n-2)+.....
My question is basically how to produce x(n-1), x(n-2) and so on from x(n). In some literature, pipeline delays have been mentioned. I just want a simple model that can reproduce the x(n-1), etc.. Is producing x(n-1), x(n-2),etc. same as 1 clock cycle delay, 2 clock cycle delay, etc? Kindly help
 

use a shift register. THen you have access to X(n-m), where m is the length of the shift register.
 
Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top