Sabin - MATLAB Central
photo

Sabin

Last seen: 4 días hace Con actividad desde 2019

Followers: 4   Following: 0

Estadística

MATLAB AnswersFrom 08/19 to 03/25Use left and right arrows to move selectionFrom 08/19Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%

CLASIFICACIÓN
221
of 297.307

REPUTACIÓN
436

CONTRIBUCIONES
0 Preguntas
1.031 Respuestas

ACEPTACIÓN DE RESPUESTAS
0.00%

VOTOS RECIBIDOS
52

  • 12 Month Streak
  • Knowledgeable Level 4
  • Thankful Level 5
  • Explorer
  • First Answer

Ver insignias

Feeds

Ver por

Respondida
sine pwm control for statcom
You will have three sinusoidal reference signals that you need to compare with a high frequency triangular signal carrier. The i...

5 días hace | 0

Respondida
Simulink model of avarage values model of buck converter with Pi current control
You should focus on will need to balance the power in and power out. Check out this block in Simscape Electrical which is doing ...

5 días hace | 0

Respondida
3-phase inverter thermal modeling
Simscape Electrical is well suited for electro-thermal simulations. The discretes in Simscape Electrical (IGBT, MOSFET, etc) hav...

5 días hace | 0

Respondida
How can i find Soc block in Simulink?
SOC estimators are part of Simscape Battery. To have access to this functionality you will need a Simscape Battery license. htt...

25 días hace | 0

Respondida
Can you provide c language code for the phase-locked loop module in simulink?
To generate C or C++ code from Simulink® models, Stateflow® charts, and MATLAB® functions, use the Simulink Coder™ product. ht...

25 días hace | 0

Respondida
Need PWM Signal for Sinusoid input
PWM block was released in version R2020b: https://mathworks.com/help/simulink/slref/pwm.html There are other blocks that can be...

25 días hace | 0

Respondida
Which are the current equations used when negative Drain-Source Voltage is applied to a N-Channel MOSFET (SimElectronics)?
In contrast to the IGBT, the MOSFET can conduct from the source to the drain when the source potential is higher. In analog appl...

25 días hace | 0

Respondida
How to convert rpm on m/s in this model ssc_pneumatic_motor?
To compute linear speed it is possible to use the formula LinearSpeed=(RPM*pi*Diameter)/60. It is also possible to connect rotat...

29 días hace | 0

Respondida
Why does DQ Current control of 3 phase inverter work with Simscape SPS components but not with Simscape Electrical components?
The two models are not the same. In SPS you are using the Universal Bridge while in Simscape you use the Modular Multilevel Conv...

29 días hace | 0

Respondida
4 pin SIC FET Model in MATLAB
You need to specify the path of the SPICE simulation engine executable file, specified as a character vector or a string. This i...

29 días hace | 0

Respondida
How can I reach the desired rotor speed of a three phase PMSM motor using a PI-Controller?
If I understand corectly the main goal is to control just the outer loop. We still need to feed correct sinusoidal signals to th...

29 días hace | 0

Respondida
How is the three-phase transformer with three windings modelled?
This block implements a three-phase transformer by using three single-phase transformers with three windings. For a detailed des...

29 días hace | 1

Respondida
Battery from library does not connect!
Trying to directly connect two different technologies is not working. Simscape Electrical has two technologies, Simscape and Spe...

29 días hace | 0

Respondida
not able to copy paste custom simscape component
The Converter (Three-Phase) is part of Simscape Electrical product. Without a valid Simscape Electrical license it is not possib...

30 días hace | 0

Respondida
Connecting permanent-magnet synchronous generator to a wind turbine model
This can be done easily using simscape. A good example to start with: https://mathworks.com/help/sps/ug/pm-generator-for-batter...

alrededor de 1 mes hace | 0

Respondida
To find rated current of Permanent Magnet Synchronous Motor (Interior type) Model of Power System blocset
This can be done using the balance of power and the machine equations which are given in the documentation.

alrededor de 1 mes hace | 0

Respondida
Creating a three-phase UPS in MATLAB
The load is not connected correctly, and probably the system is not well designed for three-phase operation. We cannot just conn...

alrededor de 1 mes hace | 0

Respondida
Which are the reasons of these fake high-frequency oscillations?
Most likely root cause is the LC filter. LC filters can introduce resonant frequencies. If these resonant frequencies are excite...

alrededor de 1 mes hace | 0

Respondida
A question about the example of 'Power Factor Correction for CCM Boost Converter'
The sqrt(3) factor is not needed in this context.

alrededor de 1 mes hace | 0

Respondida
single frequency transient analysis across a CB
The transients that occur during switching are due to residual energy stored in capacitance (C), inductance (L), or both. This e...

alrededor de 1 mes hace | 0

Respondida
Simulating Induction motor inter-turn short circuit faults
Normally we can model electrical machines by representing each winding as a single entity with associated inductance, electromot...

alrededor de 1 mes hace | 0

Respondida
Issue with simulation of rotor bar faults in induction motors (asynchronous machine block)
Just changing the resistance may not be enough to capture the expected behavior. It may be possible to simulate the broken bar b...

alrededor de 1 mes hace | 0

Respondida
Is it possible to simulate faults such as broken rotor bars and stator windings faults using the asynchronous machine block in Simulink
Normally we can model electrical machines by representing each winding as a single entity with associated inductance, electromot...

alrededor de 1 mes hace | 0

Respondida
How to create/ simulate fault in asynchronous machine in simulink?
Normally we can model electrical machines by representing each winding as a single entity with associated inductance, electromot...

alrededor de 1 mes hace | 0

Respondida
How to reduce current ripple in a closed loop buck converter for a PV li-ion battery charger??
The issue is probably the control algorithm. Switching frequency in the PWM Generator is 10e-3 Hz which is not OK for a Buck con...

alrededor de 1 mes hace | 0

Respondida
Simulink : How to inject real and image current into three phase power grid by using discrete mode powergui
A phasor is a complex number that represents the amplitude and phase of a sinusoid. You cannot directly feed complex number to t...

alrededor de 1 mes hace | 0

Respondida
RC snubbers for 12-pulse thyristor bridge
Series RC snubber circuits are connected in parallel with each switch device.

alrededor de 1 mes hace | 0

Respondida
How to introduce Faults to Half-Bridge MMC?
Probably best way would be to implement the MMC using individual switches. In Simscape Electrical it is possible to use inject f...

alrededor de 1 mes hace | 0

Respondida
How can i create a faults by using 6 switches instead of using inverter in PMSM drives basic simulation model(I attached the file)
In Simscape Electrical it is possible to use inject faults using the Gate Driver block. You can insert a fault into the output o...

alrededor de 1 mes hace | 0

Respondida
Synchronous Machine compatibility issues with 3 level PWM rectifier
There seems to be some integration issues. Two systems can work well in isolation but can give wrong results when you put togeth...

alrededor de 1 mes hace | 0

Cargar más

Go to top of page