createfiles

来自「speech signal process tools」· 代码 · 共 57 行

TXT
57
字号
#! /bin/sh# This material contains unpublished, proprietary software of# Entropic Research Laboratory, Inc. Any reproduction, distribution,# or publication of this work must be authorized in writing by Entropic# Research Laboratory, Inc., and must bear the notice:##    "Copyright (c) 1986-1990  Entropic Speech, Inc.#    "Copyright (c) 1990-1991  Entropic Research Laboratory, Inc.#                   All rights reserved"## The copyright notice above does not evidence any actual or intended# publication of this source code.## @(#)createfiles	1.6   11/26/96     ESI/ERL## Written by:# Checked by:# Revised by: David Burton## Brief description:  This script creates files that are needed for the # lpcdemo and various makeplots demos#USE_ESPS_COMMON=offexport USE_ESPS_COMMONESPS_VERBOSE=0export ESPS_VERBOSEif test `mach_type` = CONVEX -o `mach_type` = SONY_RISC -o `mach_type` = SONY_68K then  echo This script will fail if you do not have write permission on this directory. else  if test ! -w .     then	echo "You do not have write permission in this directory."	exit 1  fifiecho Check out a licenseecheckoutecho " "# Turn off parameter warningtouch params# Create reflection coefficient fileecho "Processing speech.sd to make speech.rc."echo "   %refcof -p1:15000 -l 100 -S 50 -w hanning -m mburg -o 10 speech.sd speech.rc"refcof -p1:15000 -l 100 -S 50 -w hanning -m mburg -o 10 speech.sd speech.rc 2> /dev/null# Create LSF fileecho " "echo "Converting reflection coefficients (RC) to line spectral frequencies (LSF)"echo "   %spectrans -m lsf speech.rc speech.lsf"spectrans -m lsf speech.rc speech.lsf

⌨️ 快捷键说明

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