フィルターのクリア

transfer functio S to z

12 ビュー (過去 30 日間)
adem ski
adem ski 2020 年 10 月 3 日
回答済み: Mathieu NOE 2020 年 10 月 6 日
how can i change this function transfer f(s) to function f(z)
f(s)= 2^-s / (1+s)^2

回答 (1 件)

Mathieu NOE
Mathieu NOE 2020 年 10 月 6 日
help c2dm
help c2dm
C2DM Conversion of continuous LTI systems to discrete-time.
[Ad,Bd,Cd,Dd] = C2DM(A,B,C,D,Ts,'method') converts the continuous-
time state-space system (A,B,C,D) to discrete time using 'method':
'zoh' Convert to discrete time assuming a zero order
hold on the inputs.
'foh' Convert to discrete time assuming a first order
hold on the inputs.
'tustin' Convert to discrete time using the bilinear
(Tustin) approximation to the derivative.
'prewarp' Convert to discrete time using the bilinear
(Tustin) approximation with frequency prewarping.
Specify the critical frequency with an additional
argument, i.e. C2DM(A,B,C,D,Ts,'prewarp',Wc)
'matched' Convert the SISO system to discrete time using the
matched pole-zero method.
[NUMd,DENd] = C2DM(NUM,DEN,Ts,'method') converts the continuous-
time polynomial transfer function G(s) = NUM(s)/DEN(s) to discrete
time, G(z) = NUMd(z)/DENd(z), using 'method'.
See also: C2D, and D2CM.

カテゴリ

Help Center および File ExchangeDynamic System Models についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by