Add short description here.
y = latcfilt(K,x)
Add here the parameter description.
Add here the parameter description.
Add here the parameter description.
Add here a paragraph of the function description. Other paragraph can be added
//A discrete Signal X=[ 3, 7, 1 , 8, 12, 5, -3, -1, 4, 7, 3, 1]; //Fir filter coefficients B=[1, 2, 8, 5, 2]; B=B/sum(B); // Lattice filter coefficients K=dir2latc(B); // Filtering X with K Y=latcfilt(K,X) | ![]() | ![]() |