Community Profile

photo

Vinod


2015 年からアクティブ

Followers: 0   Following: 0

連絡

Professional Interests: signal processing,radar

統計

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

5年以上 前 | 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 ...

約7年 前 | 0 件の回答 | 0

0

回答

質問


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

約8年 前 | 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...

9年弱 前 | 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 ...

9年弱 前 | 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 ...

9年弱 前 | 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...

9年以上 前 | 2 件の回答 | 0

2

回答