Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Special pages
Niidae Wiki
Search
Search
Appearance
Create account
Log in
Personal tools
Create account
Log in
Pages for logged out editors
learn more
Contributions
Talk
Editing
Convolutional code
(section)
Page
Discussion
English
Read
Edit
View history
Tools
Tools
move to sidebar
hide
Actions
Read
Edit
View history
General
What links here
Related changes
Page information
Appearance
move to sidebar
hide
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
== Impulse response, transfer function, and constraint length == A convolutional encoder is called so because it performs a ''[[convolution]]'' of the input stream with the encoder's ''impulse responses'': :<math>y_i^j=\sum_{k=0}^{\infty} h^j_k x_{i-k} = (x * h^j)[i],</math> where {{mvar|x}} is an input sequence, {{mvar|y<sup>j</sup>}} is a sequence from output {{mvar|j}}, {{mvar|h<sup>j</sup>}} is an impulse response for output {{mvar|j}} and <math>{*}</math> denotes convolution. A convolutional encoder is a discrete [[LTI system|linear time-invariant system]]. Every output of an encoder can be described by its own [[transfer function]], which is closely related to the generator polynomial. An impulse response is connected with a transfer function through [[Z-transform]]. Transfer functions for the first (non-recursive) encoder are: * <math>H_1(z)=1+z^{-1}+z^{-2},\,</math> * <math>H_2(z)=z^{-1}+z^{-2},\,</math> * <math>H_3(z)=1+z^{-2}.\,</math> Transfer functions for the second (recursive) encoder are: * <math>H_1(z)=\frac{1+z^{-1}+z^{-3}}{1-z^{-2}-z^{-3}},\,</math> * <math>H_2(z)=1.\,</math> Define {{mvar|m}} by : <math> m = \max_i \operatorname{polydeg} (H_i(1/z)) \,</math> where, for any [[rational function]] <math>f(z) = P(z)/Q(z) \,</math>, : <math> \operatorname{polydeg}(f) = \max (\deg(P), \deg(Q)) \,</math>. Then {{mvar|m}} is the maximum of the [[degree of a polynomial|polynomial degrees]] of the <math> H_i(1/z) \,</math>, and the ''constraint length'' is defined as <math> K = m + 1 \,</math>. For instance, in the first example the constraint length is 3, and in the second the constraint length is 4.
Summary:
Please note that all contributions to Niidae Wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
Encyclopedia:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Search
Search
Editing
Convolutional code
(section)
Add topic