man.diff
来自「speech signal process tools」· DIFF 代码 · 共 124 行
DIFF
124 行
.\" Copyright (c) 1987 Entropic Speech, Inc.; All rights reserved.\" @(#)atofilt.1 3.7 4/2/97 ESI.TH ATOFILT 1\-ESPS 4/2/97.ds ]W "\fI\s+4\ze\h'0.05'e\s-4\v'-0.4m'\fP\(*p\v'0.4m'\ Entropic Speech, Inc..SH NAMEatofilt \- create filter by converting ascii files to an ESPS FEAFILT file..SH SYNOPSIS.B atofilt[.BI \-x " debug_level"][.BI \-c " comment"].I num_file[.I den_file].I feafilt_file.SH DESCRIPTION.PPThe program.I atofiltreads numerator filter coefficients from the file.I num_fileand (optionally) denominator coefficients from the file.I den_fileand prints them to the output FEAFILT file.I feafilt_file.Both input files are in ascii format.The .I num_fileand the.I den_filemay be the same file, in which case the numerator coefficients should appear first.In both.I num_fileand.I den_filethe first number should be an integer which tells how many filter coefficients are in thefile. The filter coefficients follow. Data can be separated by any combination of spaces and newlinecharacters..PPThe program prompts the user for comments to be added to the comment field of.I feafilt_fileunless the \-c option is used or unless any coefficients are being read from thestandard input. The user should type in his comments and terminatethem with a ^D on a line by itself. In either case the user added comment is limited to 2047characters. In addition to any user specified comments, the program automaticallyspecifies the source of the numerator and (if appropriate) the denominator coefficientsin the comment field..PPIf.I feafilt_fileis "\-", the output goes to the standard output. If.I num_fileis "\-", the numerator coefficients are read from standard input. If.I den_fileis "\-", the denominator coefficients are read from standard input also..SH OPTIONSThe following options are supported:.TP.BI \-x " debug_level"A value of 0 (the default value) will cause.I atofiltto 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 \-c " comment"The character string.I commentis added to the comment field of the output file header. If this option is not used,the program prompts the user for a comment string, which he should terminate witha ^D. .SH ESPS PARAMETERSThe parameter file is not accessed..SH ESPS COMMONThe Common file is not used..SH ESPS HEADERA new header is created for the output FEAFILT file.The program fills in appropriate values in the common part of the header.The generic header items .I max_numand.I max_denom.are set to the number of items in .I num_fileand .I denom_file,respectively;.I define_pz and.I complex_filterare set to NO; .I type is set to FILT_ARB and.I methodis set to PZ_PLACE. All other items take their null values.The program enters the names of the input coefficient files in the comment field ofthe header..PPA new command line option will be added that allows specification of the\fIdelay_samples\fP generic header item value. This should contain the delayin samples of the input signal that results from using the filter. For now,\fIaddgen\fP (1\-\s-1ESPS\s+1) can be used to add this item..SH DIAGNOSTICSThe program prints a warning to the standard error output if the total commentfield of the output file exceeds MAX_STRING..SH SEE ALSO.nfnotch_filt(1\-ESPS), wmse_filt(1\-ESPS), iir_filt(1\-ESPS), fea2filt(1\-ESPS), filter (1-ESPS), init_feafilt_hd(3\-ESPSu), allo_feafilt_rec(3\-ESPSu), get_feafilt_rec(3\-ESPSu), put_feafilt_rec(3\-ESPSu), ESPS(5\-ESPS), FEA(5\-ESPS), FEA_FILT(5\-ESPS).fi.SH AUTHORBrian Sublett. Modified for ESPS 3.0 by David Burton. Modified toproduce FEAFILT files by Bill Byrne.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?