photo

Ahmed Tolba


自 2018 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

9 个提问
0 个回答

排名
224,442
of 301,237

声誉
0

贡献数
9 个提问
0 个回答

回答接受率
33.33%

收到投票数
0

排名
 of 21,206

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 173,611

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


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(...

8 years 前 | 2 个回答 | 0

2

个回答

提问


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...

8 years 前 | 0 个回答 | 0

0

个回答

提问


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...

8 years 前 | 1 个回答 | 0

1

个回答

提问


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 ...

8 years 前 | 0 个回答 | 0

0

个回答

提问


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,~...

8 years 前 | 1 个回答 | 0

1

个回答

提问


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...

8 years 前 | 1 个回答 | 0

1

个回答

提问


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

8 years 前 | 2 个回答 | 0

2

个回答

提问


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...

8 years 前 | 1 个回答 | 0

1

个回答

提问


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...

8 years 前 | 0 个回答 | 0

0

个回答