photo

Vinod


2015년부터 활동

Followers: 0   Following: 0

메시지

Professional Interests: signal processing,radar

통계

MATLAB Answers

6 질문
1 답변

순위
191,752
of 300,364

평판
0

참여
6 질문
1 답변

답변 채택
50.0%

획득한 표
0

순위
 of 20,934

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,407

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 2
  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


Bandwidth of a chirp signal
I have generated three signals and their spectrum (with FFT). Two chirps and one pure cosine signal. <https://pastebin.com/...

대략 7년 전 | 답변 수: 2 | 0

2

답변

질문


How to change the view of the new polarplot function
How to change the view of the new polarplot function: <https://in.mathworks.com/help/matlab/ref/polarplot.html Polarplot> I ...

8년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Write a cell array which contains strings to a csv file
I am trying to write a single precision floating point array to a csv file. csvwrite('abc.csv',num2hex(single(magic(4)))) ...

9년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How antenna array factor is related to FFT of antenna weights
I have an uniform linear antenna array of N elements with unknown (uniform) element spacing. Each element is having phase weight...

10년 초과 전 | 답변 수: 1 | 0

1

답변

답변 있음
Least mean square optimization problem
__This is a nonlinear integer programming problem. The optimization toolbox does not yet have a tool to solve that class of ...

10년 초과 전 | 0

질문


Least mean square optimization problem
I have the following code for least mean square solution for AF: thetaDeg = 0:57; theta = thetaDeg*pi/180; N ...

10년 초과 전 | 답변 수: 3 | 0

3

답변

질문


How can I selectively hold on and hold off plots in a polar plot
I have a for loop like this: figure; for i = 1:100 p1 = polar(thetaOne(i),rOne(i),'r+') % *hold on* th...

거의 11년 전 | 답변 수: 2 | 0

2

답변