Name | Brief | Example |
---|---|---|
add_white_noise | Add some white noise into the signal | Examples |
fft_smooth | Performs fft smooth. | Examples |
ocmath_adjave_smooth | This function performs adjacent averaging smoothing on the curve. The parameter nOption specifies the methods to handle the boundary of the data. | Examples |
ocmath_savitsky_golay | Savitzky-Golay smoothing filter. | Examples |
ocmath_smooth | Smoothing, support 3 methods: median filter, Savitzky-Golay smoothing and adjacent averaging smoothing. | Examples |
smooth | Smooth a curve using Adjacent Averaging, FFT, or Savitzky-Golay. | Examples |