B
b2508
Guest
Hi all,
I need to implement DC blocker in FPGA. Data samples are coming at ever
clock cycle.
My original idea was to implement high pass filter as in formula below:
y[n] = x[n] - x[n-1] + p*y[n-1]
However it seems to me that I cannot achieve this with the given dat
rate. I am unable to calculate output by the time when I need it i
feedback loop for the next sample.
Is there some way to do this that I don't see?
If not, I was thinking of finding mean value of signal and subtracting i
from signal in order to clear DC.
However, I do not know how to determine appropriate number of samples fo
this and do i do this by FIR filtering with all coefficients equal t
1/N?
Thank you in advance.
--------------------------------------
Posted through http://www.FPGARelated.com
I need to implement DC blocker in FPGA. Data samples are coming at ever
clock cycle.
My original idea was to implement high pass filter as in formula below:
y[n] = x[n] - x[n-1] + p*y[n-1]
However it seems to me that I cannot achieve this with the given dat
rate. I am unable to calculate output by the time when I need it i
feedback loop for the next sample.
Is there some way to do this that I don't see?
If not, I was thinking of finding mean value of signal and subtracting i
from signal in order to clear DC.
However, I do not know how to determine appropriate number of samples fo
this and do i do this by FIR filtering with all coefficients equal t
1/N?
Thank you in advance.
--------------------------------------
Posted through http://www.FPGARelated.com