Account
Bds::Response Class Reference
#include <BdsD.h>
Public Member Functions | |
| Response () | |
| Response (BString pname, BString ptype, BArray< Float64 > pdata, Float64 pgain, Float64 pgainFrequency, Float64 pdecimation, BString psymmetry) | |
Public Attributes | |
| BString | name |
| The name. (Anti-Aliasing filter, Digitiser, post filter etc). | |
| BString | type |
| The type of response (PoleZero,AmplitudePhase or FIR Coefficients). | |
| BArray< Float64 > | data |
| PoleZero, AmplitudePhase or FIR Coefficient data. | |
| Float64 | gain |
| Overal gain at gain frequency. (For information) (Do we need this ?). | |
| Float64 | gainFrequency |
| Frequency that gain is valid for. (For information) (Do we need this ?). | |
| Float64 | decimation |
| Decimation performed post filter. | |
| BString | symmetry |
| Symmetry for FIR coefficients (A = asymmetric, B = symmetric[odd], C = symmetric[even]) ?? | |
Constructor & Destructor Documentation
| Bds::Response::Response | ( | ) |
| Bds::Response::Response | ( | BString | pname, | |
| BString | ptype, | |||
| BArray< Float64 > | pdata, | |||
| Float64 | pgain, | |||
| Float64 | pgainFrequency, | |||
| Float64 | pdecimation, | |||
| BString | psymmetry | |||
| ) |
Member Data Documentation
| BString Bds::Response::name |
The name. (Anti-Aliasing filter, Digitiser, post filter etc).
| BString Bds::Response::type |
The type of response (PoleZero,AmplitudePhase or FIR Coefficients).
| BArray<Float64> Bds::Response::data |
PoleZero, AmplitudePhase or FIR Coefficient data.
| Float64 Bds::Response::gain |
Overal gain at gain frequency. (For information) (Do we need this ?).
| Float64 Bds::Response::gainFrequency |
Frequency that gain is valid for. (For information) (Do we need this ?).
| Float64 Bds::Response::decimation |
Decimation performed post filter.
| BString Bds::Response::symmetry |
Symmetry for FIR coefficients (A = asymmetric, B = symmetric[odd], C = symmetric[even]) ??
The documentation for this class was generated from the following files:
Generated on Thu Mar 20 11:23:35 2008 for BdsApi by
1.5.5 