readme

来自「软件无线电的平台」· 代码 · 共 17 行

TXT
17
字号
split-----This module takes a complex input-stream and creates two output-streams,one for the odd symbols, the other for the even symbols:                         +-- 1 3 5 ... -> out 0in: 0 1 2 3 4 5 ... -> --+                         +-- 0 2 4 ... -> out 1Inputs:	SYMBOL_COMPLEXoutputs:	SYMBOL_COMPLEX

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?