You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Quasi-quadratic residue codes are supposed to have double-circulant generator matrices [A,B] where both blocks are pxp circulant matrices with 1's in the quadratic residue position in A and in the non-quadratic residue positions in B.
According to the (old) manual:
Where does the (clearly not doubly-circulant) generator matrix come from?
The current implementation returns the DC matrix but the rows are cycled in the opposite direction.
The text was updated successfully, but these errors were encountered:
Quasi-quadratic residue codes are supposed to have double-circulant generator matrices [A,B] where both blocks are pxp circulant matrices with 1's in the quadratic residue position in A and in the non-quadratic residue positions in B.
According to the (old) manual:
Where does the (clearly not doubly-circulant) generator matrix come from?
The current implementation returns the DC matrix but the rows are cycled in the opposite direction.
The text was updated successfully, but these errors were encountered: