You are on page 1of 1

Summary

Linear Filter

TDL Linear Layer

pd1(k)
p(k)
w
1,1

D pd2(k)
p(k - 1) n(k)
a(k)
SxR
w1,2
b
1

D pd (k)
N
w1, N

LMS (Widrow-Hoff) Algorithm


T
W ( k + 1 ) = W ( k ) + 2αe ( k )p ( k )

b ( k + 1 ) = b ( k ) + 2αe ( k ) .

New Functions
This chapter introduces the following new functions.

Function Description

newlin Creates a linear layer.

newlind Design a linear layer.

4-25

You might also like