Réponse apportée
How can I create a variable RLC load for use in SimPowerSystems?
One possible solution is to use variable Resistor/Inductor/Capacitor to model the RLC. Such blocks are available in Simscape Ele...

presque 3 ans il y a | 0

Réponse apportée
MATLAB 7.6.0 (R2008a) - WIND FARM (DFIG PHASOR MODEL)
Yes, it is possible to change the frequency to 50 Hz. Frequency dependent components have a parameter called either Frequency (H...

presque 3 ans il y a | 0

Réponse apportée
Updating the Active Power of a Three-Phase Parallel RLC Load during Simulation Run Time
Probably best to use variable Resistor/inductor/capacitor in this situation. It is then possible to update the value during simu...

presque 3 ans il y a | 0

Réponse apportée
Using value from previous cell in for loop calculation
The steps to to this: Memory allocation for Battery_capacity, e.g., Battery_capacity = zeros(365,24) Initialization: Battery_c...

presque 3 ans il y a | 0

Réponse apportée
Harmonics Analysis
When the simulation is complete, open the powergui and select FFT Analysis. A new window opens. Set the parameters specifying th...

presque 3 ans il y a | 0

Réponse apportée
SimElectronics Solver Configuration
According to this error message it appears that a domain reference is missing (probably there is no Electrical Reference).

presque 3 ans il y a | 0

Réponse apportée
how to measure Power factor in the line side?
A good starting point to learn more about this kind of applications is the following example in Simscape Electrical: https://ww...

presque 3 ans il y a | 0

Réponse apportée
I-V characteristics of a diode with series resistor
You can plot the basic I-V characteristics for semiconductor blocks in Simscape Electrical. Check this page to fine out more: h...

presque 3 ans il y a | 0

Réponse apportée
Parameters of the squirrel cage motor
The solution is to select ‘Squirrel-cage preset model’ to ‘No’ and to introduce machine parameters for a 250 kW machine but you ...

presque 3 ans il y a | 0

Réponse apportée
How to model IC MC34063A in Matlab Simulink? Simulink>Simscape>SimElectronics>Integrated Circuit
The MC34063ADG is an adjustable output buck/boost/inverting switching regulator. There is no specific block for this particular ...

presque 3 ans il y a | 0

Réponse apportée
How can I connect a Subsystem with "Port connections" to Simscape Electrical environment ?
You are trying to connect blocks from two different technologies, Simscape technology and Specialized Power Systems. This is not...

presque 3 ans il y a | 0

Réponse apportée
DC micro grid in Simulink
Simscape Electrical provides an example of Green Hydrogen Microgrid that can be used to learn more about this kind of systems. ...

presque 3 ans il y a | 0

Réponse apportée
how can i get simulink and code of pso based mppt for pv cells ?
To learn about Grid-Connected Solar Photovoltaic System check the following example in Simscape Electrical: https://www.mathwor...

presque 3 ans il y a | 0

Réponse apportée
Space vector pwm high torque ripple
Is hard to tell from the print screens only. One possible issue may be the fundamental frequency not small enough. The fundament...

presque 3 ans il y a | 0

Réponse apportée
Mttp P&O controller algorithm code needed or simulation
A good starting point is the following example in Simscape Electrical: https://www.mathworks.com/help/sps/ug/three-phase-grid-c...

presque 3 ans il y a | 0

Réponse apportée
Simulink block for Utility Grid
Voltage Source (Three-Phase) block can used to model the grid in Simscape Electrical. Check the following example as a starting...

presque 3 ans il y a | 0

Réponse apportée
Voltage control of induction machine
PWM Generator (2-Level) is expecting a vector of three elements as input Uref. Howere in your algorithm Uref is of size 1x1.

presque 3 ans il y a | 0

Réponse apportée
Probleme of block PWM
I'm not able to reproduce the error on my end. If you can provide a sample model we can investigate further.

presque 3 ans il y a | 1

Réponse apportée
How can i derive a state space equations from the mathematical model of a 4 phase switched reluctance motor to use for the extended kalman filter ?
A good place to start with understanding the SRM model is the documentation page of Switched Reluctance Machine (Multi-Phase) an...

presque 3 ans il y a | 0

Réponse apportée
What is difference between phasor simulation and quasi-static simulation?
Phasor simulation is a technique used in electrical engineering to analyze power systems. It involves representing electrical qu...

presque 3 ans il y a | 0

Réponse apportée
How do you connect powersims back to simulink model???
This model uses Specialized Power Systems from Simscape Electrical. Therefore, it is not possible to use PS-Simulink Converter. ...

presque 3 ans il y a | 0

Réponse apportée
Can we model SiC and GaN MOSFET using N-MOSFET/NMOS SPICE Simulink block by parameters adjustment?
Yes, this is possible in Simscape Electrical. A good place to start is SiC MOSFET Parameterization Using Simulation Results from...

presque 3 ans il y a | 0

Réponse apportée
GaN Mosfet in Simulink?
Related question: https://www.mathworks.com/matlabcentral/answers/1949143-does-simscape-have-gallium-nitride-gan-or-silicon-car...

presque 3 ans il y a | 1

Réponse apportée
How can I obtain a smooth DC like output from my rectified waveform using either Simulink blocks and or using a Matlab function ?
Use a low pass filter. This can be done in both Simulink and MATLAB.

presque 3 ans il y a | 0

Réponse apportée
Synchronous Reluctance Machine model parameters
The Synchronous Reluctance Machine block is defining the Ld, Lq, and L0 based on the stator self-inductance per phase, the stato...

presque 3 ans il y a | 0

Réponse apportée
Not show the full block(diode,resistance,op amp,etc.) on 2017b
I've been checking in R2017b and all looks fine. Not easy to tell what might have been the problem without a reproduction model....

presque 3 ans il y a | 0

Réponse apportée
Connecting a PS converter block to a valve actuator and and a sine signal source
There are two blocks that can be used as interfaces between Simscape and Simulink, PS-Simulink Converter and Simulink-PS Convert...

presque 3 ans il y a | 0

Réponse apportée
Vary the resistor value while simulating the system?
To vary the R/L/C parameters during simulation it is better to use variable Resistor/Capacitor/Inductor blocks. Both technologie...

presque 3 ans il y a | 0

Réponse apportée
electric Motor engine map
Simscape Electrical includes an example where an IPMSM is propelling a simplified axle-drive electric vehicle. This may be usefu...

presque 3 ans il y a | 0

Réponse apportée
how to use three-phase v-i measurement block from simpowersystems?
Best to check this example: https://www.mathworks.com/help/sps/ug/three-phase-series-compensated-network.html there is no outp...

presque 3 ans il y a | 0

Charger plus