gr_scrambler_bb

gr_make_scrambler_bb(int mask, int seed, int len)

Detailed Description
Scramble an input stream using an LFSR. This block works on the LSB only of the input data stream, i.e., on an "unpacked binary" stream, and produces the same format on its output.
線形帰還シフトレジスタによるスクランブルを行う。
このブロックは入力ストリームのLSBのみに対して動作する。
つまり、アンパックなビットストリームに対して行うものである。
さらに、同じフォーマットで出力する。

gr_make_descrambler_bb(int mask, int seed, int len)

Detailed Description
Descramble an input stream using an LFSR. This block works on the LSB only of the input data stream, i.e., on an "unpacked binary" stream, and produces the same format on its output.
スクランブラと同じようにデスクランブルする。

Parameters:
mask 	Polynomial mask for LFSR
seed 	Initial shift register contents
len 	Shift register length 

最終更新:2011年05月24日 17:25