bhalke.santosh
Newbie level 3
- Joined
- May 23, 2013
- Messages
- 4
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,281
- Activity points
- 1,305
can any one explain me the operation of FIR Filter for each of the samples given as input?
what I understood is,
"In my FIR Filter I've 127 coefficients. In this filter if I give an input sample stream to FIR Filter, it will take one sample first get Multiply-add with 127 coefficients and come out as output first sample, after that second sample get as input and this also get Multiply-add with 127 coefficients gives output second sample, this way each sample of the sample stream get 127 rounds and gives the filtered output sample stream."
please correct me If I'm wrong.
what I understood is,
"In my FIR Filter I've 127 coefficients. In this filter if I give an input sample stream to FIR Filter, it will take one sample first get Multiply-add with 127 coefficients and come out as output first sample, after that second sample get as input and this also get Multiply-add with 127 coefficients gives output second sample, this way each sample of the sample stream get 127 rounds and gives the filtered output sample stream."
please correct me If I'm wrong.