getarspect.3

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

3
41
字号
.\" Copyright (c) 1987 Entropic Speech, Inc.; All rights reserved.\" @(#)getarspect.3	1.4 20 Oct 1987 ESI.TH GET_ARSPECT 3\-ESPSsp 20 Oct 1987.ds ]W "Entropic Speech, Inc..SH NAMEget_arspect \- compute lpc spectra from lpc filter coefficients.SH SYNOPSIS.ft Bget_arspect (c, order, res_power, samp_freq, y).brint     order, samp_freq;.brfloat   c[], res_power, y[];.SH DESCRIPTIONThis routine computes the lpc power spectra from the lpc filter coefficientsand the residual power.Input to this routine are .Borderlpc filter coefficients.Bc[1]to.Bc[order],the residual power.Bres_powerand sampling frequency.Bsamp_freq.A 1024-point fft is used to obtain the lpc power spectra at 1024 pointson the unit circle..SH BUGSNone.SH SEE ALSOget_fft (3-ESPSsp)..SH AUTHORShankar Narayan

⌨️ 快捷键说明

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