Wavelet Toolboxの使い方について
Mostra commenti meno recenti
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');
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su 連続ウェーブレット変換 in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!