photo

Vinod


自 2015 起处于活动状态

Followers: 0   Following: 0

消息

Professional Interests: signal processing,radar

统计学

MATLAB Answers

6 个提问
1 个回答

排名
60,355
of 300,166

声誉
0

贡献数
6 个提问
1 个回答

回答接受率
50.0%

收到投票数
0

排名
 of 20,884

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 167,596

贡献数
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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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...

10 years 前 | 2 个回答 | 0

2

个回答