Statistics
5 Questions
0 Answers
RANK
259,459
of 301,432
REPUTATION
0
CONTRIBUTIONS
5 Questions
0 Answers
ANSWER ACCEPTANCE
20.0%
VOTES RECEIVED
0
RANK
of 21,280
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 174,555
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
Question
Can anyone tell me how to generate a binary orthogonal complement of a given binary matrix ??
I have been given a certain binary matrix of (K X N) dimension. the matrix is S= s = [ 0 0 0 0 0 1 0 ...
3 years ago | 1 answer | 0
1
answerQuestion
how to split a string (char value) with zero in front of it but showing the value in the matrix?
I have a string of '0100'. i want to split it into binary bit 0 1 0 0. how can i do that?? whenever i turn it into double or int...
3 years ago | 3 answers | 0
3
answersQuestion
How can i convert galois field integer number to binary bits ??
I have a set of galois field gf(2^3) integer number. how can i turn this into binary bits ?
3 years ago | 1 answer | 0
1
answerQuestion
How can i multiply galois field integer number with one another?
I have a galois field integer number set. how can i multiply thme with one another?
3 years ago | 1 answer | 0
1
answerQuestion
How can i convert binary number to galois field integer number ??
I have a set of binary bits. how can i turn this binary bits into galois field(2^3) such that it will transform to 000=1, 010=2 ...
3 years ago | 2 answers | 0
