where (what package) is the Matlab's wvd function?
이전 댓글 표시
where (what package) is the Matlab's wvd function?
답변 (1개)
Signal Processing Toolbox.
You can easily find this out yourself using the online help, simply finding that page using your favorite internet search engine:
- the URL contains the word signal, telling you that it is in the Signal Processing toolbox.
- ... not only that, but when you shorten the URL down to signal, then it takes you to the main page for that toolbox.
- the second link of the contents (top of the page on the left) clearly states "Signal Processing Toolbox".
댓글 수: 6
Robert Black
2019년 2월 12일
Robert Black
2019년 2월 12일
Guillaume
2019년 2월 12일
At the bottom of that documentation page, it clearly says:
Introduced in R2018b
I would gather that you're running an older version.
wvd also comes with the wavelet toolbox. If you don't have the toolbox required, matlab will tell you (as long as the version you have is not older than the function)
>> wvd
'wvd' requires one of the following:
Signal Processing Toolbox
Wavelet Toolbox
Guillaume
2019년 2월 12일
Robert Black comment moved here from an answer:
I have both Signal Proc and wavelet toolbox. I am running R2018A. Did the wvd function not exist at all, in any package, before R2018b? Seems like have seen references to it that were much older.
Guillaume
2019년 2월 12일
It may have been available as a download from the file exchange (no idea, just a guess), but the documentation is very clear, it's only been added to the toolbox in 2018b.
카테고리
도움말 센터 및 File Exchange에서 Time-Frequency Analysis에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!