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

From LNTwww
m (Text replacement - "Mobile Kommunikation/Gemeinsamkeiten von GSM und UMTS" to "Mobile_Communications/Similarities_Between_GSM_and_UMTS")
 
(8 intermediate revisions by 2 users not shown)
Line 4: Line 4:
  
 
}}
 
}}
 +
[[File:EN_Bei_Z_3_7.png|right|frame|GSM system components]]
 +
The diagram shows the entire GSM transmission path,  with the transmitter on the left and the receiver on the right.
  
[[File:EN_Mob_A_3_2_Z.png|right|frame|GSM system components]]
+
The illustration refers only to speech transmission.  In GSM data transmission,  only the top block  $($speech encoder or decoder$)$  is replaced by another channel encoder or decoder  $($concatenation of two channel codes$)$.
The diagram shows the entire transmission path of the GSM,  
 
*On the left side the transmitter,
 
*on the right side the receiver.
 
  
 +
The two respective lowest system components were already treated in detail in the exercises for the chapter  [[Examples_of_Communication_Systems/Radio_Interface|"Radio Interface"]].
  
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).
+
In this exercise,  on the other hand,  some basic properties are queried from
 +
*Speech encoders and speech decoders,
  
This task deals with some basic properties of
+
*convolutional encoder and convolutional decoder,
*speech coder and speech decoder,
 
*Convolution encoder and convolution decoder,
 
*Interleaver and de-interleaver and
 
*Encryption and decryption.
 
  
 +
*interleaver and de-interleaver,  and
  
 +
*encryption and decryption.
  
  
  
  
 +
<u>Hint:</u>
 +
*The exercise belongs to the chapter&nbsp; [[Mobile_Communications/Similarities_Between_GSM_and_UMTS|"Similarities between GSM and UMTS"]].
  
 +
*Reference is also made to the chapter&nbsp;  [[Mobile_Communications/Characteristics_of_GSM|"Characteristics of GSM"]].
  
''Notes:''
 
 
*The task belongs to the chapter&nbsp; [[Mobile_Communications/Gemeinsamkeiten_von_GSM_und_UMTS|Gemeinsamkeiten von GSM und
 
UMTS]].
 
*Reference is also made to the chapter&nbsp;  [[Mobile_Communications/Die_Charakteristika_von_GSM|Die Charakteristika von GSM]].
 
 
 
 
 
===Questionnaire===
 
  
 
<quiz display=simple>
 
<quiz display=simple>
 
+
{Which statements are true for speech encoding/decoding?
{Which statements apply to speech coding or decoding?
 
 
|type="[]"}
 
|type="[]"}
+ They are components of source coding.
+
+ These are source coding components.
- They are components of channel coding.
+
- They are components of channel coding.
- The speech coder adds redundancy.
+
- Redundancy is added by the speech encoder.
+ The speech coder removes redundancy.
+
+ Redundancy is removed by the speech encoder.
  
{Which statements apply to the convolutional encoder/decoder?
+
{Which statements are true for the convolutional encoder or decoder?
 
|type="[]"}
 
|type="[]"}
- These are components of the source coding.
+
- They are components of source coding.
+ These are components of the channel coding.
+
+ They are components of channel coding.
 
+ Redundancy is added by the convolutional encoder.
 
+ Redundancy is added by the convolutional encoder.
 
- Redundancy is removed by the convolutional encoder.
 
- Redundancy is removed by the convolutional encoder.
  
{What statements apply to the interleaver and de-interleaver?
+
{Which statements are true for the interleaver and de-interleaver?
 
|type="[]"}
 
|type="[]"}
- The Interleaver adds redundancy.
+
- The interleaver adds redundancy.
+ The de-interleaver is used to distribute bundling errors.
+
+ The interleaver is used to distribute bundle errors.
- The interleaver is most important in the AWGN channel.
+
- The interleaver has the most significance for the AWGN channel.
  
{What statements apply to encryption and decryption?
+
{Which statements are true for encryption and decryption?
 
|type="[]"}
 
|type="[]"}
 
+ Both serve data security in the sense of data protection.
 
+ Both serve data security in the sense of data protection.
- These components are used for error correction.
+
- These components are for error correction.
- The encryption adds redundancy.
+
- Encryption adds redundancy.
+ GSM usually uses symmetric encryption.
+
+ GSM mostly uses symmetric encryption.
 
</quiz>
 
</quiz>
  
===Sample Solution===
+
 
 +
===Solution===
 
{{ML-Kopf}}
 
{{ML-Kopf}}
 +
'''(1)'''&nbsp; Correct are the&nbsp; <u>answers 1 and 4</u>:
 +
*The goal of speech coding is data compression and thus redundancy reduction.
  
'''(1)'''&nbsp; The answers <u>1 and 4</u> are correct:
 
*The goal of speech coding is to compress data and thus reduce redundancy.
 
 
*This is a typical task of source coding.  
 
