フィルターのクリア

Integration doubt in SIMULINK.

1 回表示 (過去 30 日間)
Ferran Solà
Ferran Solà 2017 年 7 月 27 日
回答済み: Saurabh Gupta 2017 年 7 月 31 日
In my Simulink model I have an integral which is int(P dV) where V is a function V(t). My question is how can I model this?

回答 (1 件)

Saurabh Gupta
Saurabh Gupta 2017 年 7 月 31 日
Simulink Engine is designed to work with Signals which functions of time and the available Integrator blocks calculate integrals with respect to time. So, if you are planning to use this integration operation on a signal, I'm afraid you'll have to perform some calculus to convert the equation as an integral with respect to time.
If however, this integration is just an operation used in your model and the quantity 'P' is not an input signal, you could use 'MATLAB Function Block' to calculate the integral in MATLAB code and use the result in your Simulink model.
Hope this helps!

カテゴリ

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

タグ

製品

Community Treasure Hunt

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

Start Hunting!

Translated by