using a AC coupled circuit, i.e adding a Capacitor
Sigiloso
10 de abr. de 2014
1-pole high pass filter with cutoff @ ~10Hz
In plain C, the difference equation for the dc blocker could be written as follows:
y = x - xm1 + 0.995 * ym1;
xm1 = x;
ym1 = y;