photo

Sai kasyap


Last seen: 대략 6년 전 2014년부터 활동

Followers: 0   Following: 0

메시지

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

통계

MATLAB Answers

5 질문
1 답변

순위
8,361
of 301,573

평판
6

참여
5 질문
1 답변

답변 채택
60.0%

획득한 표
1

순위
 of 21,336

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 175,520

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 1
  • Knowledgeable Level 1
  • First Answer

배지 보기

Feeds

보기 기준

질문


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년 초과 전 | 답변 수: 2 | 0

2

답변

답변 있음
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년 초과 전 | 1

| 수락됨

질문


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년 전 | 답변 수: 1 | 0

1

답변

질문


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년 전 | 답변 수: 1 | 0

1

답변

질문


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년 전 | 답변 수: 1 | 0

1

답변

질문


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년 전 | 답변 수: 1 | 0

1

답변