turboencoder.h

来自「信道编解码中的turbo编解码程序」· C头文件 代码 · 共 33 行

H
33
字号
#ifndef TURBOENCODER_H
#define TURBOENCODER_H


/*
*******************************************************************************
* ansi c source code
* file name:
*	TurboEncoder.h
* abstract:
*	declare the functions defined in the file TurboEncoder.c
* reference:
*	TurboEncoder.c
* author:
*	Wang Jiaheng	2004-12-12
* revision history:
*	Wang Jiaheng	2004-12-12	original version
*	Wang Jiaheng    2005-02-04	revised version
*******************************************************************************
*/


/*
********************************************************************************
* 		                    function declaration
********************************************************************************
*/
extern int SetTurboEncoder(int packet_size);
extern int RunTurboEncoder(int bit_in[], int len_in, int encode_rate, int bit_out[], int *p_len_out);


#endif

⌨️ 快捷键说明

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