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

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

 Accepted Answer

Kei Otsuka
Kei Otsuka on 20 Feb 2018

1 vote

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

1 Comment

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

Sign in to comment.

More Answers (0)

Categories

Asked:

on 20 Feb 2018

Edited:

on 28 Oct 2019

Community Treasure Hunt

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

Start Hunting!