Community Profile

photo

yogya


Actif depuis 2014

Statistiques

  • Thankful Level 1

Afficher les badges

Content Feed

Afficher par

Question


can someone help me in coding hash 512 algorithm?
hello i need a hash value that provide me as decimal value from 512 bits binary value. can someone please correct my code and ...

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

0

réponse

Question


how to perform logical operation between 2 vectors of different length??
here i my m = [1 1 1 1 0 0 0 ] x = [1 0 1 1 1 1 1 0 0 0 1 1 0 0 0] then how can i perform logical operations on them

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

1

réponse

Question


how to xor in the following program?
x5 = '510E527FADE682D1'; bx5 = base2dec(x5,16); e = dec2bin(bx5,64); r1 = circshift(e,[0 +14]); disp(r1); r2 =...

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

0

réponse

Question


how to rotate right ?
If my binary data is 1001011011110100 then how can i rotate right the stream by 4 bits with out converting it from binary to a...

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

1

réponse

Question


how can i resolve this error???
if my e value is e = 0101000100001110010100100111111110101101111001101000010000000000 and if i m going to rotate it rig...

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

1

réponse

Question


how can i convert array of bits into single bit stream?
if following is the array maj = Columns 1 through 16 0 0 1 1 1 0 1 0 0 1 ...

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

1

réponse

Question


How to convert the following hexa decimal to binary array ?
a = base2dec(6A09E667F3BCC908,16);

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

1

réponse

Question


how to connect tcp/ip connection in matlab ?
in developing firewall i need to us tcp/ip connection in matlab can some one help me reagarding this...

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

0

réponse

Question


what is meant by the following error and how correct it?
??? Index exceeds matrix dimensions. Error in ==> prog at 8 len_k = length(k); // this is the command given

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

1

réponse

Question


how can i pad 1024 bits of 1 followed by zeros for already existing binary data(k) if my code is?
* data = input('enter the data:','s'); bin = double(data); display(bin); n=dec2base(bin,16); display(n); k = [dec2bin(bin,...

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

1

réponse