fdhwlib
2.0.25
|
#include <analyseNoise.h>
Analyse the noise level of a given time series.
Definition at line 21 of file analyseNoise.h.
analyseNoise::analyseNoise | ( | ) |
analyseNoise::~analyseNoise | ( | ) |
void analyseNoise::of | ( | unsigned short * | data, |
int | n, | ||
int | seg, | ||
int | skip | ||
) |
Analyse the noise level of a given time series.
The alogrithm divides the series in segments. The segments with the highest variance are not consider for the estimation of the noise level parameters.
data | Pointer to the time series |
n | Length of the time series |
seg | Length of the segements |
skip | Number of segments to leave out |