Difference between revisions of "Aufgaben:Exercise 3.6: Adaptive Multi Rate Codec"

From LNTwww
 
(23 intermediate revisions by 5 users not shown)
Line 1: Line 1:
  
{{quiz-Header|Buchseite=Beispiele von Nachrichtensystemen/Sprachcodierung
+
{{quiz-Header|Buchseite=Examples_of_Communication_Systems/Voice_Coding
 
}}  
 
}}  
  
[[File:P_ID1233__Bei_A_3_6.png|right|frame|Spuren des AMR-Codecs]]
+
[[File:En_Bei_A_3_6.png|right|frame|Tracks of the AMR codec]]
Ende der 90er Jahre wurde mit dem AMR–Codec ein sehr flexibler, adaptiver Sprachcodec entwickelt und standardisiert. Dieser stellt insgesamt $8$ verschiedene Modi mit Datenraten zwischen $4.75 \ \rm kbit/s$ und $12.2 \ \rm kbit/s$ zur Verfügung.
+
In the late 1990s,  a very flexible,  adaptive speech codec was developed and standardized in the form of  $\rm AMR$  codec.  This provides a total of eight different modes with data rates between  $4.75 \ \rm kbit/s$  and  $12.2 \ \rm kbit/s$.
  
Der AMR-Codec beinhaltet wie der Vollraten–Codec (FRC) – siehe Aufgabe A3.5 – sowohl eine Kurzzeitprädiktion (LPC) als auch eine Langzeitprädiktion (LTP). Allerdings sind diese beiden Komponenten anders realisiert als beim FRC.
+
The AMR codec,  like the full rate codec  $\rm (FRC)$  discussed in  [[Aufgaben:Exercise_3.5:_GSM_Full_Rate_Vocoder|$\text{Exercise 3.5}$]],  includes both a short-term prediction  $\rm (LPC)$  and a long-term prediction  $\rm (LTP)$.  However,  these two components are realized differently from FRC.
  
Der wesentliche Unterschied von AMR gegenüber FRC stellt aber die Codierung des Restsignals (nach LPC und LTP) dar. Anstelle von „Regular Pulse Excitation” (RPE) wird beim AMR–Code das Verfahren „Algebraic Code Excitation Linear Prediction” (ACELP) angewendet. Aus dem festen Codebuch (FCB) wird für jeden Unterrahmen ($5 \ \rm ms$) derjenige FCB–Puls und diejenige FCB–Verstärkung ausgewählt, die am besten zum Restsignal passt, das heißt, für die der mittlere quadratische Fehler des Differenzsignals minimal wird.
+
The main difference between AMR and FRC is the encoding of the residual signal  $($after LPC and LTP$)$:
 +
#Instead of  "Regular Pulse Excitation"  $\rm (RPE)$,  here the  "Algebraic Code Excitation Linear Prediction"  $\rm (ACELP)$  is used.  
 +
#From the fixed code book  $\rm (FCB)$,  for each subframe of  $5 \ \rm ms$  duration,  the  "FCB pulse"  and the  "FCB gain"  that best match the residual signal  $($for which the mean square error of the difference signal becomes minimum$)$  is selected.
  
Jeder Eintrag im festen Codebuch kennzeichnet einen Puls, bei dem genau $10$ der $40$ Positionen mit $+1$ bzw. $–1$ belegt sind. Hierzu ist zu bemerken:
 
*Der Puls ist in fünf Spuren mit jeweils acht möglichen Positionen aufgeteilt, wobei die Spur $1$ die Positionen $1, 6, ... , 36$ des Unterrahmens und Spur $5$ die Positionen $5, 10, ... , 40$ beschreibt.
 
*In jeder Spur sind genau zwei Werte $+1$ oder $–1$, während alle anderen sechs Werte $0$ sind. Die beiden $±1$–Positionen werden mit je drei Bit – also mit $„000”, ... , „111”$ – codiert.
 
*Für das Vorzeichen des erstgenannten Pulses wird ein weiteres Bit verwendet, wobei eine $„1”$ ein positives Vorzeichen und eine $„0”$ ein negatives kennzeichnet.
 
*Ist die Pulsposition des zweiten Impulses größer als die des ersten Impulses, so hat der zweite Impuls das gleiche Vorzeichen wie der erste, ansonsten das umgekehrte.
 
