Community Profile

photo

Sabin

Last seen: 3 Tage vor Aktiv seit 2019

Statistiken

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

Abzeichen anzeigen

Content Feed

Anzeigen nach

Beantwortet
Modeling of six-phase PMSM using TWO three-phase PMSM
Since R2020b, Simscape Electruical includes the PMSM (Six-Phase) block.

18 Tage vor | 0

Beantwortet
hiow to design a closed loop control for bidirectional buck boost for matlab statrters..
A good starting point is the folowing Simscape Electrical example: https://www.mathworks.com/help/sps/ug/bidirectional-dcdc-cur...

18 Tage vor | 0

Beantwortet
Salient Pole electrical generator model (not PowerSim)
Start with the mathematical equations. A Simulink model can be implemented if the equations are known.

18 Tage vor | 0

Beantwortet
Problems of error covariance matrix positiveness of UKF
The main issue with UKF is the matrix square root and can run into singulatrity issues. I suggest to check the folowing article:...

18 Tage vor | 0

Beantwortet
I cant generate a square wave to control the gate of Transistor
From what I see the problem is in the MATLAB function blocks. The output is 1x100 but should be a scalar.

18 Tage vor | 0

| akzeptiert

Beantwortet
Calculation of frequency from workspace (offline)
Probably best to use fast Fourier transform function in MATLAB.

18 Tage vor | 0

Beantwortet
Battery (table-based)
This looks like a modelling issue. Even through all mask parameters may be valid when integrating with other blocks we may run i...

18 Tage vor | 0

Beantwortet
How to connect a physical model made in MATLAB with the simulink model of MATLAB.
You try to connect two different technologies, Simscape and Specialized Power Systems. It would be better to use only one techno...

18 Tage vor | 0

Beantwortet
Simscape DC Motor settings
I suspect the inertia is not parametrized corectly. Increasing the inertia would increase the speed response time.

2 Monate vor | 0

Beantwortet
Battery cell parameter estimation using pulse charging data
The example you are pointing to is discharging the battery from fully charged to fully discharged. By changing the sign of the p...

2 Monate vor | 0

Beantwortet
I need help changing 2 phases of a 3 phase induction motor?
If using Simscape Electrical, it is possible to use the Phase Permute block. A relevant example of using the Phase Permute block...

2 Monate vor | 0

Beantwortet
Converting 2023a model to 2021b
As the model is relying on some library blocks that were not there in 21b, the exported model would not work.

2 Monate vor | 0

Beantwortet
Square wave in Simscape
Simscape Electrical has a Pulse Voltage Source that can be used to generate a periodic square wave voltage.

2 Monate vor | 0

Beantwortet
SPICE Files
Simscape Electrical allows users to convert SPICE subcircuit to custom Simscape components using subcircuit2ssc function.

2 Monate vor | 0

Beantwortet
Open end winding permanent magnet synchronous motor Simulink data or library?
R2023a release includes the Velocity Control of Four-Phase PMSM with Open-End Winding example. This example uses custom Simscape...

3 Monate vor | 0

Beantwortet
What is Block error in Simulink ?
What you need is a Solver Configuration block for every physical network. This can be found in Simscape / Utilities.

3 Monate vor | 0

Beantwortet
simulink model of inverse park transformation
The Inverse Park Transform block is doing just that. The alternative is to implement the equations yourself in Simulink.

3 Monate vor | 0

Beantwortet
getpowerlosses - variable during simulation
From R2023a it is possible to use the Probe block to access the same variables that you can see in the simulation data log. This...

3 Monate vor | 0

| akzeptiert

Beantwortet
How to access Simscape variables and intermediates via commandline while simulating
From R2023a it is possible to use the Probe block to access the same variables that you can see in the simulation data log.

3 Monate vor | 0

| akzeptiert

Beantwortet
I am getting the error Port Widths and Dimensions.
SMx subsystems are expecting control input to be a vector of 2 elements but the implementation is giving a signal of dimension 1...

3 Monate vor | 0

Beantwortet
How do I get simulink output signal to attach to electrical conserving common contract of a DPDT simscape block?
Simulink-PS can be used to connect a Simulink signal to a PS port. It can be sued to connect to the vT — Switch control port of ...

3 Monate vor | 0

Beantwortet
Are there any examples showing how to use pmode (interactive parallel command) in MATLAB ?
pmode will be removed in a future release. Use spmd instead. An example of spmd is: openExample('parallel/ExecuteCodeInParallel...

3 Monate vor | 0

Beantwortet
i need to use DC - AC converter using phasor simulation method
There is not possible to simulate switching devices in phasor mode. Phasor simulation computes voltages and currents as phasors...

3 Monate vor | 0

Beantwortet
How to run torque control example
This example is included in R2018a. I suspect there is no valid license of Simscape Multibody.

3 Monate vor | 0

Beantwortet
Is it difficult to change three-level VSC into two-level VSC in this model? From the simulation results, , is there a big difference between two-level and three-level VSC
To use a two level converter you'll need to remove the neutral controller and to change the modulation technique to use a PWM Ge...

3 Monate vor | 1

Beantwortet
How can I change the nominal power of the generator (DFIG and SCIG) during simulation ???
It is not possible to change all parameters during runtime. You can use fast restart and avoid recompiling the model but there i...

3 Monate vor | 0

Beantwortet
How to connect DC Machine with a controlled current (or voltage) source
I would check that both blocks are part of the same technology. Simscape Electrical offers two different technologies, Simscape ...

3 Monate vor | 0

Beantwortet
Svpwm 2 error block on the Equivalent model
Looks like the problem is in the Universal Bridge. The dimension of 'g' input is expected to be 6 as we have 6 switching devices...

3 Monate vor | 0

Beantwortet
How to make a circuit with 4 thyristors, which have a firing angle at 30 degree, work?
From the attached image you try to connect a Pulse Generator to individual switching devices. The problem is the Pulse generator...

3 Monate vor | 0

Beantwortet
Error in port widths or dimensions. Invalid dimension has been specified for input port 1 of 'DFIG_SMC_new/PWM Generator (Multilevel)2/Model/Relational Operator1'.
Uref input has wrong dimension and therefore the error. Check dimension of Uref.

3 Monate vor | 0

Mehr laden