필터 지우기
필터 지우기

How to modify step size using my custom Simulink Block

조회 수: 1 (최근 30일)
Benjamin Couillard
Benjamin Couillard 2020년 3월 17일
댓글: Benjamin Couillard 2020년 3월 30일
Hi,
I have a Simulink block that sets PWM frequency. The things is that the PWM frequency must be the invert of the Simulink step size. I would like to adjust the step size of my Simulink project automatically everytime I modify the PWM frequency. The PWM frequency is set in the mask of my Simulink Block. How should I proceed?
Regards

답변 (1개)

Jesús Zambrano
Jesús Zambrano 2020년 3월 27일
From what I understand, you would like to change the step size of the Solver during time. Step size, as well as other parameters such as sample time are nontunable parameter of the model. The new value will not be used in the current simulation. You need to restart the simulation if you would like to use the new value.
  댓글 수: 1
Benjamin Couillard
Benjamin Couillard 2020년 3월 30일
I want to insure consistency between PWM frequency and sampling time as the relation between the 2 must be "locked". For example a PWM frequency of 1 kHz means the the discrete step size must be 1 ms or 500 µs. I found a way to do it in the Init Function of my custom Simulink block. Perhaps not the best solution, but it works well so far.

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

카테고리

Help CenterFile Exchange에서 Programmatic Model Editing에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by