You are on page 1of 2

9/26/06 7:06 PM MATLAB Command Window 1 of 2

>> input=[1 0 0 0 0 0]

input =

1 0 0 0 0 0

>> k=[1/4 1/2 1/3]

k =

0.2500 0.5000 0.3333

>> output=LatticeFilter(k,input)

gm_1n_1 =

0 1 0 0 0 0

fmn =

1.0000 0.2500 0 0 0 0

gmn =

0.2500 1.0000 0 0 0 0

fmn =

1.0000 0.3750 0.5000 0 0 0

gmn =

0.5000 0.3750 1.0000 0 0 0

fmn =

1.0000 0.5417 0.6250 0.3333 0 0

gmn =

0.3333 0.6250 0.5417 1.0000 0 0

output =

1.0000 0.5417 0.6250 0.3333 0 0


9/26/06 7:06 PM MATLAB Command Window 2 of 2

>>

You might also like