getdct.3

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

3
57
字号
.\" Copyright (c) 1987-1990 Entropic Speech, Inc..\" Copyright (c) 1997 Entropic Research Laboratory, Inc. All rights reserved..\" @(#)getdct.3	1.3 18 Apr 1997 ESI/ERL.ds ]W (c) 1997 Entropic Research Laboratory, Inc..TH GET_DCT 3\-ESPSsp 18 Apr 1997.SH NAMEget_dct \- Compute the forward or inverse discrete cosine transform of adata sequence..SH SYNOPSIS.ft Bget_dct ( data_in, data_out, size ).brfloat	data_in[], data_out[];.brint	size;.SH DESCRIPTIONThis routine computes the forward or inverse discrete cosine transform of asequence of data, using matrix multiplication. The input data are suppliedthrough the array.B data_in.The transform size is specified by.B size.Positive and negative values are used to indicate the forward and inverseoperations, respectively.The output data are returned in the array.B data_out.The maximum transform size is 256. If the size is 0, or is greater than 256,no operations are performed and the routine aborts with an assertion failure.If the size is 1,.B data_in[0]is copied to.B data_out[0]..SH BUGSNone known..SH SEE ALSO.nf\fIget_fft\fP(3-ESPSsp)..fi.SH COMMENTSThis routine is intended for use with transform sizes which are not powersof 2. In cases where the transform size is a power of 2, the well knownapproach based on the double-size discrete Fourier transform is far moreefficient.Because matrix multiplication is used, the computational time may be quitesignificant for large transforms..SH FUTURE CHANGESNone anticipated..SH REFERENCES[1] Elliott, D. F., and Rao, K. R.,.IFAST TRANSFORMS: Algorithms, Analyses, Applications,Academic Press, Inc., Orlando, FL, 1982, p. 387..SH AUTHORJim Elliott

⌨️ 快捷键说明

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