Clear Filters
Clear Filters

Plotting Pade Approximations with Dead Time

2 views (last 30 days)
Will Jeter
Will Jeter on 20 Mar 2021
Commented: Paul on 22 Mar 2021
I need help plotting f(s) = exp(-tds) as well was the 1st and 2nd order Pade approximations. Where td = 0.1,1, 10. So three plots with three curves each.
  3 Comments
Will Jeter
Will Jeter on 20 Mar 2021
Ive tried using pade(f,var) function using f = exp(-tds). Then plotting pade as a function of time, t. I can't get the pade function to work for some reason.
Paul
Paul on 22 Mar 2021
The pade approximants and exp(-td*s) are functions of complex frequency (s), not functions of time. What plots are you trying to make? Typically choices would be gain and/or phase vs frequency.

Sign in to comment.

Answers (0)

Categories

Find more on 2-D and 3-D Plots in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!