Difference between revisions of "Aufgaben:Exercise 3.2Z: Components of the GSM System"

From LNTwww
m (Text replacement - "[File:" to "[File:")
Line 6: Line 6:
  
 
[[File:EN_Mob_A_3_2_Z.png|right|frame|GSM system components]]
 
[[File:EN_Mob_A_3_2_Z.png|right|frame|GSM system components]]
Die Grafik zeigt die gesamte Übertragungsstrecke des GSM,  
+
The diagram shows the entire transmission path of the GSM,  
*im linken Teil den Sender,  
+
*On the left side the transmitter,  
*im rechten den Empfänger.
+
*on the right side the receiver.
  
  
Die Darstellung bezieht sich allein auf die Sprachübertragung. Bei der GSM–Datenübertragung wird nur der jeweils oberste Block (Sprachcoder bzw. –decoder) durch einen weiteren Kanalcoder/–decoder ersetzt (Verkettung zweier Kanalcodes).
+
The representation only refers to voice transmission. In GSM data transmission, only the uppermost block (speech encoder or decoder) is replaced by another channel encoder/decoder (concatenation of two channel codes).
  
Behandelt werden In dieser Aufgabe einige grundlegende Eigenschaften von
+
This task deals with some basic properties of
*Sprachcoder und Sprachdecoder,
+
*speech coder and speech decoder,
*Faltungscoder und Faltungsdecoder,
+
*Convolution encoder and convolution decoder,
*Interleaver und De–Interleaver sowie
+
*Interleaver and de-interleaver and
*Verschlüsselung und Entschlüsselung.
+
*Encryption and decryption.
  
  
Line 25: Line 25:
  
  
''Hinweise:''
 
  
*Die Aufgabe gehört zum Kapitel  [[Mobile_Kommunikation/Gemeinsamkeiten_von_GSM_und_UMTS|Gemeinsamkeiten von GSM und
+
''Notes:''
 +
 
 +
*The task belongs to the chapter  [[Mobile_Kommunikation/Gemeinsamkeiten_von_GSM_und_UMTS|Gemeinsamkeiten von GSM und
 
  UMTS]].
 
  UMTS]].
*Bezug genommen wird auch auf das Kapitel   [[Mobile_Kommunikation/Die_Charakteristika_von_GSM|Die Charakteristika von GSM]].
+
*Reference is also made to the chapter   [[Mobile_Kommunikation/Die_Charakteristika_von_GSM|Die Charakteristika von GSM]].
  
  
  
  
===Fragebogen===
+
===Questionnaire===
  
 
<quiz display=simple>
 
<quiz display=simple>
  
{Welche Aussagen treffen für die Sprachcodierung bzw. –decodierung zu?
+
{Which statements apply to speech coding or decoding?
 
|type="[]"}
 
|type="[]"}
+ Es handelt sich um Komponenten der Quellencodierung.
+
+ They are components of source coding.
- Es handelt sich um Komponenten der Kanalcodierung.
+
- They are components of channel coding.
- Durch den Sprachcoder wird Redundanz hinzugefügt.
+
- The speech coder adds redundancy.
+ Durch den Sprachcoder wird Redundanz entfernt.
+
+ The speech coder removes redundancy.
  
{Welche Aussagen treffen für den Faltungscodierer bzw. –decodierer zu?
+
{Which statements apply to the convolutional encoder/decoder?
 
|type="[]"}
 
|type="[]"}
- Es handelt sich um Komponenten der Quellencodierung.
+
- These are components of the source coding.
+ Es handelt sich um Komponenten der Kanalcodierung.
+
+ These are components of the channel coding.
+ Durch den Faltungscodierer wird Redundanz hinzugefügt.
+
+ Redundancy is added by the convolutional encoder.
- Durch den Faltungscodierer wird Redundanz entfernt.
+
- Redundancy is removed by the convolutional encoder.
  
{Welche Aussagen treffen für den Interleaver und De–Interleaver zu?
+
{What statements apply to the interleaver and de-interleaver?
 
|type="[]"}
 
|type="[]"}
- Der Interleaver fügt Redundanz hinzu.
+
- The Interleaver adds redundancy.
+ Der De–Interleaver dient dazu, Bündelfehler zu verteilen.
+
+ The de-interleaver is used to distribute bundling errors.
- Der Interleaver hat beim AWGN–Kanal die größte Bedeutung.
+
- The interleaver is most important in the AWGN channel.
  
{Welche Aussagen treffen für die Verschlüsselung und die Entschlüsselung zu?
+
{What statements apply to encryption and decryption?
 
|type="[]"}
 
|type="[]"}
+ Beide dienen der Datensicherheit im Sinne von Datenschutz.
+
+ Both serve data security in the sense of data protection.
- Diese Komponenten dienen der Fehlerkorrektur.
+
- These components are used for error correction.
- Die Verschlüsselung fügt Redundanz hinzu.
+
- The encryption adds redundancy.
+ GSM verwendet meist eine symmetrische Verschlüsselung.
+
+ GSM usually uses symmetric encryption.
 
 
 
</quiz>
 
</quiz>
  
===Musterlösung===
+
===Sample Solution===
 
{{ML-Kopf}}
 
{{ML-Kopf}}
  
