|
BUInt32 | id |
| The ID. More...
|
|
BTimeStamp | startTime |
| The Start Time. More...
|
|
BTimeStamp | endTime |
| The End Time the channel was available. More...
|
|
BString | network |
| The Network/Organisation Name. More...
|
|
BString | station |
| The station. More...
|
|
BString | channel |
| The channel. More...
|
|
BString | source |
| The source. More...
|
|
BUInt32 | stage |
| The stage (0, 1, 2, 3, ...) More...
|
|
BString | name |
| The response name. (Anti-Aliasing filter, Digitiser, post filter etc) More...
|
|
BString | type |
| The type of response (PoleZero, FIR, FAP, Polynomial or blank if no frequency response) More...
|
|
PoleZero | poleZeros |
| The PoleZeros. More...
|
|
BArray< Fap > | faps |
| The FAP Frequency/Amplitude/Phase table. More...
|
|
Fir | fir |
| The FIR filters coefficients. More...
|
|
Polynomial | polynomial |
| The polynomial response. More...
|
|
BFloat64 | gain |
| Overall gain at gainFrequency. More...
|
|
BFloat64 | gainFrequency |
| Frequency that gain is valid for. More...
|
|
BString | stageType |
| The stage type: A - Analog (rad/sec), B - Analog (Hz), C - Composite, D - Digital. More...
|
|
BFloat64 | decimation |
| Decimation performed post filter. More...
|
|
BFloat64 | decimationOffset |
| Decimation sample offset. More...
|
|
BFloat64 | decimationDelay |
| Decimation delay. More...
|
|
BFloat64 | decimationCorr |
| Decimation correction performed. More...
|
|
BString | symmetry |
| Symmetry for FIR coefficients (A = asymmetric, B = symmetric[odd], C = symmetric[even]) More...
|
|
BString | description |
| Misc description. More...
|
|
BInt32 | measured |
| If response was a measured response. More...
|
|
BFloat64 | sampleRate |
| The stage's sample rate. More...
|
|
BString | inputUnits |
| The units of the data as input from the perspective of data acquisition. After correcting data for this response, these would be the resulting units. More...
|
|
BString | inputUnitsDesc |
| The input units description. More...
|
|
BString | outputUnits |
| The units of the data as output from the perspective of data acquisition. These would be the units of the data prior to correcting for this response. More...
|
|
BString | outputUnitsDesc |
| The output units description. More...
|
|
Response object adding string conversion.