📄 txrx.h
字号:
/* Proceed channel encoding and modulation:
* SourceCode[] is the source coded data, SrcVector symbols in length;
* FinalData[] is the output data;
*/
WordType Transmit(short SourceCode[], float FinalData[]);
/* Proceed channel decoding and demodulation:
* RecData[] is the received data, more than (SymbolSize * SymPerFrame) in length;
* ChanCodeData[] is the output RS decoded data;
*/
WordType Receive(short RecData[], short ChanCodeData[]);
/* Find the starting point per integrate OFDM frame:
* SignalIn[] is the processed signal;
* FirstFrame indicates the frame is the first one or not;
*/
WordType FindFrame(short SignalIn[], WordType FirstFrame);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -