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!