Denoising a signal with Pywavelet?
问题 I need to denoise a signal. I tried to denoise it with savgol_filter but it result in loosing singularities in the signal. In order to denoise and keep singularities i tried to use wavelet transform, wavelet thresholding and inverse wavelet transform but i didn't succeed. Does someone know how to use wavelet denoising ? here is a text file with signal datas import numpy as np from matplotlib import pyplot as plt from scipy.signal import savgol_filter import pywt def readSignal(nomFichier, N):