Community Profile

photo

sara


Actif depuis 2014

Statistiques

  • Thankful Level 3

Afficher les badges

Content Feed

Afficher par

Question


LFSR code problem for 50 bits
am trying to run this code to calculate maximum length of 50 bit LFSR, and when i run this code it just keep on running (it neve...

presque 9 ans il y a | 1 réponse | 0

0

réponse

Question


how to add space between matrix elements?
hi guys am working on binary matrix, and i want a code to add space between matrix elements? matrix as : 11001110;110011...

plus de 9 ans il y a | 2 réponses | 0

2

réponses

Question


how to calculate total hamming distance?
hi guys i have this code which i was running to calculate hamming distance: D = pdist(AA,'minkowski',1); D_matrix = square...

plus de 9 ans il y a | 1 réponse | 0

1

réponse

Question


how to multiply matrix vectors with one column?
if i have matrix M = [1 0 1 0; 1 0 0 1;1 1 1 0;1 1 1 1; ...] and i want to multiply each row with one cloumn B=[1 0 0 1] how to...

plus de 9 ans il y a | 1 réponse | 0

1

réponse

Question


how to calculate Galois field number system ?
hi guys i need a code to calculate the following Galois field number system for generating LFSR sequence, i want to modify thi...

plus de 9 ans il y a | 1 réponse | 0

0

réponse

Question


how to swap rows between matrix?
hi guys,,, i have two matrix A & B, and i want to swap the rows between these matrix according to their Distance. the swap sh...

plus de 9 ans il y a | 1 réponse | 0

1

réponse

Question


problem with cellular automata code?
i found this code here, and i try to initialize it with [1 0 1 1 0 1 1] but it didn't work. http://www.mathworks.com/matlabce...

plus de 9 ans il y a | 1 réponse | 0

1

réponse

Question


how to calculate element distance in a vector?
hi guys i want to calculate the difference between vector element as [0 1 1 0 1 1 0] which should give 0-1=1,1-1=0,1-0=1,0-1=1...

plus de 9 ans il y a | 2 réponses | 0

2

réponses

Question


error in OR matrix for dimension
hello i have two matrix(M & M2) one of them M have 50 row and 32 column and the second one M2 has 50 row and 10 column i want ...

plus de 9 ans il y a | 1 réponse | 0

1

réponse