photo

Vinod


Active since 2015

Followers: 0   Following: 0

Message

Professional Interests: signal processing,radar

Statistics

MATLAB Answers

6 Questions
1 Answer

RANK
201,266
of 297,547

REPUTATION
0

CONTRIBUTIONS
6 Questions
1 Answer

ANSWER ACCEPTANCE
33.33%

VOTES RECEIVED
0

RANK
 of 20,454

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 159,122

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

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


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

6 years ago | 2 answers | 0

2

answers

Question


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 years ago | 0 answers | 0

0

answers

Question


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 years ago | 1 answer | 0

1

answer

Question


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 years ago | 1 answer | 0

1

answer

Answered
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 years ago | 0

Question


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 years ago | 3 answers | 0

3

answers

Question


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

10 years ago | 2 answers | 0

2

answers