photo

Panda Girl


Attivo dal 2018

Followers: 0   Following: 0

Statistica

MATLAB Answers

16 Domande
0 Risposte

RANK
126.933
of 300.369

REPUTAZIONE
0

CONTRIBUTI
16 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
18.75%

VOTI RICEVUTI
0

RANK
 of 20.936

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 168.436

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Thankful Level 2
  • First Review
  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Domanda


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

quasi 7 anni fa | 0 risposte | 0

0

risposte

Domanda


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

quasi 7 anni fa | 2 risposte | 0

2

risposte

Domanda


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

quasi 7 anni fa | 0 risposte | 0

0

risposte

Domanda


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

quasi 7 anni fa | 1 risposta | 0

1

risposta

Domanda


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

quasi 7 anni fa | 3 risposte | 0

3

risposte

Domanda


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

quasi 7 anni fa | 0 risposte | 0

0

risposte

Domanda


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

quasi 7 anni fa | 0 risposte | 0

0

risposte

Domanda


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

quasi 7 anni fa | 0 risposte | 0

0

risposte

Domanda


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

quasi 7 anni fa | 0 risposte | 0

0

risposte

Domanda


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

quasi 7 anni fa | 0 risposte | 0

0

risposte

Domanda


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

quasi 7 anni fa | 0 risposte | 0

0

risposte

Domanda


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

quasi 7 anni fa | 0 risposte | 0

0

risposte

Domanda


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

quasi 7 anni fa | 2 risposte | 0

2

risposte

Domanda


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

quasi 7 anni fa | 1 risposta | 0

1

risposta

Domanda


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

quasi 7 anni fa | 1 risposta | 0

1

risposta

Domanda


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

circa 7 anni fa | 0 risposte | 0

0

risposte