nonuniform sampling rate and lsqnonlin

조회 수: 2 (최근 30일)
J J
J J 2012년 2월 2일
Hello all, Imagine we have a signal, S_t(theta), of which we have a noisy observation, y_t, with unequal sampling rates. Assume noise is gaussian with constant variance. Now, my sampling rate is unequal as i said: I have 120 ( length(y_t)=120 ) data points, first 60 points are sampled at 1 sec intervals, last 60 points are sampled at dt=4sec. Now, in the least square fitting process of lsqnonlin, how does the variance of the noise change according this sampling rate? Basically, what do I minimize here:
fun = ( abs(y_t_est - y_t) ).*sqrt(dt);
or
fun = ( abs(y_t_est - y_t) ).*sqrt(1/dt);
Note that fun is what s being passed to lsqnonlin for minimization. and y_t_est is my estimation of y_t based on whatever model I have assumed. Thanks in advance.
  댓글 수: 1
J J
J J 2012년 2월 2일
and note that lsqnonlin on its own squares whatever fun is.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Mathematics에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by