navigate.model.waveforms.smooth_waveform
- navigate.model.waveforms.smooth_waveform(waveform, percent_smoothing=10)
Smooths a numpy array via convolution
- Parameters:
waveform (np.array) – The waveform to be smoothed
percent_smoothing (float) – The percentage of the waveform to be smoothed
- Returns:
smoothed_waveform – The smoothed waveform
- Return type:
np.array