photo

Panda Girl


自 2018 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

16 个提问
0 个回答

排名
186,284
of 299,911

声誉
0

贡献数
16 个提问
0 个回答

回答接受率
18.75%

收到投票数
0

排名
 of 20,835

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 166,527

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • First Review
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


How to eliminate row by comparing two matrix with different row dimensions
scm = randi(0:1,3,16) scm = 1 1 0 1 1 0 1 0 1 0 1 0 1 0 1 0...

6 years 前 | 0 个回答 | 0

0

个回答

提问


how to multiply a row with 1st and 2nd row of a matrix seperately
>> y_0 y_0 = 0 1 1 0 1 0 0 1 0 1 1 0 1 0 0 1 >> z z =...

7 years 前 | 2 个回答 | 0

2

个回答

提问


How to put 3 data in loop to determine which is greatest
if (abs_tag0>abs_tag1) && (abs_tag0>abs_tag2) count_new_tag = abs_tag0; sci_new = sc0; elseif(abs_tag1>abs_tag0) && (...

7 years 前 | 0 个回答 | 0

0

个回答

提问


how to match and eliminate those values??
s = sci_new s = 1 1 0 0 0 0 1 1 0 0 1 1 1 1 0 0 >> cod...

7 years 前 | 1 个回答 | 0

1

个回答

提问


syntax to used unmatched values in matlab?
c = [1,4,3] sci = 1 a = sci; findsamemember = ismember[c,a] output will be 1 0 0 I am trying to get the values that are ...

7 years 前 | 3 个回答 | 0

3

个回答

提问


how to remove the highest number from the loop
if (abs_tag0>abs_tag1) && (abs_tag0>abs_tag2) count_new_tag = abs_tag0; sci_new = sc0; elseif(abs_tag1>abs_tag0) && (...

7 years 前 | 0 个回答 | 0

0

个回答

提问


Rayleigh fading program example
z = randn(1) sigma = 1; x1=sigma*sqrt(-2*log(1-z)) histogram(x1,'Normalization','pdf') x=linspace(0,6,100); pdf=x/sigma^2.*...

7 years 前 | 0 个回答 | 0

0

个回答

提问


rayleigh distributed value syntax to the despread signal
randomnumber = raylrnd(1) log_randomnumber = log(randomnumber) root = sqrt(log_randomnumber) tau = (-2)*root I am trying to...

7 years 前 | 0 个回答 | 0

0

个回答

提问


How to simulate rayleigh fading
Hello, I am trying to work on simulating rayleigh fading in matlab. but online there are different ways to proceed with that. W...

7 years 前 | 0 个回答 | 0

0

个回答

提问


how to use matlab spreading code generator??
how to use matlab spreading code generator??

7 years 前 | 0 个回答 | 0

0

个回答

提问


How to generate Rayleigh fading values in matlab???
tag0 = 0; sco = [1 1 1 1 0 0 0 0 1 1 1 1 0 0 0 0]; out0 = xor(tag0,sco); tag1 = 1; sc1 = [1 1 0 0 0 0 1 1 0 0 1 1 1 1 0 0]; ...

7 years 前 | 0 个回答 | 0

0

个回答

提问


how to include rayleigh fading or get the rayleigh distribution values???
data0 = 0; sco = [1 1 1 1 0 0 0 0 1 1 1 1 0 0 0 0]; out0 = xor(data0,sco); data1 = 1; sc1 = [1 1 0 0 0 0 1 1 0 0 1 1 1 1 0 0...

7 years 前 | 0 个回答 | 0

0

个回答

提问


multiply a number to only a row in a matrix
o = 3×16 logical array 1 1 0 0 1 1 1 0 1 0 1 1 1 1 0 1 0 0 1 0 1 0 1 ...

7 years 前 | 2 个回答 | 0

2

个回答

提问


counting the number of 1's and 0's in each row
>> tag123_data = [0;1;1] tag123_data = 0 1 1 >> scm = randi(0:1,3,16) scm = 1 1 0 ...

7 years 前 | 1 个回答 | 0

1

个回答

提问


comparing values and using the results
I am working on a program of spread spectrum demonstration and i have data from 3 source depending upton the number of 1's in ea...

7 years 前 | 1 个回答 | 0

1

个回答

提问


calling for the same data based on a result
* data1 = a * data2 = b * x = a*b; * c = a; * for i = 0 * if c > 5 * c = 1 * else * c = 0 * end I want to write a c...

7 years 前 | 0 个回答 | 0

0

个回答