*This is a typical task of source coding.  
  
  
'''(2)'''&nbsp; The answers <u>2 and 3</u> 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 &bdquo;common source&ndash; and channel coding&rdquo;.
 
  
'''(3)'''&nbsp; Only the answer <u>2</u> is correct:
+
'''(2)'''&nbsp; Correct are the&nbsp; <u>answers 2 and 3</u>:
*The convolution decoder has big problems if the transmission errors do not occur statistically independent, but bundled.  
+
*Convolutional coding is a form of channel coding by which the receiver&nbsp; (convolutional decoder)&nbsp; is enabled to detect and possibly correct errors.
*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.  
+
*The channel encoder adds (meaningful) redundancy for this purpose,&nbsp; while the speech encoder removes irrelevant redundancy.
*In the AWGN&ndash;channel, bit errors occur statistically independently, so that interleaver and de&ndash;interleaver can be dispensed with.  
+
 +
*Often both components are implemented together or at least closely coordinated.&nbsp; This is then referred to as&nbsp; "joint source and channel coding".
 +
 
 +
 
 +
 
 +
'''(3)'''&nbsp; Only&nbsp; <u>answer 2</u>&nbsp; is correct:
 +
*The convolutional decoder has major problems when the transmission errors are clustered rather than they are statistically independent.
 +
 +
*The task of interleaver and de-interleaver is to break up such bunching errors and spread them over a larger time period.
 +
 +
*The redundancy is not changed by this procedure.
 +
 +
*In the AWGN channel,&nbsp; bit errors occur statistically independently,&nbsp; so interleaver and de-interleaver can be omitted.  
  
  
  
'''(4)'''&nbsp; The answers <u>1 and 4</u> are correct:
+
'''(4)'''&nbsp; Correct are the&nbsp; <u>answers 1 and 4</u>:
*Encryption and decryption &ndash; the counterpart on the receiving side &ndash; serve only to protect user data against unauthorized access.  
+
*Encryption and decryption&nbsp; (the counterpart on the receiving side)&nbsp; are used solely to protect user data from 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.  
+
*They are not used for error correction,&nbsp; nor do they add redundancy.
 +
 +
*A distinction is made between symmetric and asymmetric encryption.&nbsp; GSM predominantly uses the first variant.
  
  
Line 99: Line 100:
  
  
[[Category:Exercises for Mobile Communications|^3.2 Similarities between GSM and UMTS
+
[[Category:Mobile Communications: Exercises|^3.2 Similarities between GSM and UMTS
 
^]]
 
^]]

Latest revision as of 18:26, 30 January 2023


GSM system components

The diagram shows the entire GSM transmission path,  with the transmitter on the left and the receiver on the right.

The illustration refers only to speech transmission.  In GSM data transmission,  only the top block  $($speech encoder or decoder$)$  is replaced by another channel encoder or decoder  $($concatenation of two channel codes$)$.

The two respective lowest system components were already treated in detail in the exercises for the chapter  "Radio Interface".

In this exercise,  on the other hand,  some basic properties are queried from

  • Speech encoders and speech decoders,
  • convolutional encoder and convolutional decoder,
  • interleaver and de-interleaver,  and
  • encryption and decryption.



Hint:


1

Which statements are true for speech encoding/decoding?

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

2

Which statements are true for the convolutional encoder or decoder?

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

3

Which statements are true for the interleaver and de-interleaver?

The interleaver adds redundancy.
The interleaver is used to distribute bundle errors.
The interleaver has the most significance for the AWGN channel.

4

Which statements are true for encryption and decryption?

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


Solution

(1)  Correct are the  answers 1 and 4:

  • The goal of speech coding is data compression and thus redundancy reduction.
  • This is a typical task of source coding.


(2)  Correct are the  answers 2 and 3:

  • Convolutional coding is a form of channel coding by which the receiver  (convolutional decoder)  is enabled to detect and possibly correct errors.
  • The channel encoder adds (meaningful) redundancy for this purpose,  while the speech encoder removes irrelevant redundancy.
  • Often both components are implemented together or at least closely coordinated.  This is then referred to as  "joint source and channel coding".


(3)  Only  answer 2  is correct:

  • The convolutional decoder has major problems when the transmission errors are clustered rather than they are statistically independent.
  • The task of interleaver and de-interleaver is to break up such bunching errors and spread them over a larger time period.
  • The redundancy is not changed by this procedure.
  • In the AWGN channel,  bit errors occur statistically independently,  so interleaver and de-interleaver can be omitted.


(4)  Correct are the  answers 1 and 4:

  • Encryption and decryption  (the counterpart on the receiving side)  are used solely to protect user data from unauthorized access.
  • They are not used for error correction,  nor do they add redundancy.
  • A distinction is made between symmetric and asymmetric encryption.  GSM predominantly uses the first variant.