📄 autopefrc.3
字号:
.\" Copyright (c) 1987 Entropic Speech, Inc.; All rights reserved./" @(#)autopefrc.3 1.5 06 May 1997 ESI.TH AUTO_PEF_RC 3\-ESPSsp 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 NAMEauto_pefrc \- convert autocorrelations to prediction error filter andreflection coefficients.PPpef_autorc \- convert prediction error filter coefficients toautocorrelations and reflection coefficients.PPrc_autopef \- convert reflection coefficients to autocorrelations andprediction error filter coefficients.SH SYNOPSIS.ft Bint .brauto_pefrc (order, auto, pef, rc).brint order;.br double *pef, *auto, *rc;.sp.brint .brpef_autorc (order, pef, auto, rc).brint order;.br double *pef, *auto, *rc;.sp.brint .brrc_autopef (order, rc, auto, pef).brint order;.br double *pef, *auto, *rc;.SH DESCRIPTION.PPEach function transforms a set of coefficients thatcontain spectral information (either autocorrelations, prediction error filter coefficients, orreflection coefficients) into the other two coefficient sets..PP.I auto_pefrc transforms .I order + 1 autocorrelations intothe mean square residual (stored in .I pef[0]and \fIrc[0]\fR)and.I orderprediction error filter (\fIpef\fR)coefficients and .I order reflection coefficients (\fIrc\fR).The prediction error filter coefficients and the reflection coefficientsare stored in the 1st through .I order positions of.I pef[]and .I rc[],respectively..PP.I pef_autorctransforms the mean square residual (stored in \fIpef[0]\fR)and .I order prediction error filter coefficientsinto .I order + 1 autocorrelations (stored in positions 0 through \fIorder\fR)and .I orderreflection coefficients (storedin position 1 through\fIorder\fR)..PP.I rc_autopeftransforms the mean square residual(stored in \fIrc[0]\fR) and.I order reflection coefficientsinto.I order+ 1 autocorrelations (stored in positions 0 through\fIorder\fR) and \fIorder\fRprediction error filter coefficients(stored in positions 1 through\fIorder\fR)..SH DIAGNOSTICS.PPAll functions return 0 if no problemis discovered in the input data or in the parameter transformation.If the mean square residual <=0, then \-1 is returned;if any reflection coefficient >= 1., thenthe index of the invalid coefficient is returned..SH SEE ALSOrefl_to_filter(3-ESPSsp), get_atal(3-ESPSsp), refl_to_auto(3-ESPSsp).SH WARNINGSRemember, the calling routine must allocate memory for .I order+ 1 elements for each of the three pointers.I *auto, *pef, and.I *rc..SH AUTHORCode by John P. Burg; ESPS modification by David Burton;manual page by David Burton.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -