Statistiques
6 Questions
0 Réponses
RANG
286 521
of 300 364
RÉPUTATION
0
CONTRIBUTIONS
6 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
50.0%
VOTES REÇUS
0
RANG
of 20 934
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 168 407
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
How to set zones for long transmission line that are valid for all faults
I am trying to implement three zonal protection in matlab and i have set zones that works good for LG fault but when i create LL...
12 mois il y a | 1 réponse | 0
1
réponseQuestion
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...
plus d'un an il y a | 1 réponse | 0
1
réponseQuestion
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...
plus d'un an il y a | 1 réponse | 0
1
réponseQuestion
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...
presque 2 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
presque 2 ans il y a | 1 réponse | 0
1
réponseQuestion
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)
presque 2 ans il y a | 1 réponse | 0
