lör 2023-12-30 klockan 12:44 +1100 skrev glen english LIST:
> It's an interesting idea. For real time work, taking it to the
> extreme, 
> putting a bit of latency in there-
> 
> the encoder and decoder pair, could over time , generate shortcut
> tokens 
> / lookup  for whole words
> 
> IE encoder continuously stores the encoded words. (it doesnt know the
> word, only  the sequence ) and puts marker tags on them, and
> transmits 
> the marker tag with the encoded sequence....
> 
> at the other end, the decoder continously stores the sequences and
> the 
> associated tag.
> 
> WHen the encoder finds a fitting sequence that's already been encoded
> and a close fit to work already down,  it only sends the token tag to
> the decoder to look up and reproduce.
> 
> IE a form of dynamic lookup table. There must be a name for doing
> this 
> in computer science ???

This is more or less how Lempel-Ziv works

/Tomas


_______________________________________________
Freetel-codec2 mailing list
Freetel-codec2@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freetel-codec2

Reply via email to