Quantcast
Channel: MATLAB Central Newsreader Recent Posts
Viewing all articles
Browse latest Browse all 19628

Re: how to access the simulink block parameters??

$
0
0
If in MATLAB you create the filter object along the lines of

>> Hd = dfilt.dffir(....) % or whichever filter type you are using

Then to put it into Simulink you'll do

>> set_param('Digital Filter','FilterSource','Hd')


Phil.

Viewing all articles
Browse latest Browse all 19628

Trending Articles