tanszek:oktatas:techcomm:syntax
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
tanszek:oktatas:techcomm:syntax [2024/10/06 19:28] – knehez | tanszek:oktatas:techcomm:syntax [2025/01/31 06:14] (current) – knehez | ||
---|---|---|---|
Line 1: | Line 1: | ||
[[Code]] | [[Code]] | ||
+ | |||
+ | Overview of various encoding techniques, focusing on transforming information into symbolic representations like Morse code, fixed-length, | ||
[[Shanon-Fano method | Shannon-Fano method]] | [[Shanon-Fano method | Shannon-Fano method]] | ||
+ | |||
+ | The Shannon-Fano method is a basic data compression technique where symbols are arranged by their probability of occurrence. The goal is to assign shorter codes to more frequent symbols, optimizing data encoding efficiency | ||
[[Encoding integers]] | [[Encoding integers]] | ||
+ | |||
+ | Explains various methods for encoding integers, focusing on binary representation and how to handle both positive and negative numbers using sign-magnitude and two's complement methods. It includes practical examples, such as converting between decimal and binary systems and performing arithmetic with binary numbers. | ||
[[BCD encoding]] | [[BCD encoding]] | ||
+ | |||
+ | Representing each decimal digit (0-9) with a 4-bit binary sequence, BCD simplifies conversion between binary and decimal | ||
[[Fixed-Point Number Representation]] | [[Fixed-Point Number Representation]] | ||
+ | |||
+ | A method for encoding real numbers where the decimal point' | ||
[[Floating-Point representation]] | [[Floating-Point representation]] | ||
+ | |||
+ | Explains how real numbers are stored using the IEEE 754 standard. The number is divided into sign, exponent, and mantissa for efficient handling of large or small values. | ||
[[Parity Check]] | [[Parity Check]] | ||
+ | |||
+ | A simple error detection method used in data transmission and storage, ensuring data integrity by verifying the even or odd number of 1 bits in binary sequences. | ||
[[Error detection and correction]] | [[Error detection and correction]] | ||
- | [[Reed-Solomon | + | Techniques like Elias-style block protection and Hamming |
+ | |||
+ | [[Luhn algortithm to protect Credit card numbers|Luhn algorithm to protect Credit card numbers]] | ||
+ | |||
+ | We can use the Luhn algorithm to check if a credit card number is valid. |
tanszek/oktatas/techcomm/syntax.1728242922.txt.gz · Last modified: 2024/10/06 19:28 by knehez