postfilt.h

来自「MELPe 1200 bps, fixed point」· C头文件 代码 · 共 28 行

H
28
字号
/* ================================================================== */
/*                                                                    */ 
/*    Microsoft Speech coder     ANSI-C Source Code                   */
/*    SC1200 1200 bps speech coder                                    */
/*    Fixed Point Implementation      Version 7.0                     */
/*    Copyright (C) 2000, Microsoft Corp.                             */
/*    All rights reserved.                                            */
/*                                                                    */ 
/* ================================================================== */

/*------------------------------------------------------------------*/
/*																	*/
/* File:		"postfilt.h"										*/
/*																	*/
/* Description: 	header filt for postfilter and postprocessing	*/
/*																	*/
/*------------------------------------------------------------------*/

#ifndef _POSTFILT_H_
#define _POSTFILT_H_


/* ========== Prototypes ========== */
void	postfilt(Shortword syn[], Shortword prev_lsf[], Shortword cur_lsf[]);


#endif

⌨️ 快捷键说明

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