rel5.0.me

来自「speech signal process tools」· ME 代码 · 共 373 行 · 第 1/2 页

ME
373
字号
fixed problem that \fIfea_edit\fR had with filescontaining CHAR generic header items..ip \fIfeafunc\fRan additional function \fIexp10\fR(ten-to-the-power, inverse of \fIlog10\fR) has been added..ip \fIfeafunc\fRminor changes were made to specify explicitly thevalue returned byconvention by LOG for zero arg.  This was done for the benefit of the newfunction \fIarr_op\fR, which uses the LOG case of arr_func in computing powers..ip \fIfilter\fRthis program has been removed and replaced by \fIfilter2\fR, which wasintroduced in the previous ESPS release.   \fIFilter\fR has beenremoved (it is unstable) and the name \fIfilter\fR is now linked to\fIfilter2\fR..ip \fIfind_ep\fRbugs fixed: (1) the filename in the common file was not updated if the \fB-w\fR option was in effect;(2) one of the debugging messages produced with the \fB-x\fR option showedgarbage for the output file name;(3) if the \fB-n\fR option was used with no filename in common, the programwould produce a core dump, rather than an error message, beforeexiting.The 150 ms lower limit on "silence_req", the argument of the \fB-s\fRoption, is no longer enforced; it is just stated as a recommend lowerlimit in the manual entry.A missing \fB-b\fR option was added to the Synopsis in the manual entry..ip \fIimage\fRa bug in the \fIimage\fR program was fixed that caused coredumps when adebug level of 2 or higher was specified with the \fB-x\fR option..ip \fImbuttons\fRIf \fB-c\fR is specified, a set of exclusive panel choice buttons is usedfor each olwm submenu instead of a menu button with a pull-down menu.By default the choice buttons are laid out vertically.  If \fB-h\fR isused, they are laid out horizontally..ip \fImbuttons\fRadded \fB-Q\fR option to allow arbitrary label forquit button; added \fB-l\fR option to allow command for execution onexit via quit button..ip \fImu2esps\fRthis program can now handle SUNOS 4.1 audio fileheaders..ip \fIplot3d\fRTwo \fIplot3d\fR bugs were fixed:  moving the box with themouse with nodata loaded could cause a core dump; sometimes the 3d cursors weredrawn in the wrong relation to the mouse position.   Major improvementis that hardcopy output of the plot is now possible, in eitherPostScript or PCL.   A print setup panel is available for selectingoutput type, scaling, and output device..ip \fIplotfield\fRA bug was fixed in the plotfield script thatcaused incorrect processingof command-line arguments when the text argument of the -t optioncontained blanks..ip \fIsfconvert\fRchanged the default value of \fIsfwin_len\fR inthe default parameter file to a more reasonable value of .01 (seconds)..ip \fIsgram\fRreversed the sense of the \fB-z\fR option so thatwarnings about zero power in frames are off by default..ip \fIsplay\fRa bug was fixed with caused the \fB-a\fR to have noeffect unless the \fB-b\fR option was used also.  And if \fB-a\fR and\fB-b\fR are both used, the \fB-b\fR option has no effect..ip \fIsrecord\fRmodified to require an output file, or \- to specifystandard output..ip \fItofspec\fRThe tofspec program can now produce FEA_SPEC filesin "ARB_FIXED" format---frequency values are not necessarily uniformly spaced and are given by an explicit list in the header.  The frequencies may be specified by a command-line option or a parameter-file entry..ip \fIvqasc\fRmemory leak fixed..ip \fIvqdesasc\fRadded \fB-l\fR option as was added to \fIvqasc\fRin version 4.2.   This option is to allow specification of input linelength to override compiled in default..ip \fIwmse_filt\fRa FIR design program by minimum mean square error criteria,no longer prompts user for design parameters.  It now supportsstandard ESPS parameter file processing, which can be used with\fIxeparam\fR(1-ESPS), and \fIeparam(1-ESPS)\fR..ip \fIxfft\fR\fIxfft\fR was changed to permit a \fB-c\fR option; a new parameterfile \fIPWfftc\fR was created to facilitate taking fft-spectrograms ofcomplex sampled data..sh 1 "NEW AND CHANGED LIBRARY FUNCTIONS".ip \fIarr_func\fRmodified to handle additional function,\fIexp10\fR, inverse of \fIlog10\fR.  Use by \fIfeafunc\fR program..ip \fIarr_op\fRThis a new library function for performingelement-by-element arithmetic operations on arrays of any of the ESPSnumeric types.  The currently supported operations are addition,subtraction, multiplication, division, forming a complex number fromits real and imaginary parts, and raising a given number to a givenpower..ip \fIexv_bbox\fRexv_bbox was extended to support exclusivepanel_choice buttons for submenus instead of menu buttons with pull-down menus.There are two new items in the parameter structure (typedef bbox_par):.nf  int button_choice;            /* if true, show submenus as panel choice                                   items instead of button menus */  int choice_horizontal;        /* if true, panel choice items are                                   displayed horizontally */.fi.ip \fIexv_bbox\fR added the following parameters for allowing the user to putan arbitrary label on the QUIT button and to execute anarbitrary function when it is pressed.nf          char *quit_label;     /* if non-NULL, name for QUIT button */          char *quit_data;      /* QUIT button data string */          void (*quit_data_proc)(); /* execution function for QUIT data data */.fithese changes are needed in order to support analogouschanges to fbuttons and mbuttons.ip \fIget_genhd_coded\fRA bug was fixed in the library function\fIget_genhd_coded\fR foritems with more than one element, the returned value consisted ofrepetitions of the first element..ip \fImatinv\fR a bug in the determinant functions, \fIdeterm\fR and\fIdeterm_d\fR wasfixed: they would allocate memory and not free it before returning.The problem was apparent in the operation of the \fIclassify\fR program,which would fail with a memory allocation failure after classifyingsome number of records (a number depending on the number of classesand the number of features used for classification)..ip \fIread_header\fRa bug was fixed that could cause a program tofail when reading a FEA_SPEC file with frequency format ARB_FIXED by unnecessarily demanding the presence of a \fIsf\fR generic header item.\fIread_header\fR was also modified to handle version 1.7a of Sphereheaders..ip \fIwaves_show_sd\fRthis new library function allows user todisplay an array of data bya simple call and have the result displayed in an xwaves window ifxwaves is running in server mode..sh 1 "THE PUB DIRECTORY" .lpThe directory $ESPS_BASE/pub contains full-source copies of certain relevant and useful public domain programs. You are free to use them and pass them on in any manner consistent with restrictions stated by their authors.  This release contains these programs:.ip \fIghostscript\fRThis is a GNU implementation of PostScript.   It can be used to display PostScript files on the screen for certain PostScript translations.  We have included it to make the script \fIps2epsi\fR available.  This script (which uses \fIghostscript\fR will take the PostScript file from the new printoption on \fIxwaves\fR and \fIplot3d\fR and generate a new file including apreview image.  This allows a low resolution image of the PostScript file tobe shown on the screen when the file is imported into programs such as FrameMaker.    .ip \fItpipe\fPThis is a utility that splits a \fIunix\fP pipeline into twopipelines.  Stated differently, the output of one pipe can provide theintput to two others.  \fItpipe\fP was written by David B. Rosen ofBoston University..ip \fIxgrabsc\fPA utility that allows you to grab arbitrary portions of the screen and output them in Postscript or many other formats.\fIxgrabsc\fP was written by Bruce Schuchardt.  .ip \fItek2ps\fRWritten by Michael Fischbein, this program converts tektronix graphicscodes into Postscript.  This is used by some of our plotting programs..ip \fIshellforms\fPThis is a utility to build and edit forms.  It was written byPaul Lew..ip \fIghostscript\fRThis is a GNU implementation of PostScript.  It is included here because it includes a script that can process a PostScript file as output by the new print graphics feature of ESPS and \fIxwaves\fR and add a preview image.  Thisscript is \fIps2epsi\fR.   The particular version of this script in our bindirectory has been modified to refer the the \fIghostscript\fR libraryin our pub directory.   If you desire to use the general features of \fIghostscript\fR, you will have to install it from the source.  .sh 1 "KNOWN PROBLEMS"

⌨️ 快捷键说明

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