*Zum Empfänger werden somit pro Spur sieben Bit übertragen, außerdem noch fünf Bit für die FCB–Verstärkung.
 
  
 +
Each entry in the fixed code book identifies a pulse where exactly  $10$  of  $40$  positions are occupied by  $\pm1$. 
  
In der Grafik sind die $35 \ \rm  Bits$ zur Beschreibung eines FCB–Pulses beispielhaft angegeben. In der ersten Spur erkennt man einen positiven Impuls (${\rm VZ} = 1$) bei
+
In this regard it should be noted:
:$$1 \hspace{0.1cm}{\rm(erste \hspace{0.1cm}m\ddot{o}gliche \hspace{0.1cm}Position \hspace{0.1cm}f\ddot{u}r\hspace{0.1cm} Spur \hspace{0.1cm}1)} + 0\hspace{0.1cm} {\rm(Bitangabe \hspace{0.1cm} 000)} = 1$$
+
*The pulse is divided into five tracks with eight possible positions each, where track  $1$  contains the positions  $1,\ 6,\ 11$, ... , $36$  of the subframe and track  $5$   describes the positions  $5,\ 10,\ 15$, ... , $40$.
und einen weiteren positiven Impuls ($110 > 000$) bei der Position
 
:$$1 +5\hspace{0.1cm}{\rm (Pulsabstand \hspace{0.1cm}in \hspace{0.1cm}jeder \hspace{0.1cm} Spur) } \cdot 6\hspace{0.1cm} {\rm(Bitangabe \hspace{0.1cm} 110)} = 31\hspace{0.05cm}.$$
 
Die Spur 2 beinhaltet einen negativen Impuls (${\rm VZ} = 0$) bei
 
:$$2 \hspace{0.1cm}{\rm(erste \hspace{0.1cm}m\ddot{o}gliche \hspace{0.1cm}Position \hspace{0.1cm}f\ddot{u}r\hspace{0.1cm} Spur \hspace{0.1cm}2)} + 5\cdot 4 \hspace{0.1cm} {\rm(Bitangabe \hspace{0.1cm} 100)} = 22\hspace{0.05cm}.$$
 
  
Da $011 < 100$ ist, hat der Impuls bei der Position $2 + 5 \cdot 3$ (Bitangabe $011$) $= 17$ das umgekehrte Vorzeichen, ist also positiv. Die Angaben zu den Spuren $3, 4$ und $5$ sollen in den Teilfragen (1),(2) und (4) von Ihnen interpretiert werden.
+
*In each track there are exactly two values&nbsp; $\pm1$,&nbsp; while all the other six values are&nbsp; zero.&nbsp;
  
 +
*The two&nbsp; $±1$-positions are each assigned three bits &ndash; &nbsp; i.e. encoded with&nbsp; "$000$", ... ,&nbsp; "$111$".
  
''Hinweis:''
+
*Another bit is used for the&nbsp; "sign of the first-mentioned pulse",&nbsp; where a&nbsp; "$1$"&nbsp; indicates a positive sign and a&nbsp; "$0$"&nbsp; a negative sign.
  
Diese Aufgabe bezieht sich auf [[Beispiele_von_Nachrichtensystemen/Sprachcodierung|Sprachcodierung]].
+
*If the pulse position of the second pulse is greater than that of the first pulse,&nbsp; the second pulse has the same sign as the first,&nbsp; otherwise the opposite.
  
 +
*Thus,&nbsp; seven bits per track are transmitted to the receiver,&nbsp; plus five bits for the so-called&nbsp; "FCB amplification''.
  
'''Eingabe der Pulspositionen für die Aufgaben (4), (5), (6)''': Man müsste zum Beispiel für Spur $2$ die Werte $„–22”$ und $„+17”$ eintragen. $N_{1}$ bezeichnet das erste Bit–Tripel und $N_{2}$ das zweite.
+
 
===Fragebogen===
+
In the diagram,&nbsp; the&nbsp; $35$&nbsp; bits describing an FCB pulse are given as an example:
 +
 +
&rArr; &nbsp; '''Track 1'''&nbsp; includes
 +
#a positive pulse&nbsp; $({\rm sign} = 1)$&nbsp; at position&nbsp; $\big [1$&nbsp; (first possible position for track 1)&nbsp; $\hspace{0.02cm}\text{plus}\hspace{0.2cm}0$&nbsp; (bit specification for&nbsp; "000") $= 1\big]$,
 +
