Is it possible to calculate derivative of a signal #947
Unanswered
marconaccini
asked this question in
Q&A
Replies: 1 comment
-
der = np.diff(signal.samples) / np.diff(signal.timestamps) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I tried to use functions but python refuses nu.diff() as function.
Is it possible to heve a derivate function of a signal ?
Beta Was this translation helpful? Give feedback.
All reactions