photo

Sai kasyap


Last seen: 6 years ago Active since 2014

Followers: 0   Following: 0

Message

Masters
Professional Interests: signal processing, Control systems ,power electronics, Power sytems

Statistics

MATLAB Answers

5 Questions
1 Answer

RANK
8,352
of 301,433

REPUTATION
6

CONTRIBUTIONS
5 Questions
1 Answer

ANSWER ACCEPTANCE
60.0%

VOTES RECEIVED
1

RANK
 of 21,272

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 174,520

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 1
  • Knowledgeable Level 1
  • First Answer

View badges

Feeds

View by

Question


Finding coordinates of a point in a frequency wavenumber spectrum
<</matlabcentral/answers/uploaded_files/39593/ask.jpg>> Hello, I need to find the coordinates of a point (As shown above) ...

10 years ago | 2 answers | 0

2

answers

Answered
Can you determine the number of times a while() statement has run before it finally ends?
%num is number of times u execute loop num =0; while your condition num = num+1; end

10 years ago | 1

| accepted

Question


generation of square wave
I want to generate a square wave in matlab using code instead of square function. Say my time period of my square wave is 6...

12 years ago | 1 answer | 0

1

answer

Question


Delaying the input of a System
Say my input is a sine wave something like this : Fs = 1000; t = 0.001:1/Fs:1.005; fm= 1; u = sin(2*pi*fm*t)' ...

12 years ago | 1 answer | 0

1

answer

Question


Changing parameters while simulation
The following code is a part of my program : a = [1 -1.98 1.284 -0.272]; b = [0 5 2 6]; th = poly2th(a,b) u = rand...

12 years ago | 1 answer | 0

1

answer

Question


how to add zeros before to a column vector ?
My program is something like this : a = [1 5 1 -0.272]; b = [0 5 3 6]; th = poly2th(a,b) u = rand(300,1); y...

12 years ago | 1 answer | 0

1

answer