photo

Ahmed Tolba


Actif depuis 2018

Followers: 0   Following: 0

Statistiques

MATLAB Answers

9 Questions
0 Réponses

RANG
67 296
of 301 428

RÉPUTATION
0

CONTRIBUTIONS
9 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
33.33%

VOTES REÇUS
0

RANG
 of 21 271

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 174 497

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 2
  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

Question


Subscript indices must either be real positive integers or logicals.
I'm trying to calculate the phase specturm, I1,Q1 are complex vectors. I get that error ff1 = fft(I1+Q1,512); ff2 = fft(...

presque 8 ans il y a | 2 réponses | 0

2

réponses

Question


Use objects of class 'phased.CFARDetector' only as scalars or use a cell array.
I get the above error Ntrials = 1e5; Ncells = 23; CUTIdx = 12; cfar = phased.CFARDetector('NumTrainingCell...

presque 8 ans il y a | 1 réponse | 0

0

réponse

Question


reshape of complex numbers into matrix
hi, I have the following I/Q and I would like to reshape them in a matrix but I get exception x = complex(ResultI, ResultQ...

presque 8 ans il y a | 1 réponse | 0

1

réponse

Question


CFAR fmcw on complex fft
Hi, I have I/Q data from FMCW, I tried to do CFAR on it, but I get exceptions, it needs real data I'm not sure how would it ...

presque 8 ans il y a | 1 réponse | 0

0

réponse

Question


matrix dimension must agree on addition
I'm readying 512 bytes from data stream socket. I would like to add I1+I2 function localReadAndPlot(ropaRadarReceive,~...

presque 8 ans il y a | 1 réponse | 0

1

réponse

Question


getting data from an array correctly
Hi, I have the following data that I get it from the socket header = [53 0 1 2 3 4 5 6 7 8 9 53 1 24 59 5 95 95 53 2 59 58 5...

presque 8 ans il y a | 1 réponse | 0

1

réponse

Question


find data in array
hi, according to an answer header = fread(ropaRadarReceive,bytesToRead); where = find(header == 53); if ~isempty(where)...

presque 8 ans il y a | 2 réponses | 0

2

réponses

Question


Getting data from array socket
Hi, I have an array from data socket and I would like to find the value 53, then if its find, I need to find the next byte if i...

presque 8 ans il y a | 1 réponse | 0

1

réponse

Question


Getting data from 4 channels ADC and from socket
I have ADC data from socket, 4 channels. I would like to read the data from the sockets based on whichSignal variable. What I...

presque 8 ans il y a | 1 réponse | 0

0

réponse