Vinod
Followers: 0 Following: 0
Professional Interests: signal processing,radar
Estadística
CLASIFICACIÓN
197.471
of 295.527
REPUTACIÓN
0
CONTRIBUCIONES
6 Preguntas
1 Respuesta
ACEPTACIÓN DE RESPUESTAS
33.33%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.242
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 154.057
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
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/...
alrededor de 6 años hace | 2 respuestas | 0
2
respuestasPregunta
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 ...
más de 7 años hace | 0 respuestas | 0
0
respuestasPregunta
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)))) ...
más de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 9 años hace | 1 respuesta | 0
1
respuestaLeast 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 ...
más de 9 años hace | 0
Pregunta
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 ...
más de 9 años hace | 3 respuestas | 0
3
respuestasPregunta
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...
casi 10 años hace | 2 respuestas | 0