SimulinkのM​ATLAB Func​tionブロックで定​義したモデルの伝達関​数を逆ラプラス変換し​たものを解かせること​はできますか?

10 views (last 30 days)
Kouzi Yamada
Kouzi Yamada on 14 Nov 2015
Answered: Yoko on 30 Sep 2016
Simulinkを使い始めたばかりで次のようなことを実現したいのですが方法がわかりません。
1.MATLAB Functionブロックでモデルの伝達関数を定義する。
2.MATLAB Functionブロック外で生成された入力信号をラプラス変換し1.の伝達関数と掛け合わせる。
3.2.で得られた式を逆ラプラス変換して微分方程式を得る。
4.微分方程式をt=[0:0.1:2]でときその結果を利用してMATLAB Functionブロック内で演算したものをMATLAB Functionブロックの出力とする。
  1 Comment
Walter Roberson
Walter Roberson on 14 Nov 2015
Approximate translation:
Simulink of MATLAB Function. Is it possible to make solved what the transfer function was inverse Laplace transform of the defined model in the block?
I want to realize things like the following just started using Simulink I do not know but how.
We define the transfer function of the model in 1. MATLAB Function block.
An input signal generated outside 2. MATLAB Function block is multiplied by the transfer function of the Laplace transform 1.
3.2. The resulting equation by the inverse Laplace transform by obtaining the differential equation.
4. The differential equation t = [0: 0.1: 2] as an output of the MATLAB Function block that was computed in MATLAB Function block by using the results when at.

Sign in to comment.

Accepted Answer

Yoko
Yoko on 30 Sep 2016
単純に、時刻0から2で、入力信号に対して伝達関数の出力応答を見るのであれば、Simulink の Continuous ライブラリに、伝達関数をあらわすTransfer Functionブロックを使って伝達関数を表し、この入力に入力信号を入れることで、出力からシミュレーション結果が確認できます。

More Answers (0)

Categories

Find more on Simulink Functions in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!