Continuous/Discrete Simulink Problem

1 回表示 (過去 30 日間)
Danilo NASCIMENTO
Danilo NASCIMENTO 2014 年 7 月 24 日
回答済み: Azzi Abdelmalek 2014 年 7 月 24 日
Hey guys
When I use a transfer function 1/(s+1) with input of a constant 1 the output is a signal with amplitude 1 and constant time of 4 s.
But when I do the same using 1/(z+1), a discrete transfer function, the result is an impulse of 10^307.
Why of this?

採用された回答

Azzi Abdelmalek
Azzi Abdelmalek 2014 年 7 月 24 日
If you want to discretize your system
N=1
D=[1 1]
h=tf(N,D) % continuous transfer function
ts=4 % sampletime
g=c2d(h,ts) % your discrete system

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeSimulink についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by