필터 지우기
필터 지우기

Computing a local smoothed numerical integration of a data set

조회 수: 3 (최근 30일)
Deepayan Bhadra
Deepayan Bhadra 2014년 3월 10일
편집: Jan 2014년 3월 10일
Hello,
I have a data set (pitch rate q_a) shown in blue. Using a standard SIDPAC code, I computed a local smoothed numerical time derivative (q_deriv in red). What command/code can help me recover the original data set q from q_deriv?

채택된 답변

Jan
Jan 2014년 3월 10일
편집: Jan 2014년 3월 10일
You cannot obtain the original signal from the smoothed one. The smoothing destroys the noise information.

추가 답변 (1개)

Deepayan Bhadra
Deepayan Bhadra 2014년 3월 10일
Hello Jan,
Say I calculate the numerical derivative without smoothing. Is there any method in that case?
  댓글 수: 1
Jan
Jan 2014년 3월 10일
편집: Jan 2014년 3월 10일
Looks a a small example:
x = [9, 10]
Now calculate the derivative:
d = 1;
Finally a recontruction of the original signal is not possible, obviously.
But if you store the first value in addition, the reconstruction works again.

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

카테고리

Help CenterFile Exchange에서 Smoothing and Denoising에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by