Sample Delay in FIR Filters

Status
Not open for further replies.

Sandrokottus

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=ax+bx(n-1)+cx(n-2)+.....
My question is basically how to produce x(n-1), x(n-2) and so on from x. 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.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…