Go to the source code of this file.
Classes | |
struct | Ms_Op |
Macros | |
#define | DEFAULT_DOUBLE 0 |
#define | DEFAULT_HANNING 1 |
#define | DEFAULT_EXTRAPOLATE 1 |
#define | DEFAULT_MED_1 3 |
#define | DEFAULT_MED_2 3 |
#define | DEFAULT_WLEN 3 |
#define | DEFAULT_BREAKER -9999.0 |
Functions | |
void | array_smoother (float *p_array, int arraylen, struct Ms_Op *ms) |
#define DEFAULT_DOUBLE 0 |
Definition at line 44 of file array_smoother.h.
#define DEFAULT_HANNING 1 |
Definition at line 45 of file array_smoother.h.
#define DEFAULT_EXTRAPOLATE 1 |
Definition at line 46 of file array_smoother.h.
#define DEFAULT_MED_1 3 |
Definition at line 47 of file array_smoother.h.
#define DEFAULT_MED_2 3 |
Definition at line 48 of file array_smoother.h.
#define DEFAULT_WLEN 3 |
Definition at line 49 of file array_smoother.h.
#define DEFAULT_BREAKER -9999.0 |
Definition at line 50 of file array_smoother.h.
Definition at line 57 of file pcb_smoother.cc.