Ritesh Chandra Tewari
Followers: 0 Following: 0
Estadística
CLASIFICACIÓN
73.992
of 295.527
REPUTACIÓN
0
CONTRIBUCIONES
7 Preguntas
1 Respuesta
ACEPTACIÓN DE RESPUESTAS
57.14%
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
92.689
of 154.057
CONTRIBUCIONES
0 Problemas
1 Solución
PUNTUACIÓN
20
NÚMERO DE INSIGNIAS
1
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
is it possible to achieve Transceiver with communication toolbox system objects for usrp ?
Hey Nadim can you share your email id. I am also working on similar project. we can discuss.
11 meses hace | 0
Pregunta
How to reduce dimensionality of a rectangular matrix
I have collected 288 radar data. The sampling frequency was 128khz. So we collected 5-second data, which gives us 640000 data po...
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
Processing each data automatically in a loop
for i=0:287 c = '.dat'; i=int2str(i); str = append(i,c); [filename,pathname] = uigetfile(str); fileID =...
alrededor de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
SNR estimation from a radar sensor signal
I am using a radar sensor for physiological monitoring. Suppose my required physiological frequency range is A to B Hz. I find p...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
How to loop over multiple data and save the plot?
I am using matlab online. I have 2000 dat files as data. Whenever I run the code, the folder appears and I have to manually sele...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
Computing spectrogram using STFT
I have Radar motion data. There are two columns time and amplitude. Can someone help, how to find spectrogram of raw signal usin...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
How to find the constant value in a loop for a particular condition?
A = [0.01; 0.03; 0.1; 0.3; 1; 3; 10; 30]; % error = zeros(64,1); for i= 1:8 C = A(i); for j = 1:8 sigma =...
casi 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Legend Problem in Scatter Plotting
[m,n] = size(y); x1 = X(:,1); x2 = X(:,2); for j=1:1:n for i=1:1:m if y(i,j)==1 scatter(x1(i,j), x...
casi 4 años hace | 1 respuesta | 0
1
respuestaResuelto
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
casi 4 años hace