#another positive pulse&nbsp; $($since $110 > 000)$&nbsp; at position&nbsp; $\big [1 \hspace{0.2cm}\text{plus}\hspace{0.2cm}5$ (pulse spacing in each track) $\hspace{0.02cm}\text{times}\hspace{0.2cm}6$&nbsp; (bit specification for " 110") = $31\hspace{0.05cm}\big].$
 +
 
 +
 
 +
'''Track 2''' includes.
 +
#a negative pulse (${\rm sign} = 0$)&nbsp; at position&nbsp; $\big [2$ (first possible position for track 2)&nbsp; $\hspace{0.02cm}\text{plus}\hspace{0.2cm}5\hspace{0.2cm}\text{times}\hspace{0.2cm}4$&nbsp; (bit specification for&nbsp; " 100")&nbsp;  $=22\hspace{0.05cm}\big],$
 +
#a positive pulse&nbsp; $($sign reversal due to&nbsp; $011 > 100)$&nbsp; at position&nbsp; $\big [2 \hspace{0.2cm}\text{plus}\hspace{0.2cm}5\hspace{0.2cm}\text{times}\hspace{0.2cm}3$&nbsp; (bit specification for&nbsp; " 011")&nbsp;  $=17\hspace{0.05cm}\big].$
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
<u>Hint:</u>
 +
 
 +
*This exercise belongs to the chapter&nbsp; [[Examples_of_Communication_Systems/Voice_Coding|"Speech Coding"]].
 +
 +
*When entering the pulse positions&nbsp; $N_{1}$&nbsp; denotes the first triple of bits and&nbsp; $N_{2}$&nbsp; the second.
 +
 
 +
*For example,&nbsp; for track&nbsp; $2$&nbsp; one would have to enter the values&nbsp; $N_{1}=-22$&nbsp; and&nbsp; $N_{2}=+17$.  
 +
 
 +
 
 +
 
 +
===Questions===
  
 
<quiz display=simple>
 
<quiz display=simple>
  
{Wie viele Bit beschreiben einen Sprachrahmen (der Dauer $20 \ \rm ms$) im $12.2 \ \rm kbit/s$–Modus?
+
{How many bits describe a speech frame $($of duration&nbsp; $20 \ \rm ms)$&nbsp; in&nbsp; $12.2 \ \rm kbit/s$ mode?
 
|type="{}"}
 
|type="{}"}
$N_{12.2} \ = \ $ { 244 3% } $ \ \rm Bit$
+
$N_{12.2} \ = \ $ { 244 3% } $ \ \rm bits$
  
{Wie viele Bit werden für FCB–Puls und –Verstärkung pro Rahmen benötigt?
+
{How many bits are needed for FCB pulse and gain per frame?
 
|type="{}"}
 
|type="{}"}
$N_{\rm FCB} \ = \ $ { 160 3% } $ \ \rm Bit$
+
$N_{\rm FCB} \ = \ $ { 160 3% } $ \ \rm bits$
  
{Wie viele Bit verbleiben somit für LPC und LTP?
+
{ How many bits are left for LPC and LTP?
 
|type="{}"}
 
|type="{}"}
$N_{\rm LPC/LTP} \ = \ $ { 84 3% } $ \ \rm Bit$
+
$N_{\rm LPC/LTP} \ = \ $ { 84 3% } $ \ \rm bits$
  
{Welche Impulspositionen des Unterrahmens und Vorzeichen beschreibt die Spur $3$? Beachten Sie die Hinweise zur Eingabe auf der Angabenseite.
+
{What subframe pulse positions and signs does track&nbsp; $3$&nbsp; describe?&nbsp; Follow the instructions for input on the information page.
 
|type="{}"}
 
|type="{}"}
 
$N_{1} \ = \ $ { -8.24--7.76 }  
 
$N_{1} \ = \ $ { -8.24--7.76 }  
 
$N_{2} \ = \ $ { -18.54--17.46 }  
 
$N_{2} \ = \ $ { -18.54--17.46 }  
  
{Welche Impulspositionen inklusive Vorzeichen beschreiben die Spur $4$?
+
{What pulse positions including sign describe the track&nbsp; $4$?
 
|type="{}"}
 
|type="{}"}
 
$N_{1} \ = \ $ { 39 3% }  
 
