what is the sampling frequency limit in 'c2d' cmd for a stable discrete system?
Show older comments
I'm converting a continuous transfer function into a discrete one, using 'c2d' cmd.
But realised that different sampling frequency / discretized step time would effect system stability.
The transfer function I'm working on is a 9th order system.
dt = 1/7993 can offer a stable discrete system while dt = 1/7993/226 would result in an unstable system.
Therefore, I'm wondering what the upbound limit for sampling frequency for c2d is.
And is there any other way that I can get a discrete system using dt = 1/7993/226 or even higher sampling rate?
Thanks!
4 Comments
Mathieu NOE
on 8 Oct 2020
hi
what is your continuous transfer function ? and why are you focused on very high frequency discretisation (this pushes the z poles close to unit circle so no surprise the discretized system becomes unstable if you're pushing too far the sampling frequency)
also what discretization method are you sing ?
Yuan Zheng
on 8 Oct 2020
Mathieu NOE
on 8 Oct 2020
ok
can you send me your code please ?
Yuan Zheng
on 8 Oct 2020
Accepted Answer
More Answers (0)
Categories
Find more on Simulink 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!