DSPRelated.com
Forums

Ways to discretize continuous systems

Started by Raoul September 4, 2003
Hi to all, matlab people

I'm searching for a function or a way to discretize continuous
systems with Euler's method, that is: the constinuous variable is
substituted with (1 - z^-1 ) / Ts ,where Ts is the sampling period
and z^-1 is the discrete variable corrisponding to one sample
backword. Please, note that c2d(function, Ts, 'zoh') doesn't give the
correct result.

Thank you in advance