stsolv.3

来自「speech signal process tools」· 3 代码 · 共 62 行

3
62
字号
.\" Copyright (c) 1988 Entropic Speech, Inc. All rights reserved..\" @(#)stsolv.3	1.1	20 Jun 1988	ESI.TH STSOLV 3\-ESPSsp 20 Jun 1988.ds ]W "\fI\s+4\ze\h'0.05'e\s-4\v'-0.4m'\fP\(*p\v'0.4m'\ Entropic Speech, Inc..SH NAMEstsolv \- solve a real symmetric Toeplitz system of linear equations by Levinson's method..SH SYNOPSIS.ft B.nfintstsolv(r, v, order, w)double  *r, *v;int	order;double  *w;.fi.ft.SH DESCRIPTION.PPThis function solves the system of equations.PP.I Rw = v.PPwhere  R  is a Toeplitz matrix with coefficients given by.PP.I R\d\s-3ij\s+3\u = r\d\s-3|i\-j|\s+3\u.PPThe input vectors.I rand.I vand the output vector.I ware oflength.I order+ 1with indices running from 0 to.I order.In the intended applications,.I Ris an autocorrelation matrix;it should be positive definite.Levinson's method is used \-reflection coefficients are computed as intermediate results,and the computation halts if a reflecton coefficient withmagnitude 1 or greater is computed.In that case.I wwill be the solution of a system of smaller order,indicated by the return value of the function.The return value upon normal completion is equal to.I order,and \-1 indicates that.IR r [0]equals 0..SH BUGSNone known..SH "SEE ALSO"toep_solv(1\-ESPS), auto(1\-ESPS), cross_cor(1\-ESPS).SH AUTHORRodney Johnson

⌨️ 快捷键说明

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