photo

A Lumbini


Last seen: alrededor de 2 meses hace Con actividad desde 2024

Followers: 0   Following: 0

Estadística

  • Thankful Level 2

Ver insignias

Feeds

Ver por

Pregunta


How to convert class cell to vector?
wavelet = 'db4'; level = 6; tt=0:(0.25*10^(-3)):(0.25*10^(-3))*ceil(N); ref=cos(2*pi*50*tt); [CR, LR] = wavedec(Currentwindo...

alrededor de 2 meses hace | 1 respuesta | 0

1

respuesta

Pregunta


Pulse from matlab code to Simulink
I have written a code in matlab In that if a particular condition gets satisfied then a pulse should be generated that should t...

5 meses hace | 1 respuesta | 0

1

respuesta

Pregunta


I have logged a signal from simulink to workspace in timeseries format and got 317 samples of that signal. Can i increase the number of samples i get or the sampling rate?
I tried changing start time and end time in this, so that i can get 317 samples in reduced interval thus accuracy of the logge...

7 meses hace | 1 respuesta | 0

1

respuesta

Pregunta


I integrated fault current which is sine wave with its time period as an interval. But, i am getting value as an answer instead of getting 0.
F=0.05 ix = (Phasecurrent.Time >= F) & (Phasecurrent.Time <=F+0.020047); Int = cumtrapz(Phasecurrent.Data(ix)) vpa(Int(end...

7 meses hace | 1 respuesta | 0

1

respuesta

Pregunta


I have plotted a signal in Simulink and now i want to write a code to integrate that signal over the limits? can anyone help me with this please
clc; clear all; open('tranmissionfault.slx'); sim('tranmissionfault.slx'); syms t P=int(Phasecurrent,t,0,0.008)

7 meses hace | 1 respuesta | 0

1

respuesta