필터 지우기
필터 지우기

Error using transfer functions

조회 수: 3 (최근 30일)
Shyam
Shyam 2017년 11월 7일
편집: Ramu Nair R 2017년 12월 1일
Please help me sort out the issue. I am not understanding why the gain block dimension is shown as 2, where as i am expecting only 1. Please see the attached screenshot of simulink blocks.
  댓글 수: 7
Shyam
Shyam 2017년 11월 7일
I get these errors, included in attached screenshot.
Shyam
Shyam 2017년 11월 7일
편집: Shyam 2017년 11월 7일
Hi, errors are no longer there. I just closed and opened the model. But, as you said, it is running very slow. Any idea, why...? It runs normally if the compensator blocks are not there (2 transfer functions and 1 gain block), which adds to the summer

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

채택된 답변

Birdman
Birdman 2017년 11월 7일
It is normal for simulation to run faster if you substract Transfer functions from the model but the main reason it is slow is that there are too many mathematical calculations to be done and too many states coming up from transfer functions and integrators. The variable-step solver tries to automatically adjust the step size for solving the states but since this model is an electrical system and since naturally electrical systems tends to behave quickly, the solver reduces the step size to almost 1e-4 and this results in simulation to slow. I have some suggestions:
-First, try to find the most suitable sampling time for your model. This means discretizing the continuous blocks in a suitable manner(Transfer Functions and Integrators). Because the variable step solver automatically increases the step size(narrows) in order to give you a solution but this results in slow simulation. I suggest you to look for Bode Plots of Transfer functions and controllers in your model.
-Second, be careful with the potential algebraic loops while discretizing the system.
  댓글 수: 11
Shyam
Shyam 2017년 11월 11일
Thanks, i figured out the issue.
Birdman
Birdman 2017년 11월 11일
I was about to solve it, too. Glad you figured that out.

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

추가 답변 (1개)

Shyam
Shyam 2017년 11월 30일
Another problem involving simple transfer function. I have attached the simulink model and init mfile. I am getting the error regarding singularity in the solution.
  댓글 수: 14
Ramu Nair R
Ramu Nair R 2017년 11월 30일
편집: Ramu Nair R 2017년 12월 1일
I installed latest version and opened the model. I am trying to use memory blocks instead of delay block. Also, is it necessary to use z domain for transfer function. The block is a part of a bigger system, which are in continuous time, fixed step and solver is Runge-kutta
Ramu Nair R
Ramu Nair R 2017년 12월 1일
편집: Ramu Nair R 2017년 12월 1일
It worked. The problem was with initial condition. Thank you very much for your time and effort.

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

카테고리

Help CenterFile Exchange에서 Sources에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by