搜索资源列表
DOC的快速变换
- 考虑到DCT变换中的系数要重复计算,可使用查找表来提高运行的效率,只要开始DCT变换之前计算一次,DCT变换中就可以只查找而无需计算系数。-to the DCT coefficients to be calculated, the use of look-up tables to improve operational efficiency, as long as the DCT started once before, on DCT can only search without calcul
li_0101
- /*DCT和IDCT快速变换的C语言实现 仿效FFT的FDCT方法有与DCT无关的复数运算部分,选用代数分解法可以降低运 算量,达到高速运算的目的。代数分解法实现如下:对一维DCT表达式直接展开, 寻找各点表达式中共同项,仿FFT蝶形关系,将表达式中的共同项作为下一级节 点,依次进行多次,最后得到变换结果。*/-/ * DCT and IDCT rapid transformation of C language FFT follow the diagr
VC-DCT
- DCT离散余弦快速变换,可用于图象处理及音频信号处理-fast DCT discrete cosine transform, can be used for image processing and audio signal processing