Feeds
질문
Des matlab code required
I have designed an algorithm and now m trying to compare it with DES algorithm. I want the matlab working code for DES algorith...
9년 초과 전 | 답변 수: 1 | 0
1
답변질문
Want to get only characters after using bin2dec.
I'm first trying to change characters to binary using dec2bin. Have reshaped it to form a single row array and performed some ac...
거의 10년 전 | 답변 수: 2 | 0
2
답변질문
Bit missing after circular shift
I have noticed that after performing circular shift, the bit after the shift value is missing. Shiftvalue = randi(2, n) n...
거의 10년 전 | 답변 수: 2 | 0
2
답변질문
To reshape the number of elements must not change matlab error
I have performed circular shift over 64bit of data. FB = circshift(bits, [1, S]) Note: S is randomly generated. Now...
거의 10년 전 | 답변 수: 1 | 0
1
답변질문
Binary string to character string
I have first converted a text message to binary... Now I want to reverse back the binary string to character string. Msg = d...
거의 10년 전 | 답변 수: 1 | 0
