Other Parts Discussed in Thread: PGA460
Hi team,
What is the figure of merit for the PGA460 bandpass filter coefficients calculation? What is the included filter coefficients? Thanks.
Best Regards,
Cherry
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 Cherry,
Thanks for posting to sensors forum!
Please refer to this post regarding bandpass filter coefficient calculation: https://e2e.ti.com/support/sensors-group/sensors/f/sensors-forum/819254/pga460-frequency-offset-in-high-frequency-mode/3042619#3042619
I am not sure what they mean by what is the included filter coefficients are they asking to what are the automatically generated coefficients for frequencies below 80-480kHz?
Best,
Isaac
Hi Isaac,
Thanks for your support!
are they asking to what are the automatically generated coefficients for frequencies below 80-480kHz?
Yes, what are the automatically generated coefficients for frequencies below 80kHz?
Thanks and regards,
Cherry
Hello Cherry,
Thanks for the clarification, the coefficients generated automatically for frequencies below 80kHz are dependent on the center frequency (FREQ) and the bandwidth of the filter (BPF_BW setting).
The linked thread has the formulas used for these instances, here is the required snippet from that thread:
The Band-Pass filter works based on digital coefficients B1, A2 and A3. These are calculated based on the burst frequency (FREQ parameter) and Band-Pass bandwidth (BPF_BW parameter). The A2 coefficient is calculated as following:
Where “cf” is the filter center frequency in kHz (Defined by the FREQ parameter).
The B1 and A3 coefficients are calculated purely based on the filter band-width:
Where “bw” is the filter band-width in kHz (Defined by the BPF_BW parameter). Since there will be only four B1 and four A3 coefficients it might be worth to simply store the values instead of doing the calculation. In this case, below are listed the correct values for the B1 and A3 coefficients:
It is important to note that these are scaled-up coefficient values. The true B1, A2 and A3 values are always low number values (typically < +/- 2). The scaling is the following:
In the digital filter implementation the values are scaled-down right before their use. IMPORTANT: The above coefficient formulas are only applicable for a sample rate of 1us.
I hope this helps!
Best,
Isaac