1 2 3 4 5 6 7 8
function ffilttest() ft="sb"; ni=5; fc=0.2; fh=0.9; xi=ffilt(ft,ni,fc,fh); disp(xi); endfunction