Hello all,
I am trying to evaluate HPF response of ADS1282. The equation 14 in datasheet shows HPF(Z) = (2 - a) / 2 * (1 - Z^-1) / (1 - bZ^-1).
What is the meaning of the 'a' in this equation.
Thank you
Vitaly
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hello all,
I am trying to evaluate HPF response of ADS1282. The equation 14 in datasheet shows HPF(Z) = (2 - a) / 2 * (1 - Z^-1) / (1 - bZ^-1).
What is the meaning of the 'a' in this equation.
Thank you
Vitaly
Hi Vitaliy,
Welcome to the TI E2E forums!
The 'a' term applies a gain error to the transfer function. I've spent a few hours trying to solve this equation for the values of 'a' and 'b' in the past and eventually ended up just adding the gain error term (from Equation 13) to a typical single-pole HPF response. You can find my results in the attached Excel file:
Best regards,
Chris
Hello Chris,
Thank you for the spreadsheet. It is very helpful.
One more question. How would you compute the zeroes and poles of that filter? Say, I need them for 0.1Hz and 0.01Hz corner frequency at 250 SPS.
Thank you
Vitaly
Hello Chris,
Sorry for the confusion. Here is what I meant.
The Z Transfer function of the first order filter is H(Z) = (Z - z0) / (Z - p0), where z0 and p0 are zero and the pole.
From the equation 14 I can see that z0 = 1 and p0 = b, where b = (1 + (1 - a)^2) / 2.
How do I compute 'a' for different cut off frequencies and sample rates?
Thanks,
Vitaly