Digital signal processing - Pseudo Inverse Method

  • #1
40
0
Digital signal processing -- Pseudo Inverse Method

Homework Statement


IMG_1799_zpsb54d4610.jpg



The Attempt at a Solution



(a)

A =the matrix with [ .4 0 0 0 0 0 0 0 0 0 0 0; .7 .4 0 0 0 0 0 0 0 0 0; -.1 .7 .4 0 0 0 0 0 0 0 0;... all the way down to 0 0 0 0 0 0 0 0 0 0 -.1] so it is 11 x9 .
w=[w0 w1 ... w8]' d0 = [1 0 0 0 0 0 0 0 0 0 0] ... to d10 = [ 0 0 0 0 0 0 0 0 0 0 1]

A'Aw=A'd and w=(A'A)^-1 A'd so dhat = A(A'A)^-1 A' d

do E = || d -dhat || ^2

So to get the optimum delay dn I calculate dhat_n = A(A'A)^-1 A' d for 0,1,2,3...10
and get E_n = || d_n - dhat_n ||^2 for each n and find which one gives the minimum?

I get a curve that is not concave when I do this. Shouldn't it be a concave up curve and not a decaying function? I am not sure what I did wrong and the entire problem relies on this part.
 

Answers and Replies

Suggested for: Digital signal processing - Pseudo Inverse Method

Replies
3
Views
915
Replies
1
Views
720
Replies
4
Views
3K
Replies
2
Views
3K
Replies
5
Views
622
Replies
4
Views
588
Replies
1
Views
549
Replies
23
Views
1K
Replies
1
Views
340
Back
Top