LMSフィルタのWeightsOutputプロパティにアクセスするとエラーになるのですが、回避策はありませんでしょうか。
1 view (last 30 days)
Show older comments
以下のHPに記載されている、WeightsOutputプロパティにアクセスしようとするとエラーが発生します。(MATLAB 2016b) フィルタの重みを出力したのですが、WeightsOutputを設定する方法は他にありませんでしょうか。
0 Comments
Accepted Answer
Kei Otsuka
on 20 Feb 2018
"WeightsOutput"プロパティはR2017aで追加されたプロパティですので、R2016bでは指定することができません。
一方、R2016bでは"WeightsOutputPort"がプロパティとして指定でき、step実行毎に係数を出力することができます。
More Answers (0)
See Also
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!