📄 prepro.f,v
字号:
head 1.3;access;symbols;locks; strict;comment @* @;1.3date 96.03.14.23.22.56; author jaf; state Exp;branches;next 1.2;1.2date 96.03.14.23.09.27; author jaf; state Exp;branches;next 1.1;1.1date 96.02.07.14.48.54; author jaf; state Exp;branches;next ;desc@@1.3log@Added comments about when INITPREPRO should be used.@text@************************************************************************ PREPRO Version 48** $Log: prepro.f,v $* Revision 1.2 1996/03/14 23:09:27 jaf* Added an entry named INITPREPRO that initializes the local state of* this subroutine, and those it calls (if any).** Revision 1.1 1996/02/07 14:48:54 jaf* Initial revision************************************************************************** Pre-process input speech:** Inputs:* LENGTH - Number of SPEECH samples* Input/Output:* SPEECH(LENGTH) - Speech data.* Indices 1 through LENGTH are read and modified.* * This subroutine has no local state maintained from one call to the* next, but HP100 does. If you want to switch to using a new audio* stream for this filter, or reinitialize its state for any other* reason, call the ENTRY INITPREPRO.* SUBROUTINE PREPRO( SPEECH, LENGTH )* Arguments INTEGER LENGTH REAL SPEECH(LENGTH)* High Pass Filter at 100 Hz CALL HP100( SPEECH, 1, LENGTH ) RETURN ENTRY INITPREPRO () CALL INITHP100() RETURN END@1.2log@Added an entry named INITPREPRO that initializes the local state ofthis subroutine, and those it calls (if any).@text@d6 4d23 5@1.1log@Initial revision@text@d5 4a8 1* $Log$d16 3a18 2* In/Outputs:* SPEECH - Speechd21 3d30 7@
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -