📄 isdisttd.3
字号:
.\" Copyright (c) 1987-1990 Entropic Speech, Inc..\" Copyright (c) 1997 Entropic Research Laboratory, Inc. All rights reserved..\" @(#)isdisttd.3 1.7 18 Apr 1997 ESI/ERL.ds ]W (c) 1997 Entropic Research Laboratory, Inc..TH IS_DIST_TD 3\-ESPSsp 18 Apr 1997.SH NAMEis_dist_td \- compute the Itakura-Saito distortion between two autoregressive power spectra given time domain information..SH SYNOPSIS.ft Bdouble is_dist_td (autocorrn, autocorrn_err, codeword, codeword_err, size).brdouble *autocorrn, autocorrn_err, *codeword, codeword_err;.brint size;.PP.SH DESCRIPTION.PP.I is_dist_tdcomputes theItakura-Saito distortion between two power spectrathat are defined by.I autocorrn and .I codeword..I gnis_dist_td computes the distortion by using equation (7) in [1]in which .I autocorrn corresponds to the first spectral argument and .I codeword corresponds to the second spectral argument..I autocorrn is a set of equally spaced, time-domain autocorrelations that start with the zero lag autocorrelation,.I autocorrn_erris the linear predictive analysis squared error that is associated withthe .I autocorrnset of autocorrelations,.I codewordis the autocorrelation of autoregressive filter coefficients,and.I codeword_erris the linear predictive analysis squared error term associated withthe .I codewordset of filter coefficients..I sizeis the number of .I autocorrnand .I codewordvalues, and.I is_dist_tdreturns the computed distortion value..SH WARNINGS.PP.I is_dist_tdignores the first term (element 0) in the arrays,.I autocorrnand.I codeword.It assumes the arrays are defined from.I autocorrn[1]to.I autocorrn[size]and.I codeword[1]to.I codeword[size]..SH EXAMPLE.PP.nf/* Assume the equally spaced, time-domain autocorrelation, * \fIauto_corr\fP, is defined from element 1 to element 6 and the * autocorrelation of the autoregressive filter coefficients, * \fIcdwd\fP, is defined from element 0 to element 5 (i.e. \fIsize\fP = 6). * Also assume that the linear predictive analysis squared error * terms \fIac_err\fP and \fIcdwd_err\fP have been computed. To compute * the Itakura-Saito distortion measure between the two power spectras, * we would have to call \fIis_dist_td\fP with the following arguments: */ IS_distortion = is_dist_td(auto_corrn, ac_err, cdwd \- 1, cdwd_err, 6);.fi.SH REFERENCES[1] J. E. Shore and D. K. Burton, Discrete Utterance Speech Recognition WithoutTime Alignment," IEEE Transactions on Information Theory, Vol. IT-29, No. 4, July1983, pp 473-491.PP[2] R. M. GRAY, A. Buzo, A. H. Gray, and Y. Matsuyama, "Distortion Measures forSpeech Processing," IEEE Transactions on Acoustics, Speech, and Signal Processing,Vol. ASSP-28, No. 4, August 1980, pp 367-376.SH "SEE ALSO".nf\fIgnis_dist_td\fP(3\-ESPSsp), \fIgois_dist_td\fP(3\-ESPSsp).fi.SH AUTHORCode by A. Virdy, manual page by D. Burton
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -