model an hybrid system (continuous + discrete)

Hello, I am trying to model an hybrid system (continuous + discrete). The continuous part is described as a first order system of equations. Whereas the behaviour of the discrete part is given by an automata in which the transition conditions depend on some variables of the state vector of the continuous part. I tried to use the euler method to discretize the continuous part; But I failed to get the right behaviour of the overall system. Do you have any idea how can i solve this issue. is it possible to use simulink(I am a beginner in). Thanks in advance.

 채택된 답변

Azzi Abdelmalek
Azzi Abdelmalek 2013년 10월 3일
편집: Azzi Abdelmalek 2013년 10월 3일

0 개 추천

You can connect your continuous model to your discrete one by a quantizer block. The output of your continuous model is connected to a quantizer block and the output of the quantizer block will be connected to your discrete model. If there is a feedback, you can connect the output of your discrete model to a zoh block which will be connected to your continuous model
Continuous model------->Quantizer--------->discrete model
Discrete model---------> zoh block-------> continuous model

댓글 수: 2

researcher
researcher 2013년 10월 3일
Thank you for your help :)
Qiaoli Ji
Qiaoli Ji 2018년 1월 21일
Can we use the simulink+simevents blocks to solve this type problem? Thank you.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Modeling에 대해 자세히 알아보기

태그

질문:

2013년 10월 3일

댓글:

2018년 1월 21일

Community Treasure Hunt

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

Start Hunting!

Translated by