搜索资源列表
skl_dct
- 用sse2来实现dct变换,对于图像处理的速度有很大提高。-realizing dct translation with sse2 promotes the graph calculting speed
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
1911
- 实现H.264图像编结吗的优化,重点对DCT模块以及先行预测模块进行-achieve H.264 image of knitting? Optimization, with a focus on the DCT module and module to forecast
hosa1
- 信号与系统基础知识包括连续信号与模型、离散信号与模型;常用信号变换包括Z变换、Chirp Z变换、FFT变换、DCT变换和Hilbert变换等;离散系统结构包括IIR、FIR和Lattice结构;IIR滤波器设计包括模拟和数字低通、高通、带通与带阻滤波器设计,以及基于冲激响应不变法和双线性Z变换法的IlR滤波器设计等;FIR滤波器设计包括基于窗函数、频率抽样法和切比雪大逼近法的FIR滤波器设计;平稳信号分析包括经典功率谱估计、基于参数模型的功率谱估计和基于非参数模型的功率谱估计;非平稳信号分析包
wineryulmslvbo
- 构造一组被噪声污染的方波或三角波数据,试选取适当的FIR滤波器结构和参数,分别应用LMS,DFT/LMS和DCT/LMS算法来实现自适应滤波器,对改组数据进行滤波,并分析仿真结果。-Construction Group was one of the Noise Pollution square or triangular wave data, Examination choose appropriate FIR filter structure and parameters, applicat
DCt
- 比赛足球机器人系统中的DCT追球程序,可用于机器人比赛中的实用程序
dctQ
- 基于8*8分块的DCT域水印嵌入算法水印图像为64*64的,原始图像为256*256的,把原始图像变成64*1024的
DCT1
- dct水印算法程序!针对数字水印算法的有效程序
process
- 图像处理基础知识编写的这些程序对新手非常有帮助!4) 对图像进行离散余弦变换处理(图像变换)的源代码,编译后的可执行文件须带参数运行。 dct.cpp 使用方法:dct BMP文件名
matlab
- 主要通过matlab实现了数字水印方面的功能,比如,dct dwt
DCT
- 这是我一个DSP实习,用汇编语言编实现离散余弦变换(DCT)的DSP程序设计。它有详细的设计流程、仿真结果,有完整的模块源码。其中有工程文件,和一个WORD文档,相信能让你清新的了解设计过程,掌握汇编设计离散余弦变换!-This is my internship a DSP using assembly language for the realization of discrete cosine transform (DCT) of DSP programming. It has a deta
DisCosTrans
- face recognition using DCT
63535312DCTofJPEG
- 用verilog代码实现JPEG压缩编码过程中的DCT模块,用移位加法实现了乘法-Verilog code using JPEG compression encoding process to achieve the DCT module, with the shift to achieve the multiplication addition
DCTtanslation
- dct变换与idct反变换,dsp硬件编码-dct translation
DCT
- DCT的余弦变换,生成的头文件,超级好用,载入就可使用。-Cosine transform DCT, the resulting header file, super easy to use, load can be used.
DCT-DSP
- dsp dct变换,完成工程,可以直接运行-dsp DCT transform, to complete the project can be run directly
dct-lnormal
- DCT基广泛应用于图像去噪,信号分离。BP与OMP算法作为贪婪算法的代表用于信号恢复。-DCT is widely used in image denoising, signal separation. As a representative of the greedy algorithm of BP and OMP algorithm for signal recovery.
dct-compression
- audio compression using dct under matlab language