How do I whiten a spectrum of a time series?
8 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Hello all, my question seems rather simple. I want a simple filter that will flaten or whiten the spectrum of a seismic time series. I just want to take the time series into frequency and dived the spectrum by a weighted (smoothed) version of the spectrum and then take it back into time. Anything simple?
Thanks
1 Commento
Dr. Erol Kalkan, P.E.
il 7 Dic 2017
I have posted a function to conduct spectral whitening of time series at
https://www.mathworks.com/matlabcentral/fileexchange/65345-spectral-whitening
This function allows for whitening the spectrum for the user defined frequency band.
Risposte (1)
Image Analyst
il 23 Gen 2016
So what happens if you take the magnitude and compute the smoothed signal with conv(), rsmooth(), sgolayfilt(), lowess, or any other smoothing function then divide your signal by that and scale and inverse transform?
0 Commenti
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!