I'm trying to denoise my signal using discrete wavelet transform in python using pywt package. But i cannot define what is threshold value that i should set in pywt.threshold() function
I have no idea what the best threshold value that should be set in order to reconstruct a signal with minimal noise
I used ordinary code:
pywt.threshold(mysignal, threshold, 'soft')
yes i am intended to do soft thresholding
I want to know if the threshold value could be determined by looking to my signal or from the other way