Vinod
Followers: 0 Following: 0
Professional Interests: signal processing,radar
Statistik
RANG
144.291
of 294.407
REPUTATION
0
ANTWORTZUSTIMMUNG
33.33%
ERHALTENE STIMMEN
0
RANG
of 20.109
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 151.611
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
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/...
etwa 6 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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 ...
mehr als 7 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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)))) ...
mehr als 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 9 Jahre vor | 1 Antwort | 0
1
AntwortLeast 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 ...
mehr als 9 Jahre vor | 0
Frage
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 ...
mehr als 9 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
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...
mehr als 9 Jahre vor | 2 Antworten | 0