A Lumbini
Followers: 0 Following: 0
Statistics
6 Questions
0 Answers
RANK
232,950
of 295,448
REPUTATION
0
CONTRIBUTIONS
6 Questions
0 Answers
ANSWER ACCEPTANCE
33.33%
VOTES RECEIVED
0
RANK
of 20,227
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,872
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
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...
14 days ago | 0 answers | 0
0
answersQuestion
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...
6 months ago | 1 answer | 0
1
answerQuestion
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...
9 months ago | 1 answer | 0
1
answerQuestion
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...
11 months ago | 1 answer | 0
1
answerQuestion
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...
11 months ago | 1 answer | 0
1
answerQuestion
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)
11 months ago | 1 answer | 0