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

以下のHPに記載されている、WeightsOutputプロパティにアクセスしようとするとエラーが発生します。(MATLAB 2016b) フィルタの重みを出力したのですが、WeightsOutputを設定する方法は他にありませんでしょうか。

 Respuesta aceptada

Kei Otsuka
Kei Otsuka el 20 de Feb. de 2018

1 voto

"WeightsOutput"プロパティはR2017aで追加されたプロパティですので、R2016bでは指定することができません。
一方、R2016bでは"WeightsOutputPort"がプロパティとして指定でき、step実行毎に係数を出力することができます。
ご参考 : R2016bの dsp.LMSFilterドキュメント

1 comentario

Keisuke goto
Keisuke goto el 22 de Feb. de 2018
回答ありがとうございました。 バージョンに依存するものとの事で、承知致しました。

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Preguntada:

el 20 de Feb. de 2018

Editada:

el 28 de Oct. de 2019

Community Treasure Hunt

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

Start Hunting!