?? btcdecode.h
字號:
#ifndef BTCDECODE_H
#define BTCDECODE_H
/*
*********************************************************************************
* INCLUDE FILES
*********************************************************************************
*/
#include "..\..\GlobalDef.h"
#include "..\..\GlobalVar.h"
/*
*********************************************************************************
* NAME: BTCdecode
* PURPOSE: decoding BTC with concatenation of slots.
*
* Input: data_in[]: the received data for decoding.
* nslot: the slot number for the encoded and modulated data.
* rep: the repetition factor.
* fec: the struct for the FEC type.
*
* Output: data_out[]: the data output.
*
* AUTHOR: Zhang Tao 2007-02-13
*
*********************************************************************************
*/
void BTCdecode(double data_in[],int nslot,int rep,FEC_TYPE fec,int data_out[]);
#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -