LS Solution vs. Pre-Averaging: Which is More Effective for Noise Reduction?

  • Context: Graduate 
  • Thread starter Thread starter divB
  • Start date Start date
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 2K views
divB
Messages
85
Reaction score
0
Hi,

I have a system of equations [itex]\mathbf{y} = \mathbf{A}\mathbf{c}[/itex] where the entries in [itex]\mathbf{c}[/itex] are small (say, K=10 elements) and the number equations (i.e., elements in [itex]\mathbf{y}[/itex]) is huge (say, N=10000 elements).

I want to solve now for [itex]\mathbf{c}[/itex]; this can be done using LS with the Pseudo inverse:

[tex]\mathbf{c} = \mathbf{A}^{\dagger} \mathbf{y}[/tex]

However, the vector [itex]\mathbf{y}[/itex] is now heavily corrupted by noise (just assume iid Gaussian).

I could calculate the mean over M consecutive elements in [itex]\mathbf{y}[/itex] and rows in [itex]\mathbf{A}[/itex] in order to average over the noise. The system would be collapsed to a smaller system with N/M entries which would be solved via LS.

Now I ask the question: Is this better than directly using LS with the full system?

I doubt because that's the sense of LS. However, I was not able to "proof" this analytically.

Any help?
Thanks,
 
Mathematics news on Phys.org
Hey divB.

Can you use the properties of a psuedo-inverse to show that this holds? (Recall that a pseudo-inverse has the property that C*C'*C = C)