Differentiate between Static Length and Variable Length Coding Scheme in Data Compression
Less than 500 views • Posted On Sept. 28, 2020
Difference between Static Length and Variable Length Coding Scheme:
Static Length Coding Scheme | Variable Length Coding Scheme |
|
|
Example of static length and variable length coding scheme
In the below table, Code 1 is a fixed-length code, and, code 2 and code 3 are variable-length codes.
xi | Code 1 | Code 2 | Code 3 |
x1 | 00 | 0 | 0 |
x2 | 01 | 1 | 10 |
x3 | 10 | 00 | 110 |
x4 | 11 | 11 | 111 |
Share this tutorial with someone who needs it
Most Popular Tutorials in Data Science
Most Popular Tutorials on Asquero
What are your thoughts?