Answered
How to choose the value of sample time in the Powergui
If the switching frequency is 25 kHz, the model would require some oversampling to capture all the changes in discrete time. The...

3 years ago | 1

Answered
How to use a dc voltage source with the demo 'power_brushlessDCmotor' model?
The Controlled Voltage Source type can be changed to DC.

3 years ago | 0

Answered
How can I save a simulink waveform to a workspace and perform a FFT on matlab.
There are various ways to export simulation data from a Simulink model: https://mathworks.com/help/simulink/ug/export-simulatio...

3 years ago | 0

Answered
Relation between flux linkage, Voltage constant, Torque constant
The PMSM documentation in Simscape Electrical is giving some insights into the alternatibve parameterization using flux linkage/...

3 years ago | 0

Answered
How to set PI controller's minimum and maximum output values in the demo 'power_brushlessDCmotor' model?
If the goal is to control the DC-link voltage through a controlled voltage source, a positive value of the PI output is good. Fo...

3 years ago | 0

Answered
Hi, How can I get details on the wt input in pwm generator block of simscape when the mode of operation is chosen as synchronized. I am currently modeling a pwm controlled inverter for bldc motor control. Any help is highly appreciated.
When set to Synchronized, the carrier signal is synchronized to an external reference signal (input wt) and the carrier frequenc...

3 years ago | 0

Answered
Source for BLDC motor parameters
This example is based on some generic parameters for around 5 kW BLDC supplied by a 48 System. The BLDC provides some pre-parame...

3 years ago | 0

Answered
Different sample time in Simulink model (R2017b)
Using different sample times in different parts of the model should not be a problem, rate transitions can be used between diffe...

3 years ago | 0

Answered
How can I build the BLDC Motor on Simulink using mathematical representation.
With little information we have is hard to tell what the issue is. Best to double check the equations and check that inputs and ...

3 years ago | 0

Answered
how to define synchronous motor parameter such as power?
Some machine blocks are implemented in SI units only and the parameters we need to provide are Inductance, Resistance and so on....

3 years ago | 0

Answered
To calculate the max speed which can be achieved in field weakening region
To calculate the maximum speed, it is necessary to consider the PMSM characteristics but also the voltage supply limitations. As...

3 years ago | 0

Answered
how can i make a simulation for a 4way traffic light controller?
A good place to start is the folowing example: https://mathworks.com/help/mpc/ug/traffic-light-negotiation.html

3 years ago | 0

Answered
How to determine output power of a switched reluctance motor in simulink?
Some machine blocks are implemented in SI units only and the parameters we need to provide are Inductance, Resistance and so on....

3 years ago | 0

Answered
PI tuning for field oriented control of induction motor
Taking into account the limitations that are in the system might not be possible to achive the requested reference or the contro...

3 years ago | 0

Answered
Tuning of PI controllers in cascaded structure
Check the PID Controller Tuning in Simulink Control Design. There are a few options there, including the PID autotuner that can ...

3 years ago | 0

Answered
PI controller tuning using Controller designer in simulink
Check the PID Controller Tuning in Simulink Control Design. There are a few options there, including the PID autotuner that can ...

3 years ago | 0

Answered
Real-time controller
That should be doable using the Data Acquisition Toolbox: https://www.mathworks.com/products/data-acquisition.html

3 years ago | 0

Answered
how to set the value of hysteresis bandwidth in simulink ?
If the error is above the hysteresis band, the output is in one state, if the error is is below the band then the output is in t...

3 years ago | 0

Answered
SIMULINK-SOC battery modeling
Not able to reproduce this problem. Would be useful to provide a model and specify the release used when running into this issue...

3 years ago | 0

Answered
Ideal Rotational Motion Sensor (Simscape) Shows incorrect Motor Speed readings
I was not able to reproduce this problem in R2017b and newer releases. It would be helpful to provide a model and MATLAB release...

3 years ago | 0

| accepted

Answered
simulating power grid with simscape specialized power system
For something similar check the Three-Phase Asynchronous Drive with Sensor Control example in Simscape Electrical.

3 years ago | 0

Answered
how can I model a selector switch that connects to 1 out of 3 DC voltage sources at a time to load.Source Selection criteria is based on value of sources voltage.
Best to use a controlled Voltage Source. This way voltage can be changed during simulation.

3 years ago | 0

Answered
Phase shift controlled full-bridge DC/DC
Might be worth starting with the Dual Active Bridge Control example in Simscape Electrical.

3 years ago | 0

Answered
How change PMSM model to discreate model in Simulink?
There are a few things that can cause this behaviour: In the Electrical subsystem second input is named ‘vq,vd’ and output is n...

3 years ago | 0

Answered
How can I simulate a Permanent Magnets Synchronous Machine as a generator?
A good starting point is the Permanent Magnet Synchronous Generator Battery Charging example in Simscape electrical. This exampl...

3 years ago | 0

Answered
Sir, can you please help me out to connect a mechanical torque source to a DC motor.
A good example in Simscape Electrical is the DC Motor Control.

3 years ago | 0

Answered
SVPWM for three phase inverter coding
This function will compile if change either change Seq in the first line into seq or seq into Seq everywhere. I believe the erro...

3 years ago | 0

Answered
How is it possible to change the frequency of average value inverter?
It is better to use the Average-Value Voltage Source Converter (Three-Phase) block instead. This block allows to provide the mod...

3 years ago | 0

Answered
How to implement a abc to dq Park's transformation by writing a code in mfile (and not using Simulink) in order to generate the vector in the rotating fame.
Just put the Park equations in a an m file. This is quite straitforward as there is no integration or derivation needed just sum...

3 years ago | 0

Load more