matlab from block,Generate block from a digital filter
In the first example, use block with the default syntax, letting the function determine the block name and configuration.d = fdesign.lowpass('Fp,Fst,Ap,Ast',0.15,0.25,1,60);hd = design(d);Now use the ...