⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 feadecode.3

📁 speech signal process tools
💻 3
字号:
.\" Copyright (c) 1987 Entropic Speech, Inc.; All rights reserved.\" @(#)feadecode.3	1.5 06 May 1997 ESI.TH FEA_DECODE 3\-ESPSu 06 May 1997.ds ]W "\fI\s+4\ze\h'0.05'e\s-4\v'-0.4m'\fP\(*p\v'0.4m'\ Entropic Speech, Inc..SH NAMEfea_decode \- get string corresponding to code for coded field in ESPSFEA file.SH SYNOPSIS.nf.ft B#include <esps/esps.h>#include <esps/fea.h>char *fea_decode(code, name, hd)short code;char *name;struct header *hd;.ft.fi.SH DESCRIPTION.PP.I Fea_decodereturns a pointer to a character string corresponding to value\fIcode\fR in the value space of Feature file field \fIname\fR in thefile pointed to by \fIhd\fR..PPThe returned value is a character pointer to the CODED value string inthe header \fIhd\fR.    Bad things could happen the area pointed to ismodified..PPNULL is returned if \fIcode\fR is out of the range of the values for\fIname\fR or if \fIname\fR is not a valid CODED field in this file..SH EXAMPLE.PPAssume field name \fIzeta\fR was created as a field of type coded withpossible values "ZA", "ZB", and "ZC" in ESPS feature file \fIhd\fR.   "ZA" corresponds to a value of0, "ZB" corresponds to a value of 1, and "ZC" corresponds to a value of2.    Calling:.PP.nfchar *s;s = fea_decode(2, "zeta", hd);.fi.PPwill return a pointer to "ZC"..SH "SEE ALSO".PP.nfallo_fea_rec(3\-ESPSu), add_fea_fld(3\-ESPSu), get_fea_deriv(3\-ESPSu),get_fea_ptr(3\-ESPSu), fea_encode(3\-ESPSu), set_fea_deriv(3\-ESPSu),FEA(5\-ESPS).fi

⌨️ 快捷键说明

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