フィルターのクリア

How to double the x(t) with transfer Functions to get y(t)

4 ビュー (過去 30 日間)
Emilia
Emilia 2021 年 7 月 13 日
コメント済み: Star Strider 2021 年 7 月 13 日
Hello,
I want to double x(t)*G(s) to get y(t) , How to do it in Matlab.
Thanks in advance
  1 件のコメント
Star Strider
Star Strider 2021 年 7 月 13 日
That specific result does not appear to be an option:
syms s t
G(s) = 0.5 / (0.04*s^3 + 0.04*s^2 + s)
G(s) = 
g(t) = ilaplace(G,s,t)
g(t) = 
g = vpa(g,5)
g(t) = 
.

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeNumbers and Precision についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by