i couldn't find the functions helperCWTTimeFreqPlot(),helperCWTTimeFreqVector() functions in matlab neither in google. how can i fix this problem please. thank you !

 Réponse acceptée

Walter Roberson
Walter Roberson le 4 Août 2016
helperCWTTimeFreqPlot is part of the Wavelet Toolbox examples in R2015b and R2016a. If you have one of those installed then you can find it in
fullfile(toolboxdir('wavelet'),'wavedemo')

2 commentaires

Isayiyas Nigatu
Isayiyas Nigatu le 5 Août 2016
thank you very much sir! i have been using R2015a. i will switch to the recommended version soon.
Walter Roberson
Walter Roberson le 19 Oct 2017
Modifié(e) : Walter Roberson le 19 Oct 2017
In R2016a, the demos that use this are CWTTimeFrequencyExample, FinancialDataExample, and PhysiologicSignalAnalysisExample
As of R2016b, wavedemo was replaced by Wavelet Toolbox Examples, https://www.mathworks.com/help/releases/R2016b/wavelet/examples.html
The Physiological signal example was replaced by
openExample('wavelet/PhysiologicSignalAnalysisExample')
which does not need the helper function due to improvements in the cwt function.

Connectez-vous pour commenter.

Plus de réponses (1)

Ana Cadavid
Ana Cadavid le 15 Oct 2017

2 votes

How can I get the routine if I have version 2017a?

3 commentaires

Walter Roberson
Walter Roberson le 19 Oct 2017
As of R2016b, the cwt() function was enhanced to choose scales automatically, so this function was no longer needed. It is not present as of R2016b.
Christian Silva
Christian Silva le 21 Nov 2017
Just go to the folder that contains the PhsycologicSignalAnalysisExample and the function is there. Copy it to your working folder and voila!
Michael Leconte
Michael Leconte le 9 Sep 2021
Modifié(e) : Michael Leconte le 9 Sep 2021
Just to clarify, the helperCWTTimeFreqPlot() and helperCWTTimeFreqVector() functions can be found in the folder:
'path_to_matlab/MATLAB/Examples/wavelet/PhysiologicSignalAnalysisExample/'

Connectez-vous pour commenter.

Catégories

Community Treasure Hunt

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

Start Hunting!

Translated by