Computing a local smoothed numerical integration of a data set
Ältere Kommentare anzeigen
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?
Akzeptierte Antwort
Weitere Antworten (1)
Deepayan Bhadra
am 10 Mär. 2014
0 Stimmen
1 Kommentar
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.
Kategorien
Mehr zu Smoothing finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!