Community Profile

photo

Siddharth Kamila


Active since 2022

Statistics

  • First Review
  • Explorer

View badges

Content Feed

View by

Question


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

1 year ago | 1 answer | 0

1

answer

Question


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

1 year ago | 2 answers | 0

2

answers

Question


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

1 year ago | 1 answer | 0

1

answer

Question


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

1 year ago | 0 answers | 0

0

answers

Question


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

1 year ago | 2 answers | 0

2

answers

Question


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

1 year ago | 0 answers | 0

0

answers

Question


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

1 year ago | 1 answer | 0

1

answer

Question


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

1 year ago | 1 answer | 0

1

answer

Question


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

2 years ago | 1 answer | 0

1

answer

Question


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

2 years ago | 1 answer | 0

1

answer

Question


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

2 years ago | 1 answer | 0

1

answer

Question


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

2 years ago | 1 answer | 0

1

answer

Question


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

2 years ago | 1 answer | 0

1

answer

Question


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

2 years ago | 1 answer | 0

1

answer

Question


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

2 years ago | 1 answer | 0

1

answer

Question


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

2 years ago | 0 answers | 0

0

answers

Question


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

2 years ago | 0 answers | 0

0

answers