Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8876449
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T19:12:57+00:00 2026-06-14T19:12:57+00:00

I am currently working on convolutional codes in Matlab. One way to describe such

  • 0

I am currently working on convolutional codes in Matlab. One way to describe such a code is by its parity-check matrix H, which looks e.g. like this for the case of a R = b/c = 2/3 code:

[ 1   D   D^3 ]
[ D^3 D^2 1   ]

I would like to turn this matrix into systematic form, i.e. the first b x b columns should form an identity matrix. For the above example this would be something like:

[ 1   0   ? ]
[ 0   1   ? ]

My question is how can such a matrix, in which each entry is a polynomial, be represented in Matlab most conveniently? I was thinking of a matrix of coefficient vectors, but this seems kind of unwieldy. At the moment I just can’t figure out the best way to approach this problem without creating unnecessary complexity.

Some further remarks:
The coefficients are from GF(2) so all calculations are modulo 2 i.e. 1 + 1 = 0, but this should not be problematic after this question is answered.
General hints and gotchas concerning this topic will be highly appreciated 🙂

Question answered by EitanT, with some limitations on the polynomial degree(maximum 64, due to 64 bit precision).

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-14T19:12:58+00:00Added an answer on June 14, 2026 at 7:12 pm

    Since the coefficients belong to GF(2), you can represent each polynomial as a binary number, where each bit represents the corresponding power. For example: D3+D2 = 11002 = 12

    This allows you to store H as a simple matrix and perform rather fast binary operators (such as XOR) when transforming it to reduced row echelon form to obtain the systematic form.

    The H matrix in your example would look like this:

    H = [1 2 8;
         8 4 1]
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Currently working on something which uses ajax for some pagination. What I'm looking to
Im currently working with two actors in scala. One, the producer , produces some
I currently working on a project which uses Spree Cart and which has hence
Im currently working on a site which will contain a products catalog. I am
Our team is currently working on completely redesigning our school's website and one of
Am currently working on a web application which receives the encoded text from the
Currently working on a project in MVC-3. Trying to put the following code in
Im currently working on an app which lists a set of objects in a
Iam currently working on a iPad project where i build my code on top
Currently working on a snippet to input variables in which a user changes a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.