lpcini.f,v
来自「这是LPC-10压缩算法的源代码,愿共享之.也希望能赐与MELP方面的算法源码.」· F,V 代码 · 共 52 行
F,V
52 行
head 1.1;access;symbols;locks; strict;comment @* @;1.1date 96.03.28.00.04.05; author jaf; state Exp;branches;next ;desc@@1.1log@Initial revision@text@******************************************************************* * $Log$* ******************************************************************* * Initialize COMMON block variables used by LPC-10 encoder and decoder,* and call initialization routines for both of them.* SUBROUTINE LPCINI () INCLUDE 'config.fh' INCLUDE 'contrl.fh' ORDER = MAXORD LFRAME = MAXFRM CORRP = .TRUE. CALL INITLPCENC () CALL INITLPCDEC ()* LISTL = 6* IF (LISTL.GE.2) THEN* OPEN(UNIT=FDEBUG, FILE='lpcdata', STATUS='unknown')* END IF RETURN END@
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?