$N_{1} \ = \ $ { 39 3% }  
 
$N_{2} \ = \ $ { -14.42--13.58 }  
 
$N_{2} \ = \ $ { -14.42--13.58 }  
  
{Welche Impulspositionen inklusive Vorzeichen beschreiben die Spur $5$?
+
{What pulse positions including sign describe the track&nbsp; $5$?
 
|type="{}"}
 
|type="{}"}
 
$N_{1} \ = \ $ { -30.9--29.1 }  
 
$N_{1} \ = \ $ { -30.9--29.1 }  
Line 66: Line 88:
 
</quiz>
 
</quiz>
  
===Musterlösung===
+
===Solution===
 
{{ML-Kopf}}
 
{{ML-Kopf}}
  
'''(1)'''&nbsp; Mit der Datenrate $12.2 \ \rm kbit/s$ ergeben sich innerhalb von $20 \ \rm ms$ genau $\underline{244 \ \rm Bit}$, während zum Beispiel im  $4.75 \ \rm kbit/s$–Modus nur $95 \ \rm Bit$ übertragen werden.
+
'''(1)'''&nbsp; With the data rate&nbsp; $R_{\rm C} = 12.2 \ \rm kbit/s$,&nbsp; exactly&nbsp; $\underline{244 \ \rm bits}$&nbsp; results within&nbsp; $20 \ \rm ms$,&nbsp; while e.g. in&nbsp; $4.75 \ \rm kbit/s$&nbsp; mode only&nbsp; $95 \ \rm bits$&nbsp; are transmitted.
 +
 
 +
 
 +
'''(2)'''&nbsp; In each subframe,&nbsp; the FCB pulse requires&nbsp; $35 \ \rm bits$&nbsp; (five tracks of seven bits each)&nbsp; and the FCB gain requires five bits.
 +
 
 +
*With four subframes,&nbsp; this gives $N_{\rm FCB} \hspace{0.15cm}\underline{= 160 \ \rm bits}$.
 +
 
 +
 
 +
 
 +
'''(3)'''&nbsp; This leaves the difference from&nbsp; '''(1)'''&nbsp; and&nbsp; '''(2)''',&nbsp; i.e. $N_{\rm LPC/LTP}\hspace{0.15cm} \underline{ = 84\  \rm bits}$.
 +
 
  
'''(2)'''&nbsp;  In jedem Unterrahmen benötigt der FCB–Puls $35 \ \rm Bit$ (fünf Spuren zu je sieben Bit) und die FCB–Verstärkung fünf Bit. Bei vier Unterrahmen kommt man so auf $N_{\rm FCB} \underline{= 160 \ \rm Bit}$.
+
'''(4)'''&nbsp; The sign bit&nbsp; "$0$"&nbsp; indicates a negative first pulse.
 +
*Because&nbsp; $001 < 011$,&nbsp; the second pulse has the same sign.
 +
   
 +
*The two magnitudes result in
 +
:$$|N_1| \ = \ 3 \hspace{0.1cm}{\rm(since \hspace{0.1cm} track \hspace{0.1cm}3)} + 5\cdot 1 \hspace{0.1cm} {\rm(bit\:specification \hspace{0.1cm} 001)} = 8\hspace{0.05cm}, $$
 +
:$$ |N_2| \ = \ 3 \hspace{0.1cm}{\rm(since \hspace{0.1cm} track \hspace{0.1cm}3)} + 5\cdot 3 \hspace{0.1cm} {\rm(bit\:specification \hspace{0.1cm} 011)} = 18\hspace{0.05cm}.$$
 +
*Therefore,&nbsp; to be entered for the third track is&nbsp; $N_{1}\hspace{0.15cm} \underline{ = -8}$&nbsp; and&nbsp; $N_{2} \hspace{0.15cm}\underline{ = -18}.$
  
'''(3)'''&nbsp; Hierfür verbleiben die Differenz aus (1) und (2), also $N_{\rm LPC/LTP}\underline{ = 84 \ \rm Bit}$.
 
  
'''(4)'''&nbsp; Das Vorzeichenbit $0$ deutet auf einen negativen ersten Impuls hin. Wegen $001 < 011$ hat der zweite Impuls das gleiche Vorzeichen. Die beiden Beträge ergeben sich zu
+
'''(5)'''&nbsp; In an analogous way,&nbsp; for track&nbsp; $4$&nbsp; we obtain the values&nbsp; $N_{1}\hspace{0.15cm} \underline{ = +39}$&nbsp; and&nbsp; $N_{2}\hspace{0.15cm} \underline{ = -14}$.
:$$|N_1| \ = \ 3 \hspace{0.1cm}{\rm(da \hspace{0.1cm} Spur \hspace{0.1cm}3)} + 5\cdot 1 \hspace{0.1cm} {\rm(Bitangabe \hspace{0.1cm} 001)} = 8\hspace{0.05cm}, $$
 
