
Ritesh Chandra Tewari
Statistiques
RANG
70 928
of 277 814
RÉPUTATION
0
CONTRIBUTIONS
7 Questions
1 Réponse
ACCEPTATION DE VOS RÉPONSES
57.14%
VOTES REÇUS
0
RANG
of 18 797
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Content Feed
Question
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...
2 mois il y a | 1 réponse | 0
1
réponseWhy do I get the error message, 'Too Many Input/Output Arguments' when I try to execute a function?
sf = stateflow Error using stateflow Too many output arguments. I cant open stateflow. can anyone help.
4 mois il y a | 0
Question
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 =...
8 mois il y a | 1 réponse | 0
1
réponseQuestion
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...
plus d'un an il y a | 1 réponse | 0
1
réponseQuestion
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...
presque 2 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
environ 2 ans il y a | 1 réponse | 0
1
réponseQuestion
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 =...
plus de 2 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 2 ans il y a | 1 réponse | 0
1
réponseA résolu
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:...
plus de 2 ans il y a