?? 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 + -