Community Profile

photo

Sabin

Last seen: 5 days ago Active since 2019

Statistics

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

View badges

Content Feed

View by

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

20 days ago | 0

Answered
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...

20 days ago | 0

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

20 days ago | 0

Answered
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:...

20 days ago | 0

Answered
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.

20 days ago | 0

| accepted

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

20 days ago | 0

Answered
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...

20 days ago | 0

Answered
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...

20 days ago | 0

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

2 months ago | 0

Answered
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 months ago | 0

Answered
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 months ago | 0

Answered
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 months ago | 0

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

2 months ago | 0

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

2 months ago | 0

Answered
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 months ago | 0

Answered
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 months ago | 0

Answered
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 months ago | 0

Answered
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 months ago | 0

| accepted

Answered
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 months ago | 0

| accepted

Answered
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 months ago | 0

Answered
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 months ago | 0

Answered
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 months ago | 0

Answered
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 months ago | 0

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

3 months ago | 0

Answered
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 months ago | 1

Answered
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 months ago | 0

Answered
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 months ago | 0

Answered
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 months ago | 0

Answered
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 months ago | 0

Load more