How to vary offset during simulation

1 次查看(过去 30 天)
Hello, i need to vary the offset of a 60hz 180V sinewave during the simulation.
How can i do that? I am trying to use Step and Controlled voltage source, but it's not working.
Any ideas?
Thanks
  2 个评论
Luiz Souza
Luiz Souza 2020-4-17
编辑:Luiz Souza 2020-4-17
Well, i need to vary the offset to:
0V->100V->50V->-20V during the simulation
Same phase

请先登录,再进行评论。

回答(2 个)

Jesús Zambrano
Jesús Zambrano 2020-4-18
Hi Luiz,
You can include a slider (fomr the section Dashboard in the Library) in the Simulink model, and link it to the SineWave bias. Then you can change the bias during the simulation by moving the slider.
  2 个评论
Luiz Souza
Luiz Souza 2020-4-19
编辑:Luiz Souza 2020-4-19
Ok, i'm gonna try, thank you!
But is there a way to vary the offset "automatically"? I need to do it in a determinate time.
Or maybe a block that pauses the simulation when it reaches determinate time.
Thanks
Jesús Zambrano
Jesús Zambrano 2020-4-19
You can include a MATLAB function block with a piece of code to do this change in the time you want. See the screenshot below, where I use the 'Clock' block to ge tthe current simulation time, and when time is equal to 20, the bias is set to 10.
Another good option is to do it with simple blocks. Please read the following post with an example:

请先登录,再进行评论。


Fangjun Jiang
Fangjun Jiang 2020-4-20
编辑:Fangjun Jiang 2020-4-20
So you need to generate V*sin(2*pi*f*t).
There is a block for sin(). Use "Repeating Sequence" or "Repeating Sequence Interpolated" from Simulink Source library where you can specify any time-value pairs.

类别

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