How can I estimate the prestley's evolutionary spectrum in MatLab.

1 view (last 30 days)
I want to estimate the Prestley's Evolutionary Spectrum for non stationary time series using MatLab. I'm wondering whether there is an inbuilt function for this.
  3 Comments
John D'Errico
John D'Errico on 28 Aug 2016
Edited: John D'Errico on 28 Aug 2016
No. It is a very good bet there is no function already written to do this.
Time for you to start writing then. If you do it well, then post it on the file exchange, so others can gain from your effort. Then others can gain from your efforts.
Samithree Rajapaksha
Samithree Rajapaksha on 31 Aug 2016
Thanks John and Strider. Spectrogram based on STFT is there in Matlab. Yeah, I'm going to try writing a fnction.

Sign in to comment.

Accepted Answer

Natch Ruengsakulrach
Natch Ruengsakulrach on 31 Aug 2016
Unfortunately, MATLAB currently does not have a built-in function for Prestley’s evolutionary spectrum estimation, so you will need to either search for it on File Exchange or write your own function. I work for MathWorks and have forwarded this feedback to the appropriate product team. You can find available spectrum estimation methods MATLAB provides in the below link:
  1 Comment
Samithree Rajapaksha
Samithree Rajapaksha on 31 Aug 2016
Thanks Natch. Spectrogram based on the STFT seems so much alike to the evolutionary spectra introduced by Prestley. So I might go for it.

Sign in to comment.

More Answers (0)

Categories

Find more on Measurements and Feature Extraction in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!