Estadística
24 Preguntas
                        3 Respuestas
CLASIFICACIÓN
144.683
                          
                          
of 300.392
                        
REPUTACIÓN
0
                           
                        
CONTRIBUCIONES
                          24 Preguntas
                          3 Respuestas
ACEPTACIÓN DE RESPUESTAS 
                            54.17%
                        
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
Getting parity
num = 100; source = randint(num,2); it is a 2x100 i should first row elements and j should be 2nd row elemntshow can i do it ...
más de 14 años hace | 2 respuestas | 0
2
respuestasfor loop
num = 100; source = randint(num,2); i =num(1,:); j =num(2,:); parity = mod(source(i)+ source(j),2); index out of bound...
más de 14 años hace | 0
Pregunta
for loop
i have a=2x10 i need to use second row element how can i do it i=1:length(a) i get elements of first row then how abt seco...
más de 14 años hace | 2 respuestas | 0
2
respuestasPregunta
soft decision code
I need to submite my project on 30th of this month on softdecision code .So can one say where can i get this and how can i do it...
más de 14 años hace | 1 respuesta | 0
1
respuestaPregunta
count
I have g(45x2)and I(45x2) i want to compare each and every row of g with I(45x2) and count them are equal
más de 14 años hace | 1 respuesta | 0
1
respuestaPregunta
for loop
i have G={[1 0 1;1 0 0;0 0 1;1 1 1] and out put should be I={[1 0;1 0; 0 0;1 1]} how can i get using for loop
más de 14 años hace | 2 respuestas | 0
2
respuestasPregunta
compare
G=[1 0]with I={[1 0;1 1;0 0;1 0;1 1;0 1;1 0 random sequence]} i need to compare them and count number of matched bits
más de 14 años hace | 2 respuestas | 0
2
respuestasPregunta
counter
i have b={[1 0][0 0][0 1][1 1]...30 }and I={[0 1][1 0][ 0 0][0 1]......30bits} how can i compare b with I using counter
más de 14 años hace | 1 respuesta | 0
1
respuestaPregunta
XOR operation
I=rand(1,N)>0.5 N=90 xor operation should done for each two bits . and out put should be corresponding two bit followed with r...
más de 14 años hace | 2 respuestas | 0
2
respuestasPregunta
counter
I=[1 0;1 1;1 0;0 0;0 1;1 1;........90bits]S=[0 1]now i need to calculate bit error =(counter/I); i need to compare S with I ...
más de 14 años hace | 1 respuesta | 0
1
respuestaPregunta
if else
i need to compare s=[0 1] with I=[0 0;1 1;1 0;0 1;1 0;0 0; 1 0; 1 1; 0 0;.............................90bits] i want to use coun...
más de 14 años hace | 2 respuestas | 0
2
respuestasPregunta
bit mapping
lets A =[ 1 1 0 after dng some steps i got z=[ 0.2345 1 0 1 1.456 0 ...
más de 14 años hace | 1 respuesta | 0
1
respuestaPregunta
euclidean distance,output
we compute the euclidean distance for each received word as follows: * 010 ---> 0.154 * 011 ---> 0.256 * 100 ---> ...
más de 14 años hace | 2 respuestas | 0
2
respuestasPregunta
reshaping
i have A= 1 0 1 0 0 0 1 and B= 1 1 1 0 0 0 1 now i need to make it as s= 1 1 0 1 1 1 0 0 0 0 0 0 ...
más de 14 años hace | 2 respuestas | 0
2
respuestasPregunta
column addding
i mean i have: y= 1 2 5 3 5 7 2 6 4 x= 1 -2 7 x= 3 5 4 x= 2 -6 2 now i need output as: z=(1-1)^2+(2+2)^2+(5-7...
más de 14 años hace | 1 respuesta | 0
1
respuestaPregunta
column wise adding
i had y= 1 6 4 7 5 3 6 4 9 n so on... i want yout=1+6+4 7+5+3 6+4+9
más de 14 años hace | 1 respuesta | 0
1
respuestaPregunta
dividing stream
i have bit stream of 30 bit y= 1 0 1 0 0 0 1 1 1 1 1 0.......... i need to make it as y(0)=1 0 1 y(1)= 0 0 0 y(2)= 1 1 1 ...
más de 14 años hace | 1 respuesta | 0
1
respuestaPregunta
adding noise
x='+1' '+1' '-1' '+1' . . . . how to add awgn to x
más de 14 años hace | 1 respuesta | 0
1
respuestaPregunta
adding noise
w=[1 0 1 1 1 0 0 0 0.............] some bit stream i need to add AWGN noise whoes SNR ranges from 0db to 10db. and plotting (w v...
más de 14 años hace | 0 respuestas | 0
0
respuestasPregunta
db values
how can i use 0db to 10db in signal to noise ratio in AWGN
más de 14 años hace | 0 respuestas | 0
0
respuestas3
respuestasPregunta
sbit stream
w= 1 0 1 w= 0 1 1 w= 0 1 0 how came this can be written in straight line w= 1 0 1 0 1 1 0 1 0
más de 14 años hace | 2 respuestas | 0
2
respuestasbit flipping
eg:c=[1 0 1 1 1 0 1 0 0 0 1 1 1 0 1 0 1 0 1 1 0 1 0 1 1 1 0 1 0 1 0 1 0 1 0 1] in every 6th element should change to 1 to 0 ...
más de 14 años hace | 0
Pregunta
bit flipping
[EDIT: Thu May 12 23:15:24 UTC 2011 Duplicate Removed - MKF] a=[0 1 1 0 1 0 1 0 1 0 1 1 1 1 ................]=30 bits how to ...
más de 14 años hace | 3 respuestas | 0
3
respuestas2
respuestasPregunta
XOR operation
input=output [0 0]=[0 0 0] [0 1]=[0 1 1] [1 0]=[1 0 1] [1 1]=[1 1 0] how can i get this
más de 14 años hace | 1 respuesta | 0
 
        