Calibration API.
Modules | |
| Module ComputeTransfer.c | |
| Computes the transfer function from zero-pole-gain representation. | |
Data Structures | |
| struct | CalFactors |
| UNDOCUMENTED. More... | |
| struct | UpdateFactorsParams |
| UNDOCUMENTED. More... | |
| struct | CalibrationRecord |
| UNDOCUMENTED. More... | |
| struct | CalibrationFunctions |
| The type CalibrationFunctions contains two calibration functions, the sensing function \(C(f)\) and the response function \(R(f)\). More... | |
| struct | CalibrationUpdateParams |
The type CalibrationUpdateParams contains two time series representing an overall gain factor for the open-loop gain function \(H(f)\) and the sensing function \(C(f)\). More... | |
| struct | StrainOut |
| UNDOCUMENTED. More... | |
| struct | StrainIn |
| UNDOCUMENTED. More... | |
| struct | MyIIRFilter |
| UNDOCUMENTED. More... | |
Enumerations | |
| enum | CalibrationType { CalibrationAmplitude = 001 , CalibrationOffset = 002 , CalibrationDelay = 004 , CalibrationTransfer = 010 , CalibrationZPG = 020 } |
| UNDOCUMENTED. More... | |
Error Codes | |
| #define | CALIBRATIONH_ENULL 001 |
| Null pointer. More... | |
| #define | CALIBRATIONH_ESIZE 002 |
| Invalid size. More... | |
| #define | CALIBRATIONH_ESZMM 004 |
| Size mismatch. More... | |
| #define | CALIBRATIONH_EZERO 010 |
| Zero factor. More... | |
| #define | CALIBRATIONH_ETIME 020 |
| Time out of range. More... | |
| #define | CALIBRATIONH_EUNIT 040 |
| Incompatible units. More... | |
| enum CalibrationType |
UNDOCUMENTED.
| Enumerator | |
|---|---|
| CalibrationAmplitude | |
| CalibrationOffset | |
| CalibrationDelay | |
| CalibrationTransfer | |
| CalibrationZPG | |
Definition at line 67 of file Calibration.h.
| #define CALIBRATIONH_ENULL 001 |
Null pointer.
Definition at line 49 of file Calibration.h.
| #define CALIBRATIONH_ESIZE 002 |
Invalid size.
Definition at line 50 of file Calibration.h.
| #define CALIBRATIONH_ESZMM 004 |
Size mismatch.
Definition at line 51 of file Calibration.h.
| #define CALIBRATIONH_EZERO 010 |
Zero factor.
Definition at line 52 of file Calibration.h.
| #define CALIBRATIONH_ETIME 020 |
Time out of range.
Definition at line 53 of file Calibration.h.
| #define CALIBRATIONH_EUNIT 040 |
Incompatible units.
Definition at line 54 of file Calibration.h.