Borrar filtros
Borrar filtros

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

12 visualizaciones (últimos 30 días)
Kouzi Yamada
Kouzi Yamada el 14 de Nov. de 2015
Respondida: Yoko el 30 de Sept. de 2016
Simulinkを使い始めたばかりで次のようなことを実現したいのですが方法がわかりません。
1.MATLAB Functionブロックでモデルの伝達関数を定義する。
2.MATLAB Functionブロック外で生成された入力信号をラプラス変換し1.の伝達関数と掛け合わせる。
3.2.で得られた式を逆ラプラス変換して微分方程式を得る。
4.微分方程式をt=[0:0.1:2]でときその結果を利用してMATLAB Functionブロック内で演算したものをMATLAB Functionブロックの出力とする。
  1 comentario
Walter Roberson
Walter Roberson el 14 de Nov. de 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.

Iniciar sesión para comentar.

Respuesta aceptada

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

Más respuestas (0)

Categorías

Más información sobre Simulink Functions en Help Center y File Exchange.

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by