Wavelet Toolboxの使い方について
Show older comments
Wavelet Toolboxのチュートリアルを使用した際に、以下のエラーが出ました。 原因をご教授ください。
------------------エラーメッセージ------------------
入力引数が不足しています。
エラー: cwt (line 185)
if ischar(WAV)
エラー: Untitleffd (line 2)
[cfs,period] = cwt(nino,years(1/12));
------------------code-----------------
load quadchirp;
fs = 1000;
[cfs,f] = cwt(quadchirp,'bump',fs);
helperCWTTimeFreqPlot(cfs,tquad,f,'surf','CWT of Quadratic Chirp','Seconds','Hz');
Accepted Answer
More Answers (0)
Categories
Find more on 連続ウェーブレット変換 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!