Loading [MathJax]/jax/output/HTML-CSS/fonts/TeX/fontdata.js

Difference between revisions of "Aufgaben:Exercise 3.12Z: Ring and Feedback"

From LNTwww
Line 2: Line 2:
  
 
[[File:EN_KC_Z_3_12.png|right|frame|Ring and feedback in the state transition diagram]]
 
[[File:EN_KC_Z_3_12.png|right|frame|Ring and feedback in the state transition diagram]]
In order to determine the path weighting enumerator function  T(X)  of a convolutional code from the state transition diagram, it is necessary to reduce the diagram until it can be represented by a single connection from the initial state to the final state.
+
In order to determine the path weighting enumerator function   T(X)   of a convolutional code from the state transition diagram,  it is necessary to reduce the diagram until it can be represented by a single connection from the initial state to the final state.
  
 
In the course of this diagram reduction can occur:
 
In the course of this diagram reduction can occur:
 
* serial and parallel transitions,
 
* serial and parallel transitions,
 +
 
* a ring according to the sketch above,
 
* a ring according to the sketch above,
 +
 
* a feedback according to the sketch below.
 
* a feedback according to the sketch below.
  
  
For these two graphs, find the correspondences  E(X,U)  and  F(X,U)  depending on the given functions  A(X,U), B(X, U), C(X,U), D(X,U) .
+
For these two graphs,  find the correspondences   E(X,U)   and   F(X,U)   depending on the given functions   A(X,U), B(X, U), C(X,U), D(X,U) .
  
  
Line 22: Line 24:
 
* This exercise belongs to the chapter  [[Channel_Coding/Distance_Characteristics_and_Error_Probability_Bounds| "Distance Characteristics and Error Probability Bounds"]].
 
* This exercise belongs to the chapter  [[Channel_Coding/Distance_Characteristics_and_Error_Probability_Bounds| "Distance Characteristics and Error Probability Bounds"]].
  
* This exercise is intended to prove some of the statements on the  [[Channel_Coding/Distance_Characteristics_and_Error_Probability_Barriers#Rules_for_manipulating_the_state_transition_diagram|"Rules for manipulating the state transition diagram"]]  page.
+
* This exercise is intended to prove some of the statements on the  [[Channel_Coding/Distance_Characteristics_and_Error_Probability_Bounds#Rules_for_manipulating_the_state_transition_diagram|"Rules for manipulating the state transition diagram"]]  section.
* Applied these rules in the  [[Aufgaben:Exercise_3.12:_Path_Weighting_Function|"Exercise 3.12"]]  and the  [[Aufgaben:Exercise_3.13:_Path_Weighting_Function_again|"Exercise 3.13"]].
+
 
 +
* Applied these rules in  [[Aufgaben:Exercise_3.12:_Path_Weighting_Function|$\text{Exercise 3.12}$]]  and  [[Aufgaben:Exercise_3.13:_Path_Weighting_Function_again|$\text{Exercise 3.13}$]].
  
  

Revision as of 18:13, 22 November 2022

Ring and feedback in the state transition diagram

In order to determine the path weighting enumerator function   T(X)   of a convolutional code from the state transition diagram,  it is necessary to reduce the diagram until it can be represented by a single connection from the initial state to the final state.

In the course of this diagram reduction can occur:

  • serial and parallel transitions,
  • a ring according to the sketch above,
  • a feedback according to the sketch below.


For these two graphs,  find the correspondences   E(X,U)   and   F(X,U)   depending on the given functions   A(X,U), B(X, U), C(X,U), D(X,U) .





Hints:



Questions

1

Which of the listed transitions are possible with the ring?

S1S2S3,
S1S2S2S2S3,
S1S2S1S2S3.

2

What is the substitution  E(X,U)  of a ring?

E(X,U)=[A(X,U)+B(X,U)] / [1C(X,U)],
E(X,U)=A(X,U)B(X,U) / [1C(X,U)],
E(X,U)=A(X,U)C(X,U) / [1B(X,U)].

3

Which of the listed transitions are possible with feedback?

S1S2S3S4,
S1S2S3S2S4,
S1S2S3S2S3S4,
S1S2S3S2S3S2S3S4.

4

What is the substitution  F(X,U)  of a feedback?

F(X,U)=A(X,U)B(X,U)C(X,U) / [1C(X,U)D(X,U)]
F(X,U)=A(X,U)B(X,U) / [1C(X,U)+D(X,U)].


Solution

(1)  Correct are solutions 1 and 2:

  • In general terms, one first goes from S1 to S2, remains j–times in the state S2 (j=0, 1,2,  ...), and finally continues from S2 to S3.


(2)  Correct is the solution suggestion 2:

  • In accordance with the explanations for the subtask (1), one obtains for the substitution of the ring
E = AB+ACB+AC2B+AC3B+ ...=AB[1+C+C2+C3+ ...].
  • The parenthesis expression gives 1/(1C).
E(X,U)=A(X,U)B(X,U)1C(X,U).


(3)  Correct are the solutions 1, 3 and 4:

  • one goes first from S1 to S2  A(X,U),
  • then from S2 to S3  C(X,U),
  • then j–times back to S2 and again to S3 (j=0, 1, 2,  ... )  E(X,U),
  • finally from S3 to S4  B(X,U),


(4)  Thus, the correct solution is suggested solution 1:

  • According to the sample solution to subtask (3) applies:
F(X,U)=A(X,U)C(X,U)E(X,U)B(X,U)
  • Here E(X,U) describes the path "j–times" back to S2 and again to S3 (j=0, 1, 2,  ...):
E(X,U)=1+DC+(1+D)2+(1+D)3+ ...=11CDF(X,U)=A(X,U)B(X,U)C(X,U)1C(X,U)D(X,U).