Community Profile

photo

Synchronie


Active since 2011

Professional Interests: Communication, LDPC, DVB-RCS, Coding, Matrices

Statistics

  • Thankful Level 3

View badges

Content Feed

View by

Answered
Inequality problem
Thanks a lot for your suggestions.. I paid attention to the inequality sign and used elseif(without space) and it worked perfec...

12 years ago | 0

Question


Inequality problem
Hi.... Does the following inequality work on Matlab: for col=1:1:num_cols if (0.00>(real_qn1(col))<0.25) ...

12 years ago | 2 answers | 0

2

answers

Question


How to store a matrix obtained in a particular file/directory??
|Good morning.. In fact, say I am running a program which generates a parity-check matrix of size 1000X2000... I would like t...

12 years ago | 2 answers | 1

2

answers

Answered
Index exceeds matrix dimensions-when finding inverse of binary matrix,A
Got a question.. Where should I input dbstop if error throughout my program????

12 years ago | 0

Answered
Sparse matrix conversion???
You are right.. I got it.. I just had to do the matrix multiplication... :-) I thought since it was in sparse format, I wou...

12 years ago | 0

Question


Sparse matrix conversion???
Is it possible to convert a matrix in the sparse form (using spy(X)) in the block format(ex:X=[1 0 0 1; 0 0 0 1;1 0 0 0;0 0 0 0]...

12 years ago | 2 answers | 0

2

answers

Question


Index exceeds matrix dimensions-when finding inverse of binary matrix,A
Hi.. I am using Galois field to find the inverse of a binary matrix, A and here is my program: _________________________________...

12 years ago | 2 answers | 0

2

answers

Question


Galois field to find the inverse of a binary matrix
Hello ... I would like to know how Galois field helps in finding the inverse of a BINARY matrix. And which one [Galois field o...

12 years ago | 1 answer | 0

1

answer

Question


Modulo-2 addition ?
Hello.. I would like to know whether there is any in-built function for performing modulo-2 addition..

12 years ago | 1 answer | 0

1

answer