Siddharth Kamila
Followers: 0 Following: 0
Statistica
RANK
202.137
of 295.448
REPUTAZIONE
0
CONTRIBUTI
17 Domande
1 Risposta
ACCETTAZIONE DELLE RISPOSTE
0.0%
VOTI RICEVUTI
0
RANK
of 153.872
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
How to discriminate faulted phase from a non faulted phase, in case of distorted three phase current with equal amplitudes during fault condition ?
okay sir
oltre un anno fa | 0
Domanda
How to measure the phase displacement between the phases of a three phase signal in simulink ? Is there any phase displacement measurment block in simulink library browser ?
How to measure the phase displacement between the phases of a three phase signal in simulink ? Is there any dedicated phase disp...
oltre un anno fa | 1 risposta | 0
1
rispostaDomanda
How to set the simulink in fixed solver mode and ode4 by default, so that while opening a new blank simulink page, the solver is at fixed step solver and ode4 by default ?
How to set the simulink in fixed solver mode and ode4 by default, so that next time while opening a new blank simulink page, the...
oltre un anno fa | 2 risposte | 0
2
risposteDomanda
How to import single input and three output data (of simulink model) stored in workspace, using system identification app (present in apps option) in matlab ?
I want to design a model predictive controller (MPC) for V2G system in MATLAB, the model of V2G system is simulated in simulink....
oltre un anno fa | 1 risposta | 0
1
rispostaDomanda
Can anybody give me a simulation model of "V2G and G2V system control using model predictive controller (MPC)" ? Because I need to implement it in hardware ?
Can anybody give me a simulation model of "V2G and G2V system control using model predictive controller (MPC)" ? Because I need...
oltre un anno fa | 0 risposte | 0
0
risposteDomanda
How to discriminate faulted phase from a non faulted phase, in case of distorted three phase current with equal amplitudes during fault condition ?
I am working on fault detection and fault classification in power system transmission line model in MATLAB/Simulink. I have run ...
quasi 2 anni fa | 2 risposte | 0
2
risposteDomanda
Why and How the plot between the real and imaginary component of an analytic signal is in the form of an ellipse pattern ?
Why and How the plot between the real and imaginary component of an analytic signal is in the form of an ellipse pattern ? How d...
quasi 2 anni fa | 0 risposte | 0
0
risposteDomanda
Why there are high frequency spikes in the instantaneous frequency variation vs time curve of a faulted phase current ?
I am working on the analytic signal concept for observing the frequency variation in the faulted phase current waveform in MAT...
quasi 2 anni fa | 1 risposta | 0
1
rispostaDomanda
Why the frequency variation is negative in the curve of instantaneous frequency vs time curve of faulted phase current ?
I am working on the analytic signal concept for observing the frequency variation in the faulted phase current waveform in MATLA...
quasi 2 anni fa | 1 risposta | 0
1
rispostaDomanda
In Simulink, I want to display the value of x from 0 to 5 sec with a time interval of 0.05 sec, is the above code logic inside MATLAB fcn block correct ? If, no then suggest ?
for t = 0:0.0001:5 display (x); for i = 1:1:99 if (t == (0.05 * i)) pause(0.00001); else continue; end...
oltre 2 anni fa | 1 risposta | 0
1
rispostaDomanda
Is the above MATLAB code syntax for temporarily pausing the simulation using if else statement, correct or wrong, if wrong then suggest the correct syntax ?
for i = 1:1:99 if (t == (0.05 * i)) pause(0.00001); else continue; end end
oltre 2 anni fa | 1 risposta | 0
1
rispostaDomanda
In Simulink, how can we assign the simulation time displayed on the top, as a variable ?
I am running a simulation model in Simulink. How can we assign the simulation time displayed on the top, as a variable ? How can...
oltre 2 anni fa | 1 risposta | 0
1
rispostaDomanda
What is the matlab code syntax to create a temporary array in MATLAB ?
I am working on the fault detection and fault classification in power system using wavelet and ANN in matlab/simulink. I need to...
oltre 2 anni fa | 1 risposta | 0
1
rispostaDomanda
In simulink model, how will we give a simulation time interval in between, while the simulation is running from 0 to 5 sec. Is there any code syntax for this ?
In simulink model, how will we give a simulation time interval in between, while the simulation is running from 0 to 5 sec. Is t...
oltre 2 anni fa | 1 risposta | 0
1
rispostaDomanda
How to create a running window inside simulink model in MATLAB/Simulink that can take some sample of input data at every 0.05 sec time instance & feed to the MATLAB program ?
I have simulated a model in MATLAB/Simulink, in which there is a MATLAB fcn block (MATLAB fcn block is available in simulink lib...
oltre 2 anni fa | 1 risposta | 0
1
rispostaDomanda
In matlab/simulink environment, Can we export the data stored in the form of cell array (saved in workspace) from matlab to simulink model ?
I am working on the fault detection and fault classification in electrical power system using wavelet and ANN in MATLAB/Simulink...
oltre 2 anni fa | 1 risposta | 0
1
rispostaDomanda
How to create a running window in matlab that can take the data saved in .mat file and can fed into the simulink model at every 0.5 sec time step ?
I am working on fault detection in power system using ANN in matlab/simulink. I have already collected the input data (fault coe...
oltre 2 anni fa | 0 risposte | 0
0
risposteDomanda
How to check, that without the active damping the injected grid current is distorted & with activation of active damping, the injected grid current becomes sinusoidal ?
I have simulated the single phase grid connected inverter with LCL filter with active damping in MATLAB/Simulink R2021b. In the ...
oltre 2 anni fa | 1 risposta | 0