performs a noise analysis of data of a JUMP sensor. More...
Go to the source code of this file.
Functions | |
| function | jumpNoiseAnalysis (in data, in options) |
performs a noise analysis of data of a JUMP sensor.
this function performs an Allan Deviation analysis of the data of a JUMP sensor. The data is expected to be in the format of the JUMP sensor data structure defined in jumpReadData.m. The function an interface between the data and the allanDeviationAnalysis.m function.
| data | (struct): the data of a JUMP sensor in the format of the JUMP sensor data structure defined in jumpReadData.m. |
| options | (struct): options for the analysis
|
| analysis | (struct): a struct with the results of the analysis. The struct has the same fields as the input data, and each field has the following subfields:
|
Definition in file jumpNoiseAnalysis.m.
| function jumpNoiseAnalysis | ( | in | data, |
| in | options ) |