How can I use a variable-size coefficient vector for a discrete FIR filter in a protected model?
Show older comments
I am using a Discrete FIR Filter block in a protected model. I want to make the filter accept a variable-size coefficient vector. I can make the coefficient vector tunable using the function "Simulink.ModelReference.protect":
https://www.mathworks.com/help/rtw/ref/simulink.modelreference.protect.html#mw_55b8df92-a122-4c93-ad9a-6068f222c3ca
However, this does not allow me to tune the length of the coefficient vector. Is there a way to tune the length of it in a protected model?
Accepted Answer
More Answers (0)
Categories
Find more on Adaptive Filters in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!