man.diff

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

DIFF
152
字号
.\" Copyright (c) 1990 Entropic Speech, Inc.; All rights reserved.\" @(#)ils_esps.1	3.2 2/8/90 ESI.TH ILS_ESPS 1\-ESPS 2/8/90.ds ]W "\fI\s+4\ze\h'0.05'e\s-4\v'-0.4m'\fP\(*p\v'0.4m'\ Entropic Speech, Inc..SH NAMEils_esps \- convert an ILS sampled data file to an ESPS sampled data file..SH SYNOPSIS.B ils_esps[.BI \-x " debug_level"][.BI \-p " range"][.BI \-r " range"][.BI \-g " scale"][.BI \-h " size"][.BI \-d " type"][.BI \-q " equip"].I in_file out_file.SH DESCRIPTION.PPThe program.I ils_espstakes the ILS sampled data file.I in_fileand produces the ESPS  sampled data file.I out_file (FEA_SD).The data is scaled by the factor .I scaleand printed to the output file in the data format specified by.I type.If.I in_fileis "\-" then the standard input is read.  If.I out_fileis "\-" or left off, the program writes to standard output..PPPrior to any processing, the program checks the ILS file type codeto determine whether the file was produced on another machine thatrequires byte swapping.The byte swapping is performed on the file during processing ifnecessary.If the appropriate file type code is not producedby swapping the type code in the ILS header, an error message is printed to.I stderrand the program exits.\fIIls_esps\fR assumes that the header data is written in long (32 bit) format and that the data is written in short (16 bit) format..SH OPTIONSThe following options are supported:.TP.BI \-x " debug_level"A value of 0 (the default value) will cause.I ils_espsto do its work silently, unless there is an error.A nonzero value will cause various parameters to be printed outduring program initialization..br.TP.BI \-r " range".BI \-p " range"Selects a subrange of points to be converted, where the start and endpoints are defined with respect to the original input ILS file.The range is specified using the format .I start\-endor.IR start:end .Either .I startor .I endmay be omitted, in which case the omitted parameter defaults respectivelyto the start or end of the input ILS file.  The form .I start:+numberand.I start-+numberare supported also. They are both equivalent to.I start:start + number.If the range runs past the end of the file, the program printsan error message to the standard error and exits.\fBp\fP and \fBr\fP are synonyms..TP.BI \-g " scale"The integers in the ILS file are multiplied by.I scalebefore printing to the output file.The default value for .I scaleis 1.0..br.TP.BI \-h " size" " \fR[128]\fP"Specifies the number of items (longs) in the ILS header..br.TP.BI \-d " type"The data is printed to the ESPS sampled data file in.I typeformat.  Choices for .I typeare 'd' for doubles, 'f' for floats, 'l' for longs, and 's' for shorts.The default for .I typeis 'f'..br.TP.BI \-q " equip"The specified equipment code is entered in the header of the output file.Choices for the character string.I equipare "ef12m", "ad12f", "dsc", "lpa11", and "none".  The default for.I equipis "dsc"..SH ESPS PARAMETERSThe parameter file is not accessed..SH ESPS COMMONThe Common file is not accessed..SH ESPS HEADERA new header is created for the output file.The program stores the source file name in the ESPS headerbut does not store a source file header.Other appropriate header items such as.I src_sf,.I sf,and.I equipare also stored in the ESPS header..SH WARNINGSMu law compressed data is not handled by this program.ILS files with 16 bit header items are not handled by thisprogram..SH BUGS.PPNone known..SH AUTHORBrian Sublett; modified for ESPS by David Burton.

⌨️ 快捷键说明

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