How may i simulate a PMSM machine as a charge, for example a resistance?

2 次查看(过去 30 天)
My simulation is obtain a graph of behaviour in charge and discharge of a pack of supercapacitors for a 186kw of charge (motor).

回答(1 个)

Joel Van Sickel
Joel Van Sickel 2024-5-28
That is highly dependent on your machine. A way to build a very simple model of a motor would be to use a controlled current source to model the motor. You would measure the input voltage and calculate the correct current draw of the motor. You'll need to put a transfer function low pass filter in the loop to prevent an algebraic loop if you don't do any integration or other calculations to figure out the correct current draw. For instance, if its basically just going to draw a constant power, you can do I = P/V for the equation into your controlled current source, but put a saturaiton block on V to prevent divide by zero and put a transfer function with num = [1] and denom = [1/(1000*2*pi) 1] to implement a low pass filter. (this means it won't quite draw constant power, but it'll be close.)

类别

Help CenterFile Exchange 中查找有关 Specialized Power Systems 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by