photo

Sai kasyap


Last seen: plus de 6 ans il y a Actif depuis 2014

Followers: 0   Following: 0

Message

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

Statistiques

MATLAB Answers

5 Questions
1 Réponse

RANG
8 368
of 301 809

RÉPUTATION
6

CONTRIBUTIONS
5 Questions
1 Réponse

ACCEPTATION DE VOS RÉPONSES
60.0%

VOTES REÇUS
1

RANG
 of 21 414

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 176 674

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

  • Thankful Level 1
  • Knowledgeable Level 1
  • First Answer

Afficher les badges

Feeds

Afficher par

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

plus de 10 ans il y a | 2 réponses | 0

2

réponses

Réponse apportée
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

plus de 10 ans il y a | 1

| A accepté

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

environ 12 ans il y a | 1 réponse | 0

1

réponse

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

environ 12 ans il y a | 1 réponse | 0

1

réponse

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

environ 12 ans il y a | 1 réponse | 0

1

réponse

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

environ 12 ans il y a | 1 réponse | 0

1

réponse