Respondida
DFIG Detailed Model integrated with F28379D LaunchPad DSP
Hello Ahmed, that example has a basic closed loop controller which could serve as the beginning of a DFIG controller running on...

más de 3 años hace | 0

Respondida
Can I use the Simscape Battery feature with only Simscape and Simscape Electrical products?
Hello, it is possible to do all of those things with Simulink and Simscape Electrical, but you will have to build everything fro...

más de 3 años hace | 0

| aceptada

Respondida
How to simulate in function of duty cycle instead of time?
Hello Pedro, To do this live, you can use the x/y graph: https://www.mathworks.com/help/simulink/ug/plot-circle-with-xy-graph.h...

más de 3 años hace | 0

| aceptada

Respondida
How to use a different hardware from the hardware used in the example?
Hello Alex, it can be fairly challenging to just switch an example and have it work closed loop. There are a number or potenti...

más de 3 años hace | 1

Respondida
Bug Simulating Thermal Losses for a Rectifier based on Foster Model
Hello, the issue here is that the system is calculating less than ideal initial conditions. The foster model's have the "start...

más de 3 años hace | 0

| aceptada

Respondida
Find duty cycle of DC-DC buck-boost converter in Matrix
You should use "./" instead of "/", this changes it to a vector operation instead of a matrix operation.

más de 3 años hace | 0

Respondida
How to update simulink model sample time dynamically during simulation?
Hello Kepler, This is a common issue where execution of code does not happen at fixed intervals. The main way of modelling thi...

más de 3 años hace | 0

Respondida
Why do i get an an assertion error << Supply-side voltage must be greater than zero>> when trying to simulate a Dc-Dc converter ?
Hello, sorry for the late response, as this won't be useful to you, but the question got popped up again because of another use...

más de 3 años hace | 0

Respondida
Why do we optimize these parameters and not the R &C, and what are the equations used in identifying these parameters
Hello Hend, parameter estimation uses stochastic processes (random) to randomly change parameters of a model and then determine...

más de 3 años hace | 0

Respondida
The following two blocks cannot be connected in series: Block 1: 'A_stator: Asynchronous Machine SI Units' Block 2: 'Series RLC Branch2
This is a common issue when using specialized power systems. Inductors are modelled as current sources and cannot be in series ...

más de 3 años hace | 0

Respondida
Closed loop discrete PI controller
Hello, please use the references on this page to dive deeper into designing closed loop control for boost converters. https://...

más de 3 años hace | 0

| aceptada

Respondida
This is a picture of dfig controller in older version of matlab . in new version fcn block is not available i want represent these transformations what should i do?
Hello, this functionality can still be used, if in a slightly different block. Here are all user defined blocks that you can c...

más de 3 años hace | 0

Respondida
Long simulation time by combining BEV and PV modelling in SIMULINK
Hello Hamizah, thank you for sharing your model. I can give you some specifics now. The first issue is that the battery is im...

más de 3 años hace | 0

| aceptada

Respondida
Is there any code for calculation for Distribution of Relaxation Times (DRT) in Time domain for battery data?
Out of the box, there is not a quick way to do this. However, there are tools such as the controls system toolbox, system ident...

más de 3 años hace | 0

Respondida
I need 6 pulse thyristor logic in formula or blocks
You can right click the block and select Mask-> look under mask to see the implementation logic.

más de 3 años hace | 0

| aceptada

Respondida
Connecting Ideal Translational Motion Sensor for velocity measurement in Simscape
Hello Sudeep, it looks like there is a "short circuit" between your force source in and out ports. The 2 port mass block makes...

más de 3 años hace | 0

| aceptada

Respondida
Modeling RG220 coaxial cable using a PI section line
Hello, the power line parameters tool box determines paramter predominantly from geometry, and doesn't need all information on ...

más de 3 años hace | 0

Respondida
for the reading pwm, what is the unit of the 200 in the block? because it can be tune more than 255.
Simulink by default can tune a constant block to any value, it does not know that the input must be limited to 255 unless you sp...

más de 3 años hace | 0

| aceptada

Respondida
Matlab Code for PV array with bypass and blocking diodes
Hello Oghenero, unfortunately, this forum is specifically for questions about MathWorks tools, not equations that are programmi...

más de 3 años hace | 0

Respondida
Asynchronous Machine runs in reverse when no voltage is applied.
The issue is that you are applying a non zero torque to the machine. This is a constant torque which will put a rotational forc...

más de 3 años hace | 0

| aceptada

Respondida
Unable to connect input of modeled PMSM to inverter output
Hello Anwesha, you can start here and do not need your own equations: https://www.mathworks.com/help/physmod/sps/ug/three-phase...

más de 3 años hace | 0

Respondida
trying to replicate the paper :"Thermal Impacts on the Performance of Nanoscale-Gap Thermophotovoltaic Power Generators"
If you need help learning to convert an equation into matlab code, or with plotting, please take this free introductory course t...

más de 3 años hace | 0

Respondida
Why is the Double Acting Actuator not working?
Hello Raphael, there needs to a bit more information in this model for the simulation to know what to do. When you model fluid...

más de 3 años hace | 1

| aceptada

Respondida
How to display different frequencies all at once onto the Spectrum Analyzer in Simulink?
Hello Kei, the first issue is how the sin is being generated. The blocks you are using package the sine output into frames, so...

más de 3 años hace | 0

| aceptada

Respondida
Three phase time varying load
The issue is how your circuit is set up. You need a snubber resistor to ground (for all three phases) because you can't have tw...

más de 3 años hace | 0

Respondida
what type of simulations and analysis can be done using Simulink on an electric motor, battery and motor contoller
Please start with this example: https://www.mathworks.com/help/physmod/sps/ug/three-phase-pmsm-drive.html;jsessionid=973818b691b...

más de 3 años hace | 0

Respondida
Transfer function of full bridge inverter and LLC circuit.
As there are switching devices, you either need to use averaging techniques to extract it analytically (do it by hand) or you ca...

más de 3 años hace | 0

Respondida
Some initial guidance with creating a microgrid model for typical mining application using simulink ?
Hello, Here is an example to get started: https://www.mathworks.com/help/physmod/sps/ug/24-hour-simulation-of-a-vehicle-to-grid...

más de 3 años hace | 0

| aceptada

Respondida
Bidirectional converter for an energy storage system
Hello, unfortunately, there is not enough information from the screen shot to know for sure what is wrong. If possible, share ...

más de 3 años hace | 0

Respondida
How to find frequency of the signal coming from an inverter output, simulink?
you attatch the scope to voltage and current measurement outputs. You have a voltage measurement right there that you could att...

más de 3 años hace | 0

Cargar más