tanszek:oktatas:techcomm:encoding_techniques
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
tanszek:oktatas:techcomm:encoding_techniques [2024/09/18 10:23] – kissa | tanszek:oktatas:techcomm:encoding_techniques [2024/11/24 18:07] (current) – kissa | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ===== Encoding Techniques ===== | + | ====== Encoding Techniques |
**Encoding techniques** are methods used to convert data into a specific format for efficient storage, transmission, | **Encoding techniques** are methods used to convert data into a specific format for efficient storage, transmission, | ||
In addition to encoding, **encryption** is a crucial technique used to secure data by converting it into a coded format that is only decipherable with the appropriate key, ensuring privacy and protection against unauthorized access. | In addition to encoding, **encryption** is a crucial technique used to secure data by converting it into a coded format that is only decipherable with the appropriate key, ensuring privacy and protection against unauthorized access. | ||
- | ==== BCD ==== | + | |
+ | ===== BCD ===== | ||
**BCD** (// | **BCD** (// | ||
- | === Exercise | + | ==== Lecture Notes ==== |
+ | |||
+ | * [[tanszek: | ||
+ | * [[tanszek: | ||
+ | |||
+ | ==== Exercises ==== | ||
In a communication system, we want to transmit numbers from 40 to 119 using a fixed-length BCD code with parity checking. | In a communication system, we want to transmit numbers from 40 to 119 using a fixed-length BCD code with parity checking. | ||
Line 13: | Line 19: | ||
a) What will be the length of the encoded messages if each decimal digit is encoded with 4 bits in BCD encoding? | a) What will be the length of the encoded messages if each decimal digit is encoded with 4 bits in BCD encoding? | ||
- | b) Create a possible structure of the code table that assigns the binary representation of digits to the numbers, supplemented with a parity bit. What will be the code for the numbers 42, 87, 100, and 111 in the system? | + | b) Create a possible structure of the code table that assigns the binary representation of digits to the numbers. What will be the code for the numbers 42, 87, 100, and 111 in the system? |
c) What will be the entropy and redundancy of this code if the occurrence of numbers in the range 40 $\leq$ n $\leq$ 69 is four times more frequent than the occurrence of numbers in the range 70 $\leq$ n $\leq$ 119? | c) What will be the entropy and redundancy of this code if the occurrence of numbers in the range 40 $\leq$ n $\leq$ 69 is four times more frequent than the occurrence of numbers in the range 70 $\leq$ n $\leq$ 119? | ||
Line 19: | Line 25: | ||
d) How many bits would the messages be if we used pure binary coding with parity checking? | d) How many bits would the messages be if we used pure binary coding with parity checking? | ||
- | ==== Huffman ==== | + | ===== Huffman |
**Huffman** coding is a lossless data compression algorithm that assigns variable-length codes to input characters based on their frequencies: | **Huffman** coding is a lossless data compression algorithm that assigns variable-length codes to input characters based on their frequencies: | ||
- | === Exercise | + | ==== Lecture Notes ==== |
+ | |||
+ | * [[tanszek: | ||
+ | |||
+ | ==== Exercises ==== | ||
Explain Huffman encoding by encoding the message **COMPRESSION_IS_COOL**! | Explain Huffman encoding by encoding the message **COMPRESSION_IS_COOL**! | ||
- | ==== LZW ==== | + | Explain Huffman encoding by encoding the message **HELLO_WORLD_HELLO_EVERYONE**! |
+ | |||
+ | ===== LZW ===== | ||
**LZW** (// | **LZW** (// | ||
- | === Exercise === | + | |
+ | ==== Lecture Notes and Videos ==== | ||
+ | |||
+ | * [[tanszek: | ||
+ | * [[https:// | ||
+ | * [[https:// | ||
+ | |||
+ | ==== Exercises ==== | ||
1.1. Explain LZW encoding by encoding the message **ABABABAB**! | 1.1. Explain LZW encoding by encoding the message **ABABABAB**! | ||
Line 42: | Line 61: | ||
2.2. Decode the received message using only the initial dictionary! | 2.2. Decode the received message using only the initial dictionary! | ||
- | ==== RSA ==== | + | ===== RSA ===== |
**RSA** (**// | **RSA** (**// | ||
- | === Exercise | + | ==== Lecture Notes ==== |
+ | |||
+ | * [[tanszek: | ||
+ | |||
+ | ==== Exercises ==== | ||
In an RSA code, **p=11, q=31, e=7, d=103**. Encrypt the message **252** with the private key! | In an RSA code, **p=11, q=31, e=7, d=103**. Encrypt the message **252** with the private key! |
tanszek/oktatas/techcomm/encoding_techniques.1726655035.txt.gz · Last modified: 2024/09/18 10:23 by kissa