Content deleted Content added
No edit summary |
No edit summary |
||
(14 intermediate revisions by 14 users not shown) | |||
Line 1:
{{
'''Recursive indexing''' is an [[algorithm]] used to represent large numeric values using members of a relatively small [[Set (mathematics)|set]].
Recursive indexing writes the successive differences of the number after extracting the maximum value of the alphabet set from the number, and continuing recursively till the difference falls in the range of the set.
Recursive
==Encoding==
To encode a number ''N'', keep reducing the maximum element of this set (
range [0 – ''S''<sub>max</sub>).
=== Example ===
Let
According to this method,
==Decoding==
Compute the sum of the index values.
=== Example ===
==Uses==
This technique is most commonly used in [[
==References==
* Khalid Sayood, Introduction to Data Compression 3rd ed, [[Morgan
[[Category:Coding theory]]
[[Category:Data compression]]
|