:$$ |N_2| \ = \ 3 \hspace{0.1cm}{\rm(da \hspace{0.1cm} Spur \hspace{0.1cm}3)} + 5\cdot 3 \hspace{0.1cm} {\rm(Bitangabe \hspace{0.1cm} 011)} = 18\hspace{0.05cm}.$$
 
Einzugeben sind deshalb $N_{1} \underline{ = –8}$ und $N_{2} \underline{ = –18}$
 
  
'''(5)'''&nbsp;  In analoger Weise erhält man für die Spur 4 die Werte $N_{1} \underline{ = +39}$ und $N_{2} \underline{ = –14}$
 
  
'''(6)'''&nbsp; Die fünfte Spur liefert $N_{1} \underline{ = –30}$ und $N_{1} \underline{ = +5}$
+
'''(6)'''&nbsp; The fifth track provides&nbsp; $N_{1}\hspace{0.15cm} \underline{ =-30}$&nbsp; and&nbsp; $N_{2}\hspace{0.15cm} \underline{ = +5}$
  
 
{{ML-Fuß}}
 
{{ML-Fuß}}
Line 88: Line 121:
  
  
[[Category:Aufgaben zu Beispiele von Nachrichtensystemen|^3.3 Sprachcodierung^]]
+
[[Category:Examples of Communication Systems: Exercises|^3.3 Speech Coding^]]

Latest revision as of 14:58, 25 January 2023

Tracks of the AMR codec

In the late 1990s,  a very flexible,  adaptive speech codec was developed and standardized in the form of  $\rm AMR$  codec.  This provides a total of eight different modes with data rates between  $4.75 \ \rm kbit/s$  and  $12.2 \ \rm kbit/s$.

The AMR codec,  like the full rate codec  $\rm (FRC)$  discussed in  $\text{Exercise 3.5}$,  includes both a short-term prediction  $\rm (LPC)$  and a long-term prediction  $\rm (LTP)$.  However,  these two components are realized differently from FRC.

The main difference between AMR and FRC is the encoding of the residual signal  $($after LPC and LTP$)$:

  1. Instead of  "Regular Pulse Excitation"  $\rm (RPE)$,  here the  "Algebraic Code Excitation Linear Prediction"  $\rm (ACELP)$  is used.
  2. From the fixed code book  $\rm (FCB)$,  for each subframe of  $5 \ \rm ms$  duration,  the  "FCB pulse"  and the  "FCB gain"  that best match the residual signal  $($for which the mean square error of the difference signal becomes minimum$)$  is selected.


Each entry in the fixed code book identifies a pulse where exactly  $10$  of  $40$  positions are occupied by  $\pm1$. 

In this regard it should be noted:

  • The pulse is divided into five tracks with eight possible positions each, where track  $1$  contains the positions  $1,\ 6,\ 11$, ... , $36$  of the subframe and track  $5$  describes the positions  $5,\ 10,\ 15$, ... , $40$.
  • In each track there are exactly two values  $\pm1$,  while all the other six values are  zero. 
  • The two  $±1$-positions are each assigned three bits –   i.e. encoded with  "$000$", ... ,  "$111$".
  • Another bit is used for the  "sign of the first-mentioned pulse",  where a  "$1$"  indicates a positive sign and a  "$0$"  a negative sign.
  • If the pulse position of the second pulse is greater than that of the first pulse,  the second pulse has the same sign as the first,  otherwise the opposite.
  • Thus,  seven bits per track are transmitted to the receiver,  plus five bits for the so-called  "FCB amplification.


In the diagram,  the  $35$  bits describing an FCB pulse are given as an example:

