LMSフィルタのWe​ightsOutpu​tプロパティにアクセ​スするとエラーになる​のですが、回避策はあ​りませんでしょうか。

1 vue (au cours des 30 derniers jours)
Keisuke goto
Keisuke goto le 20 Fév 2018
Modifié(e) : michio le 28 Oct 2019
以下のHPに記載されている、WeightsOutputプロパティにアクセスしようとするとエラーが発生します。(MATLAB 2016b) フィルタの重みを出力したのですが、WeightsOutputを設定する方法は他にありませんでしょうか。

Réponse acceptée

Kei Otsuka
Kei Otsuka le 20 Fév 2018
"WeightsOutput"プロパティはR2017aで追加されたプロパティですので、R2016bでは指定することができません。
一方、R2016bでは"WeightsOutputPort"がプロパティとして指定でき、step実行毎に係数を出力することができます。
ご参考 : R2016bの dsp.LMSFilterドキュメント
  1 commentaire
Keisuke goto
Keisuke goto le 22 Fév 2018
回答ありがとうございました。 バージョンに依存するものとの事で、承知致しました。

Connectez-vous pour commenter.

Plus de réponses (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!