turbodecoder.h
来自「信道编解码中的turbo编解码程序」· C头文件 代码 · 共 33 行
H
33 行
#ifndef TURBODECODER_H
#define TURBODECODER_H
/*
*******************************************************************************
* ansi c source code
* file name:
* TurboDecoder.h
* abstract:
* declare the functions defined in the file TurboDecoder.c
* reference:
* TurboDecoder.c
* author:
* Wang Jiaheng 2004-12-12
* revision history:
* Wang Jiaheng 2004-12-12 original version
* Wang Jiaheng 2005-02-04 revised version
* Wang Jiaheng 2005-02-11 revised version
*******************************************************************************
*/
/*
********************************************************************************
* function declaration
********************************************************************************
*/
extern int RunTurboDecoder(double sym_in[], int len_in, int encode_rate, int iterate_num, int bit_out[], int *p_len_out);
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?