Re: Estimate Observation Noise Variance



On Jun 24, 5:35 am, Chris Maryan <kmar...@xxxxxxxxx> wrote:
Can anyone give some pointers on estimating observation noise variance
from an observed set.

I have an process (ARMA) that I am estimating the parameters of (blind
estimation, I don't know the input sequence, I only see the output),
it would be useful to be able to have an estimate of the variance of
the added white Gaussian observation noise.

My understanding was that the following would work, but my
understanding of this is sparse (can't find the reference for this
anymore):

Estimate the covariance matrix of the signal
Ryy = 1/N sum over i (y(i)*y(i)'), i=1 to N, for many N
for some block of observed data y(i), where the length of y(i) is
longer than the AR and MA filters of the original process.

then take the SVD: USV' = Ryy, and my understanding is that the
variance of the added noise should come out in the lower singular
values, but despite tinkering with this, I haven't had any luck.

Am I on the right track? Can anyone suggest any other method, I'll
take anything that gets me the noise variance?

Thanks,

Chris

I am not convinced. When you add (say) white noise to an ARM or AR
process you get another process called an innovations model driven by
the innovations sequency. You cannot isolate the measurement noise
variance from this since it is combined via a spectral factorisation
equation of polynomials. You can however estimate the ratio of
measurement noise variance to innovation noise variance. Suppose we
have an AR process

a(z^-1)Y(k)=u(k) where u has variance n

adding white noise to Y(k) = (1/a)u(k) gives

s(k)=Y(k)+V(k) where V is the noise

then we get

s(k)=(d/a)eps(k)

where eps(k) is innovations sequence and

dd*re=aa*r+n is a spectral factorization.

and re is innovations variance, r is measurement noise variance,n is
driving noise variance.

* is such that a(z^-1)* =a(z).
You can show

dn/an=r/re

where dn and an are the nth element of the polynomials in a and d. I
know this is vague but this stuff is well known.


K.



K.
.



Relevant Pages

  • Re: Estimate Observation Noise Variance
    ... the added white Gaussian observation noise. ... My understanding was that the following would work, ... variance of the added noise should come out in the lower singular ... to find the prediction filter for the AR process. ...
    (comp.dsp)
  • Re: Detection Question Reformulated
    ... noise of unknown but bounded variance nand potentially a sinusoid ... Compare the power in some off-band bandwidth of yabout F_e ... noise sources around F_e. ... You still have to set a threshold of course. ...
    (comp.dsp)
  • Re: Problem with imnoise/mean2/std2
    ... the noise. ... A lesser effect is simply that the sample mean (and std) of a set ... The last parameter is the variance, ... Peter Boettcher ...
    (comp.soft-sys.matlab)
  • Re: Goertzel Alogorithm Stability in Low SNR
    ... I have been using a Goertzel algorithm to measure the power of 50 and 60 ... succesful given a strong signal tone. ... However, as the signal decreases, the variance ... so with the same amount of noise you should always see the ...
    (comp.dsp)
  • Re: True random nunber generator
    ... ring oscillators and use them as data or clock sources to feed ... subject to Johnson and shot noise effects, ... If a sequence is long - and a 1000 year, ... generator is weak. ...
    (sci.electronics.design)

Loading