photo

yogya


Con actividad desde 2014

Followers: 0   Following: 0

Mensaje

Estadística

  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


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

más de 9 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

más de 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 9 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

más de 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

casi 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

casi 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

casi 10 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

casi 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

casi 10 años hace | 1 respuesta | 0

1

respuesta