Wavelet Toolboxの使い方について
Mostrar comentarios más antiguos
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');
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre 連続ウェーブレット変換 en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!