Estadística
16 Preguntas
0 Respuestas
CLASIFICACIÓN
127.975
of 300.364
REPUTACIÓN
0
CONTRIBUCIONES
16 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
18.75%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.934
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 168.373
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
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...
casi 7 años hace | 0 respuestas | 0
0
respuestasPregunta
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 =...
casi 7 años hace | 2 respuestas | 0
2
respuestasPregunta
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) && (...
casi 7 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
casi 7 años hace | 1 respuesta | 0
1
respuestaPregunta
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 ...
casi 7 años hace | 3 respuestas | 0
3
respuestasPregunta
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) && (...
casi 7 años hace | 0 respuestas | 0
0
respuestasPregunta
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.*...
casi 7 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
casi 7 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
casi 7 años hace | 0 respuestas | 0
0
respuestasPregunta
how to use matlab spreading code generator??
how to use matlab spreading code generator??
casi 7 años hace | 0 respuestas | 0
0
respuestasPregunta
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]; ...
casi 7 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
casi 7 años hace | 0 respuestas | 0
0
respuestasPregunta
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 ...
casi 7 años hace | 2 respuestas | 0
2
respuestasPregunta
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 ...
casi 7 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 7 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
alrededor de 7 años hace | 0 respuestas | 0


