Beantwortet
How to update the resistance parameter during the simulation of an AC3_Sensorless drive
This would not be possible during run-time.

3 Monate vor | 0

Beantwortet
How can I design a state space with linearly changing input and duty cycle?
A good starting point is the Average-Value DC-DC Converter in Simscape Electrical. Check the doc page to see how the voltage and...

3 Monate vor | 0

Beantwortet
How to add another three phase load after certain time?
In Simscape Electrical you can use a Dynamic Load (Three-Phase) block. Alternatively you can use Variable Resistor/Inductor/Capa...

3 Monate vor | 0

Beantwortet
Changing the X axis in Simulink Scope
Simulink Scope will normally display data until simulation end time (starting from beginning or displaying only last N values). ...

3 Monate vor | 0

Beantwortet
Does newer versions of matlab contain a model of the brushless doubly fed reluctance generator?
As of now there is no brushless doubly fed reluctance machine block. This topology is very similar with the SynRM but with two s...

3 Monate vor | 0

| akzeptiert

Beantwortet
Simulink- How to convert duty cycle to Uref for VSC Universal bridge
That is just a scaling from duty cycle to Uref. It can be done using standard Simulink blocks.

3 Monate vor | 0

Beantwortet
Wind and Solar Grid Simulation on Simuilink and Matlab
There are a bunch of relevant examples to start with in Simscape Electrical. Se for example: https://mathworks.com/help/sps/ug/...

3 Monate vor | 0

Beantwortet
How to set time-variant parameters in Simulink
It is not possible in Simscape Electrical to change the block Inertia during simulation in the way explained. This will require ...

3 Monate vor | 0

Beantwortet
How to create a sawtooth generator with variable phase delay?
Function rem can be used having as inputs: (i) the sum between simulation time (using a clock block) and delay, and (ii) desired...

3 Monate vor | 0

Beantwortet
Induction Motor delta configuration
In Simscape Electrical Specialized Power Systems technology the stator is connected internally in wye. If you want to use delta ...

3 Monate vor | 0

Beantwortet
How to find co-efficient beta value in simple battery model?
The coefficient beta is computed using {AH1,V1} values. Considering V = Vnom*SOC/(1-beta*(1-SOC)), for a simple case we can do s...

3 Monate vor | 0

Beantwortet
How to control the output current of a 3-phase inverter ?
We don't know what technology is used to understand how the battery is modeled. If the battery is modeled as a voltage source it...

3 Monate vor | 0

Beantwortet
Charging model for Li ion battery
A good place to start is: https://mathworks.com/matlabcentral/fileexchange/36019-battery-modeling?s_tid=srchtitle From R2022b,...

3 Monate vor | 0

Beantwortet
How to do thermal modelling of 18650 Cell?
From R2022b, a new toolbox called Simscape Battery has been introduced. This product can be used to design and simulate battery ...

3 Monate vor | 0

Beantwortet
can you tell the pulse dischage procedure for the battery model
Some insights into cell characterization, parameter estimation of single cell using pulsed discharge experiments: https://math...

3 Monate vor | 0

Beantwortet
How can I use a battery to power a DC Motor?
There are a few different technologies provided by MATLAB toolboxes and blocksets. In Simscape Electrical there are two technolo...

3 Monate vor | 0

Beantwortet
Capacity fade of battery:-
Without a model is difficult to figure out what is wrong. I would suggest checking the physical units used in the equation.

3 Monate vor | 0

Beantwortet
What are the characteristics of the battery in the Battery State-of-Health Estimation example?
This example is for exemplification purpose only. There is no real battery that would see a 30% drop in SOH in 10 hours. The par...

3 Monate vor | 0

Beantwortet
what is the best way to perform multiple calculation in simulink project ?
To easily change the value of the current source you can use a Controlled Current Source instead. To measure the voltage you can...

3 Monate vor | 0

Beantwortet
Do you have battery simulation solution for Lithium and Lead-acid battery?
For design and simulation of batteries the best place to start is Simscape Battery, a new product introduced in R2022b. Before, ...

3 Monate vor | 0

Beantwortet
Usage of prohibited block
First of all I would check that there is a valid license of Simscape Electrical.

3 Monate vor | 0

Beantwortet
In LSTM, what's the difference between predict() and predictAndUpdateState()?
predict Predict responses using trained deep learning neural network predictAndUpdateState Predict responses using a trained ...

3 Monate vor | 0

Beantwortet
Tuning parameter(Switching frequency) in PWM Generator (three-phase, two-level)
In theory should work by defining the fsw as input rather than parameter but extra care should be taken to ensure the frequency ...

3 Monate vor | 0

Beantwortet
Relational operators in Simscape Language
In your case I would change the condition '(Threshold_Voltage <= abs(v) < Glow_Voltage)' into '(abs(v) >= Threshold_Voltage && a...

3 Monate vor | 0

| akzeptiert

Beantwortet
How to use a SynRM model in simulink?
Not sure if I understand the question, I assume you want to control the currents of the SynRM. Simscape Electrical has a model o...

3 Monate vor | 0

Beantwortet
why my simscape is not showing specialized electrical technoloy ?
The Specialized Power Systems technology is part of Simscape Electrical. If you have a valid Simscape Electrical license you sho...

3 Monate vor | 0

Beantwortet
Solid Oxide Fuel Cell Modelling
The Fuel Cell block in Simscape technology is focusing mainly on the electrical behaviour of a fuel cell system. With a proper p...

3 Monate vor | 1

| akzeptiert

Beantwortet
Implementation of real time close loop control on TMS320F28379D dsp controller using MATLAB Simulation
A possible issue may be that the controller, I assume a PI, has quickly saturated and the controller is not tracking anything. T...

4 Monate vor | 0

Beantwortet
PMSM current controller Vph max limit
Hi, VphMax is dependent on the modulation technique used. If we have Space Vector Modulation the maximum amplitude of the phase ...

4 Monate vor | 0

Mehr laden