photo

Pranoy


自 2012 起处于活动状态

Followers: 0   Following: 0

消息

统计学

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


RESHAPE
i have an array of binary numbers of size(1*32768)... i need to reshape this to another array of size(4096*8) with the first 8 ...

12 years 前 | 1 个回答 | 0

1

个回答

提问


Stegnaography using DCT
this is the code we are using to implement steganography based on DCT.... I = imread('lena_std.jpg'); I = im2doubl...

12 years 前 | 6 个回答 | 0

6

个回答

提问


Dcimal to binary conversion of float numbers and vice-versa
we are using this code to convert float values to binary... B=-1.92 b=dec2bin(typecast(single(B),'uint32'),32) bu...

12 years 前 | 1 个回答 | 0

1

个回答