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

📄 covertype.3

📁 speech signal process tools
💻 3
字号:
.\" Copyright (c) 1989 Entropic Speech, Inc.; All rights reserved.\" @(#)covertype.3	1.2 1.2 ESI.TH COVERTYPE 3\-ESPSu 30 Apr 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 NAMEcover_type \- returns data type that can contain any data from two input types.SH SYNOPSIS.nf.ft B#include <esps/esps.h>shortcover_type(t1, t2)short t1, t2;.ft.fi.SH DESCRIPTION.PPFor arguments \fIt1\fP and \fIt2\fP with values among the standard ESPSFEA data types (DOUBLE, FLOAT, LONG, SHORT, BYTE, DOUBLE_CPLX,FLOAT_CPLX, LONG_CPLX, SHORT_CPLX, BYTE_CPLX), \fIcover_type\fPreturns the data type that "covers" the input types, in the sense thatall values of the input types can be stored in the output type.  .PPIf either of the input types is complex, the output type is alsocomplex; otherwise the output type is non-complex.  The underlyingoutput type (the type of real and imaginary parts for complex types;the type itself for non-complex types) is the first item in the list(DOUBLE, FLOAT, LONG, SHORT, BYTE) that matches the underlying type ofeither \fIt1\fP or \fIt2\fP..PPAssertion errors result if either \fIt1\fP or \fIt2\fP is not a valid ESPS type.  .SH BUGSNone known..SH "SEE ALSO"\fItype_convert\fP (3\-\s-1ESPS\s+1), FEA (5\-\s-1ESPS\s+1).SH AUTHORManual page and program by John Shore. 

⌨️ 快捷键说明

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