'''(1)'''&nbsp; Richtig sind die <u>Antworten 1 und 4</u>:
+
'''(1)'''&nbsp; The answers <u>1 and 4</u> are correct:
*Ziel der Sprachcodierung ist die Datenkomprimierung  und damit die Redundanzminderung.  
+
*The goal of speech coding is to compress data and thus reduce redundancy.  
*Dies ist eine typische Aufgabe der Quellencodierung.  
+
*This is a typical task of source coding.  
  
  
'''(2)'''&nbsp; Richtig sind die <u>Antworten 2 und 3</u>:
+
'''(2)'''&nbsp; The answers <u>2 and 3</u> are correct:
*Faltungscodierung ist eine Form der Kanalcodierung, durch die der Empfänger (Decoder) in die Lage versetzt wird, Fehler zu erkennen und eventuell zu korrigieren.  
+
*Convolutional coding is a form of channel coding that enables the receiver (decoder) to detect and possibly correct errors.  
*Der Kanalcodierer fügt hierzu (sinnvolle) Redundanz hinzu, während der Sprachcodierer irrelevante Redundanz entfernt.  
+
*The channel coder adds (meaningful) redundancy to this, while the speech coder removes irrelevant redundancy.  
*Häufig werden beide Komponenten gemeinsam realisiert oder zumindest eng aufeinander abgestimmt.
+
*In many cases, both components are implemented together or at least closely coordinated
*Man spricht dann von &bdquo;gemeinsamer Quellen&ndash; und Kanalcodierung&rdquo;.  
+
*This is called &bdquo;common source&ndash; and channel coding&rdquo;.  
  
 +
'''(3)'''&nbsp; Only the answer <u>2</u>is correct:
 +
*The convolution decoder has big problems if the transmission errors do not occur statistically independent, but bundled.
 +
*Task of Interleaver and De&ndash;interleaver is to break up such bundle errors and distribute them over a longer period of time.
 +
*The redundancy is not changed by this procedure.
 +
*In the AWGN&ndash;channel, bit errors occur statistically independently, so that interleaver and de&ndash;interleaver can be dispensed with.
  
'''(3)'''&nbsp; Richtig ist allein die <u>Antwort 2</u>:
 
*Der Faltungsdecoder hat große Probleme, wenn die Übertragungsfehler nicht statistisch unabhängig auftreten, sondern gebündelt.
 
*Aufgabe von Interleaver und De&ndash;Interleaver ist es, solche Bündelfehler aufzubrechen und über einen größeren Zeitraum zu verteilen.
 
*Die Redundanz wird durch diese Prozedur nicht verändert.
 
*Beim AWGN&ndash;Kanal treten Bitfehler statistisch unabhängig auf, so dass auf Interleaver und De&ndash;Interleaver verzichtet werden kann.
 
  
  
'''(4)'''&nbsp; Richtig sind die <u>Antworten 1 und 4</u>:
+
'''(4)'''&nbsp; The answers <u>1 and 4</u> are correct:
*Verschlüsselung und Entschlüsselung &ndash; das Gegenstück empfangsseitig &ndash; dienen nur dazu, die Nutzerdaten gegenüber unbefugtem Zugriff zu schützen.  
+
*Encryption and decryption &ndash; the counterpart on the receiving side &ndash; serve only to protect user data against unauthorized access.  
*Sie dienen aber nicht der Fehlerkorrektur und fügen auch keine Redundanz hinzu.  
+
*They are not used for error correction and do not add redundancy.  
*Man unterscheidet zwischen symmetrischer und asymmetrischer Verschlüsselung. GSM nutzt vorwiegend die erste Variante.  
+
*A distinction is made between symmetric and asymmetric encryption. GSM mainly uses the first variant.  
  
  

Revision as of 15:04, 27 June 2020


GSM system components

The diagram shows the entire transmission path of the GSM,

  • On the left side the transmitter,
  • on the right side the receiver.


The representation only refers to voice transmission. In GSM data transmission, only the uppermost block (speech encoder or decoder) is replaced by another channel encoder/decoder (concatenation of two channel codes).

This task deals with some basic properties of

  • speech coder and speech decoder,
  • Convolution encoder and convolution decoder,
  • Interleaver and de-interleaver and
  • Encryption and decryption.





Notes:



Questionnaire

1

Which statements apply to speech coding or decoding?

They are components of source coding.
They are components of channel coding.
The speech coder adds redundancy.
The speech coder removes redundancy.

2

Which statements apply to the convolutional encoder/decoder?

These are components of the source coding.
These are components of the channel coding.
Redundancy is added by the convolutional encoder.
Redundancy is removed by the convolutional encoder.

3

What statements apply to the interleaver and de-interleaver?

The Interleaver adds redundancy.
The de-interleaver is used to distribute bundling errors.
The interleaver is most important in the AWGN channel.

4

What statements apply to encryption and decryption?

Both serve data security in the sense of data protection.
These components are used for error correction.
The encryption adds redundancy.
GSM usually uses symmetric encryption.


Sample Solution

(1)  The answers 1 and 4 are correct:

  • The goal of speech coding is to compress data and thus reduce redundancy.
  • This is a typical task of source coding.


(2)  The answers 2 and 3 are correct:

  • Convolutional coding is a form of channel coding that enables the receiver (decoder) to detect and possibly correct errors.
  • The channel coder adds (meaningful) redundancy to this, while the speech coder removes irrelevant redundancy.
  • In many cases, both components are implemented together or at least closely coordinated
  • This is called „common source– and channel coding”.

(3)  Only the answer 2is correct:

  • The convolution decoder has big problems if the transmission errors do not occur statistically independent, but bundled.
  • Task of Interleaver and De–interleaver is to break up such bundle errors and distribute them over a longer period of time.
  • The redundancy is not changed by this procedure.
  • In the AWGN–channel, bit errors occur statistically independently, so that interleaver and de–interleaver can be dispensed with.


(4)  The answers 1 and 4 are correct:

  • Encryption and decryption – the counterpart on the receiving side – serve only to protect user data against unauthorized access.
  • They are not used for error correction and do not add redundancy.
  • A distinction is made between symmetric and asymmetric encryption. GSM mainly uses the first variant.