文件名称:li_0101
介绍说明--下载内容来自于网络,使用问题请自行百度
/*DCT和IDCT快速变换的C语言实现
仿效FFT的FDCT方法有与DCT无关的复数运算部分,选用代数分解法可以降低运
算量,达到高速运算的目的。代数分解法实现如下:对一维DCT表达式直接展开,
寻找各点表达式中共同项,仿FFT蝶形关系,将表达式中的共同项作为下一级节
点,依次进行多次,最后得到变换结果。*/-/ * DCT and IDCT rapid transformation of C language FFT follow the diagram method with DC T unrelated to the complex computing, use algebraic decomposition method can reduce the amount of computation and high-speed computing to achieve the purpose. Algebra factorization method is as follows : one-dimensional DCT direct expression start to find points of common expression, imitation FFT butterfly, expression of the common items as under a node, followed by a number, finally transform results. * /
仿效FFT的FDCT方法有与DCT无关的复数运算部分,选用代数分解法可以降低运
算量,达到高速运算的目的。代数分解法实现如下:对一维DCT表达式直接展开,
寻找各点表达式中共同项,仿FFT蝶形关系,将表达式中的共同项作为下一级节
点,依次进行多次,最后得到变换结果。*/-/ * DCT and IDCT rapid transformation of C language FFT follow the diagram method with DC T unrelated to the complex computing, use algebraic decomposition method can reduce the amount of computation and high-speed computing to achieve the purpose. Algebra factorization method is as follows : one-dimensional DCT direct expression start to find points of common expression, imitation FFT butterfly, expression of the common items as under a node, followed by a number, finally transform results. * /
(系统自动生成,下载前可以参看下载内容)
下载文件列表
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.