|
HFCC-01 Low-Level Software (LLSW) Rel_6802_HFCC-01-RP-CSAR-CB
|
RVDT Demodulation Bandpass Filter (BPF) Parameters and Coefficients Structure. More...
#include <rvdt.h>
Data Fields | |
| UInt32 | filterNum |
| BPF data Filter number. | |
| Float32 | centerFreq |
| BPF data center frequency (Hz). | |
| Float32 | bandwidth |
| Bandwidth. | |
| Float32 | b [3] |
| LPF Filter Coefficients variable b. | |
| Float32 | a [3] |
| LPF Filter Coefficients variable a. | |
| Float32 | scaledCenterFreq |
| BPF data scaled center frequency (Hz). | |
| Float32 | scaledBandwidth |
| BPF data scaled bandwidth. | |
| UInt32 | b1 |
| Value for variable b1. | |
| UInt32 | a2 |
| Value for variable a2. | |
| UInt32 | a3 |
| Value for variable a3. | |
RVDT Demodulation Bandpass Filter (BPF) Parameters and Coefficients Structure.
| Float32 BPFData::a[3] |
LPF Filter Coefficients variable a.
| UInt32 BPFData::a2 |
Value for variable a2.
| UInt32 BPFData::a3 |
Value for variable a3.
| Float32 BPFData::b[3] |
LPF Filter Coefficients variable b.
| UInt32 BPFData::b1 |
Value for variable b1.
| Float32 BPFData::bandwidth |
Bandwidth.
| Float32 BPFData::centerFreq |
BPF data center frequency (Hz).
| UInt32 BPFData::filterNum |
BPF data Filter number.
| Float32 BPFData::scaledBandwidth |
BPF data scaled bandwidth.
| Float32 BPFData::scaledCenterFreq |
BPF data scaled center frequency (Hz).