Effacer les filtres
Effacer les filtres

Computing a local smoothed numerical integration of a data set

3 vues (au cours des 30 derniers jours)
Deepayan Bhadra
Deepayan Bhadra le 10 Mar 2014
Modifié(e) : Jan le 10 Mar 2014
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?

Réponse acceptée

Jan
Jan le 10 Mar 2014
Modifié(e) : Jan le 10 Mar 2014
You cannot obtain the original signal from the smoothed one. The smoothing destroys the noise information.

Plus de réponses (1)

Deepayan Bhadra
Deepayan Bhadra le 10 Mar 2014
Hello Jan,
Say I calculate the numerical derivative without smoothing. Is there any method in that case?
  1 commentaire
Jan
Jan le 10 Mar 2014
Modifié(e) : Jan le 10 Mar 2014
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.

Connectez-vous pour commenter.

Community Treasure Hunt

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

Start Hunting!

Translated by