Statistics
3 Questions
0 Answers
RANK
159 238
of 295 467
REPUTATION
0
CONTRIBUTIONS
3 Questions
0 Answers
ANSWER ACCEPTANCE
33.33%
VOTES RECEIVED
0
RANK
of 20 234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153 912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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 ...
nästan 13 år ago | 1 answer | 0
1
answerQuestion
Stegnaography using DCT
this is the code we are using to implement steganography based on DCT.... I = imread('lena_std.jpg'); I = im2doubl...
nästan 13 år ago | 6 answers | 0
6
answersQuestion
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...
nästan 13 år ago | 1 answer | 0