Wavelet Toolboxの使い方について
古いコメントを表示
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');
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で 連続ウェーブレット変換 についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!