搜索资源列表
dct.rar
- 一个快速算法的例子,有和一般算法的比较
DCT_32.rar
- 快速DCT算法32位的C语言实现,乘法次数最少,可嵌入编码器及解码器使用
DCT_64.rar
- DCT快速算法64位的C语言实现,乘法次数目前最少,可嵌入解码器使用
Recursion.rar
- 快速DCT变换 迭代算法
BMP_DCT_IDCT
- 本源码是用VC++6.0实现的,显示了BMP位图,并实现了快速的8*8的块的DCT和IDCT变换-the source of VC 6.0, showing a bitmap BMP, and achieve a rapid 8 * 8 block of DCT and IDCT transform
任意2的幂次方长度数据快速dct
- 一般的快速DCT算法只有8点和16点的,我这里提供任意长度(2的幂次方)的DCT快速算法原代码-general fast DCT algorithm only 8:00 and 16:00, and here I am of arbitrary length (two of the power law) DCT fast algorithm source code
dct1
- DCT算法的实现和测试,快速DCT算法的实现和测试
fdct(1)
- 快速的DCT 变化C++代码,可以看一下
fft
- jpeg压缩中离散余弦变换DCT快速算法代码,使用的是verilog
Recursion.rar
- 快速DCT变换 迭代算法, Fast DCT transformation iteration algorithm
fdct
- 这是一个用C++写的完成快速DCT变换的程序-This is a C++ Write fast DCT transform the completion of the procedures
dct
- 一个快速算法的例子,有和一般算法的比较--A example about fast algorithm , it has been comparied with common algorithms
Discrete_Cosine_and_Sine_Transforms
- 继 Discrete Cosine Transform: Algorithms, Advantages, Applications (K. R. Rao and P. Yip) 之后的一本关于离散余弦变换(DCT)的快速实现算法的最新专著. 本书第五章“Integer Discrete Cosine/Sine Transforms”关于DCT整数近似实现写的非常详细和精彩, 很方便大家编程实现. 值得一提的是本书的第一作者Vladimir Britanak 一直在从事DCT, 尤其是改进的离散余
DCT_32
- 快速DCT算法32位的C语言实现,乘法次数最少,可嵌入编码器及解码器使用- Fast DCT the algorithm 32 C language realization, the multiplication number of times are least, may insert the encoder and the decoding use
DCT_64
- DCT快速算法64位的C语言实现,乘法次数目前最少,可嵌入解码器使用-DCT the fast algorithm 64 C language realization, the multiplication number of times at present are least, may insert the decoding use
dctFFTW
- 基于fftw的dct程序,FFTW是一个快速的免费的基于c语言的FFT 库-A fast, free C FFT library includes real-complex, multidimensional, and parallel transforms.
DCT
- 一個傳統DCT與快速DCT的源碼,加上一些壓縮技巧讓圖片大小更小。快速DCT的速度比傳統的速度降了一個order。-Comparison between direct DCT and fast DCT. And some compression method.
fftw-3.2.tar
- 西方快速Fourier变换。FFTW是计算离散Fourier变换(DFT)的快速C程序的一个完整集合,它可计算一维或多维、实和复数据以及任意规模的DFT。FFTW还包含对共享和分布式存储系统的并行变换。FFTW由麻省理工学院计算机科学实验室超级计算技术组开发。 -FFTW is a C subroutine library for computing the discrete Fourier transform (DFT) in one or more dimensions, of arbi
FDCT_results
- FDCT快速DCT变换源码,适合图像视频编解码初学者使用和学习-FDCT(Fast DCT)source code, to be very suitable to beginners of image and video codec s learn
cdduus426
- DCT快速算法64位的C语言实现,乘法次数目前最少,可嵌入解码器使用()