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

1 visualizzazione (ultimi 30 giorni)
Keisuke goto
Keisuke goto il 20 Feb 2018
Modificato: michio il 28 Ott 2019
以下のHPに記載されている、WeightsOutputプロパティにアクセスしようとするとエラーが発生します。(MATLAB 2016b) フィルタの重みを出力したのですが、WeightsOutputを設定する方法は他にありませんでしょうか。

Risposta accettata

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

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su FPGA, ASIC, and SoC Development in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!