readme.txt
来自「rll(run length limited) code for channel」· 文本 代码 · 共 7 行
TXT
7 行
This is a small collection of files is a very rudimentary run-length limited encoder and decoder that can implement a (d,inf) code for any d. When using the encoder and decoder, first run RLLnd to generate the codebook. 'n' is the number of bits in the codewords and 'd' is the minimum number of zeros between ones.
I make no claims to it's accuracy, complexity, or general usefulness, but it's worked for me, so far.
The files also require the m-files de2bi and bi2de which I found in the copyrighted communications toolbox, and can therefore not provide.
Bill Higley
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?