Content deleted Content added
m Dating maintenance tags: {{Context}} |
No edit summary |
||
(9 intermediate revisions by 9 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
Recursive indexing with a 2
==Encoding==
To encode a number ''N'', keep reducing the maximum element of this set (''S''<sub>max</sub>) from ''N'' and output ''S''max for each such difference, stopping when the number lies in the half closed half open
range [
=== 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 Kaufmann]].
[[Category:Coding theory]]
|