Conventional Encoder
Version 1.0.0.0 (1.43 KB) by
paritosh
Matlab code that encodes given input using convolution encoding
Use this to convolutionally encode bit sequences of any length. It takes the bit sequence and constraint length as input. It returns the encoded sequence and the generator polynomial used to encode which is obtained from the constraint length.
Convolutional coder generates redundant bits using Modulo 2 additions. It can be viewed as a finite state machine that consists of a number of shift register stages.
REFERENCE: Communication Systems 4th edition by Simon Haykin.
Cite As
paritosh (2026). Conventional Encoder (https://www.mathworks.com/matlabcentral/fileexchange/39259-conventional-encoder), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Created with
R2011a
Compatible with any release
Platform Compatibility
Windows macOS LinuxCategories
Find more on Source Coding in Help Center and MATLAB Answers
Tags
Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
| Version | Published | Release Notes | |
|---|---|---|---|
| 1.0.0.0 |
