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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 1 个回答 | 0
