How to find slope of an curve?

3 views (last 30 days)
GD
GD on 12 Aug 2015
Commented: Uladzimir on 13 Aug 2015
I have an input signal, a falling cuve, I want to find out the slope of this curve, but not at every instant(thats why I dont want to use differentiator block). But i would like to find slope after every 100 milliseconds. How could i do this?

Answers (1)

Uladzimir
Uladzimir on 12 Aug 2015
You can use discrete derivative block with Ts = 0.1
  2 Comments
GD
GD on 13 Aug 2015
I have a Discrete derivative block, i looked into the properties but i could not find the option to enter Ts as desired.
Uladzimir
Uladzimir on 13 Aug 2015
You could use zoh block. It has a such option

Sign in to comment.

Products

Community Treasure Hunt

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

Start Hunting!