Statistics
0 Questions
1 263 Answers
RANK
204
of 300 028
REPUTATION
530
CONTRIBUTIONS
0 Questions
1 263 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
63
RANK
of 20 860
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 167 043
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
dq inductance of IPMSM
If this question is related to a particular example, please let us know to better understand the question. In Field Oriented Co...
5 dagar ago | 0
Connect Three-Phase V-I Measurement Block to a busbar on IEEE9bus system
It appears that you try to connect blocks from two different technologies (Simscape and Specialized Power Systems) which is not ...
5 dagar ago | 0
Assistance Needed – Negative Input Power in Simulink Model
The instantaneous power measurement assumes that both voltages and currents are referenced to the same point. However, in the at...
6 dagar ago | 0
how to build the connection between components from simscape lib and a PMSM not from simscape lib
The power electronics is from the Simscape Electrical library while the Machine is from the Simscape Electrical Specialized Powe...
16 dagar ago | 0
Why MMC-HVDC control works with ideal AC source but fails with synchronous generator input
Without a model it is not easy to point to a specific root cause. However, the issue you are experiencing likely comes from the ...
16 dagar ago | 0
Show branch measurements of voltage and current
For the Specialized Power Systems you will need to place a Multimeter block in your model to display the selected measurements d...
20 dagar ago | 1
| accepted
relationship between mutual three-phase generators and single-phase generators
Each phase of a three-phase machine can be considered as an equivalent single-phase winding. The mutual inductance between the s...
23 dagar ago | 0
i want to connect fuel cell stack(BLACK COLOR) to the the (BLUE COLOR) blocks
It is not possible to directly connect Specialized Power Systems blocks (black blocks) to blocks implemented in Simscape technol...
ungefär en månad ago | 0
Connection Ports in the Simscape Language
This was not easy to do in 2015. Fortunately, in R2018b Simscape introduced subsystem2ssc function which can be used to convert ...
ungefär 2 månader ago | 0
Simscape language parameter type definition
A checkbox in Simscape language can be defined in the parameters section by using a logical value: parameters param1 = fal...
ungefär 2 månader ago | 0
Photodiode in SimElectronics: details on physical signal port
A few things changed since 2012. SimElectronics is now part of Simscape Electrical. The Photodiode input W (which I believe use ...
ungefär 2 månader ago | 0
ssc_build doesnt recognize .slx parts?
The sscbuild function generates a Simulink .slx library file. The slx file cannot be provided as input to the function. We can a...
ungefär 2 månader ago | 0
simulink asynchronous machine rotor parameters
In the Induction Machine Wound Rotor block, the rotor circuit is referred to the stator. Therefore, when you use the block in a ...
ungefär 2 månader ago | 0
Resolver models in matlab simulink/simscape
Simscape Electrial now provides a Resolver block: https://www.mathworks.com/help/sps/ref/resolver.html Te Resolver block can b...
ungefär 2 månader ago | 0
How do I use "Thermocouple" component in Simulink
Port A is a thermal port, it must be connected to a thermal network. You can use a Controlled Temperature Source to send differe...
ungefär 2 månader ago | 0
How can I connect a Simscape Component block to a RLC branch component.
There is not possible to directly connect blocks from Specialized Power Systems with blocks implemented in Simscape technology. ...
ungefär 2 månader ago | 0
Error while using fundamental blocks from Simscape\Power system
It looks like you’re using Specialized Power Systems. This is because an ideal voltage source in a loop with only inductors (or ...
ungefär 2 månader ago | 0
Connecting Conservative port from Simscape to Simulink library elements
It is not possible to connect physical domain lines (such as electrical) to Simulink blocks. The only way to interface with Simu...
ungefär 2 månader ago | 0
how to measure voltage in matlab simulink?
Use a Three-Phase VI Measurement instead. If using Simscape technology, the Current and Voltage Sensor (Three-Phase) can be use...
ungefär 2 månader ago | 0
Voltage to Current Converter n SIMSCAPE
The simplest way would be to use a Voltage Source and a Resistor. This is a passive implementation, and the output current will ...
ungefär 2 månader ago | 0
Simscape Foundation Lib & Power Systems
It is not possible to connect an electrical (or any domain) node to a PS port. Since vT is a PS port, we can only pass PS signal...
ungefär 2 månader ago | 0
How to log Current for a simulink model ?
The right click approach you mentioned for logging data is only working for Simulink signals. However, I assume you are using a ...
ungefär 2 månader ago | 0
Why does the PWM Generator (DC-DC) block not work for negative time?
The block you are using is not suitable for negative simulation time. For simulation involving both negative and positive simula...
ungefär 2 månader ago | 0
| accepted
Inductor-current oscillation in a 4-phase Series-Capacitor Buck (SCBC) with outer voltage-loop PID
Steady-state oscillations in inductor current are mainly due to the phase-shifted switching (interleaving), LC resonance involvi...
ungefär 2 månader ago | 0
can help I am using simulink how to get force at the output of a dc motor designed in simscape?
The Ideal Rotational Motion Sensor can output W=velocity, A=position, and a=acceleration. In the diagram A is the rotor position...
ungefär 2 månader ago | 0
I needed help regarding modelling of Reluctance Synchronous Machine. If anyone can. please help.
Simscape Electrical provides a Synchronous Reluctance Machine block. Check out the doc page for more details: https://www.mathw...
ungefär 2 månader ago | 0
how control current by sliding mode of a switched reluctance machine?
A good starting point for sliding mode control is Simulink Control Design: https://www.mathworks.com/help/slcontrol/ug/design-s...
ungefär 2 månader ago | 0
How can i generate regular sampling PWM output using Matlab (Model)?
A simple example in MATLAB that is generating a pulse for given duty cycle and frequency: % Parameters Fs = 10000; % S...
ungefär 2 månader ago | 0
Is there a way to control the pulses generated by DISCRETE PWM GENERATOR block based on duty cycle?
Check out the PWM block in Simulink: https://www.mathworks.com/help/simulink/slref/pwm.html Simscape Electrical also provides ...
ungefär 2 månader ago | 0
comment programmer la methode MLI ou PWM(en anglais) par matlab ?
A simple example in MATLAB that is generating a pulse for given duty cycle and frequency: % Parameters Fs = 10000; % S...
ungefär 2 månader ago | 0