⇒   Track 1  includes

  1. a positive pulse  $({\rm sign} = 1)$  at position  $\big [1$  (first possible position for track 1)  $\hspace{0.02cm}\text{plus}\hspace{0.2cm}0$  (bit specification for  "000") $= 1\big]$,
  2. another positive pulse  $($since $110 > 000)$  at position  $\big [1 \hspace{0.2cm}\text{plus}\hspace{0.2cm}5$ (pulse spacing in each track) $\hspace{0.02cm}\text{times}\hspace{0.2cm}6$  (bit specification for " 110") = $31\hspace{0.05cm}\big].$


Track 2 includes.

  1. a negative pulse (${\rm sign} = 0$)  at position  $\big [2$ (first possible position for track 2)  $\hspace{0.02cm}\text{plus}\hspace{0.2cm}5\hspace{0.2cm}\text{times}\hspace{0.2cm}4$  (bit specification for  " 100")  $=22\hspace{0.05cm}\big],$
  2. a positive pulse  $($sign reversal due to  $011 > 100)$  at position  $\big [2 \hspace{0.2cm}\text{plus}\hspace{0.2cm}5\hspace{0.2cm}\text{times}\hspace{0.2cm}3$  (bit specification for  " 011")  $=17\hspace{0.05cm}\big].$




Hint:

  • When entering the pulse positions  $N_{1}$  denotes the first triple of bits and  $N_{2}$  the second.
  • For example,  for track  $2$  one would have to enter the values  $N_{1}=-22$  and  $N_{2}=+17$.


Questions

1

How many bits describe a speech frame $($of duration  $20 \ \rm ms)$  in  $12.2 \ \rm kbit/s$ mode?

$N_{12.2} \ = \ $

$ \ \rm bits$

2

How many bits are needed for FCB pulse and gain per frame?

$N_{\rm FCB} \ = \ $

$ \ \rm bits$

3

How many bits are left for LPC and LTP?

$N_{\rm LPC/LTP} \ = \ $

$ \ \rm bits$

4

What subframe pulse positions and signs does track  $3$  describe?  Follow the instructions for input on the information page.

$N_{1} \ = \ $

$N_{2} \ = \ $

5

What pulse positions including sign describe the track  $4$?

$N_{1} \ = \ $

$N_{2} \ = \ $

6

What pulse positions including sign describe the track  $5$?

$N_{1} \ = \ $

$N_{2} \ = \ $


Solution

(1)  With the data rate  $R_{\rm C} = 12.2 \ \rm kbit/s$,  exactly  $\underline{244 \ \rm bits}$  results within  $20 \ \rm ms$,  while e.g. in  $4.75 \ \rm kbit/s$  mode only  $95 \ \rm bits$  are transmitted.


(2)  In each subframe,  the FCB pulse requires  $35 \ \rm bits$  (five tracks of seven bits each)  and the FCB gain requires five bits.

  • With four subframes,  this gives $N_{\rm FCB} \hspace{0.15cm}\underline{= 160 \ \rm bits}$.


(3)  This leaves the difference from  (1)  and  (2),  i.e. $N_{\rm LPC/LTP}\hspace{0.15cm} \underline{ = 84\ \rm bits}$.


(4)  The sign bit  "$0$"  indicates a negative first pulse.

  • Because  $001 < 011$,  the second pulse has the same sign.
  • The two magnitudes result in
$$|N_1| \ = \ 3 \hspace{0.1cm}{\rm(since \hspace{0.1cm} track \hspace{0.1cm}3)} + 5\cdot 1 \hspace{0.1cm} {\rm(bit\:specification \hspace{0.1cm} 001)} = 8\hspace{0.05cm}, $$
$$ |N_2| \ = \ 3 \hspace{0.1cm}{\rm(since \hspace{0.1cm} track \hspace{0.1cm}3)} + 5\cdot 3 \hspace{0.1cm} {\rm(bit\:specification \hspace{0.1cm} 011)} = 18\hspace{0.05cm}.$$
  • Therefore,  to be entered for the third track is  $N_{1}\hspace{0.15cm} \underline{ = -8}$  and  $N_{2} \hspace{0.15cm}\underline{ = -18}.$


(5)  In an analogous way,  for track  $4$  we obtain the values  $N_{1}\hspace{0.15cm} \underline{ = +39}$  and  $N_{2}\hspace{0.15cm} \underline{ = -14}$.


(6)  The fifth track provides  $N_{1}\hspace{0.15cm} \underline{ =-30}$  and  $N_{2}\hspace{0.15cm} \underline{ = +5}$