matファイルの変数データのスペクトル化について教えてください
Afficher commentaires plus anciens
pcmファイルの録音データを短時間に区切った0.5秒ほどの変数データをワークスペース上にmatファイルで作成しました。その後、以下のプログラム(最大エントロピー法)でスペクトル化を実行したところ『構造体の内容が非構造体配列オブジェクトから参照されています。』とのエラーが表示され実行できませんでした。原因を教えていただきたいです。
load data.mat; order = 37; [Pxx,F] = pyulear(data.mat,order,1024,Fs);
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur パラメトリック モデリング dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!