登录
首页 » matlab » DCTlicheng

DCTlicheng

于 2013-11-25 发布 文件大小:534KB
0 101
下载积分: 1 下载次数: 10

代码说明:

  研究表明,构成K一L变换矩阵的向量也就是ToePhtz矩阵的特征向量。与此同时,离散 余弦变换矩阵逼近于ToePutz矩阵的特征向量矩阵,所以离散余弦变换矩阵与自然图像的 K一L变换矩阵十分相似。经过离散余弦变换后的变换系数块的协方差矩阵Cy非常接近对角 阵,即除了对角线元素以外,其它很多元素都近似为0,并且在左上角集中了主要能量。这 反映了自然图像大部分区域变化不大,亮度突变只占少数,即图像能量以低频成分为主的特 性。通过变换后的量化,舍弃对视觉效果影响较小的次要信息,可达到进一步的压缩效果。 虽然从去相关性能的意义上讲,DCT是一种次于K一L变换的准最佳变换,但是从算法实现的角度来看,DCT则远远优于K一L变换。首先,当图像的分块大小确定后,DCT的变换矩阵也就随之确定了,不随输入信号的统计特性变化而变化 其次,二维DCT能够分解成两次一维DCT,有利于硬件实现。 (Studies have shown that constitute a K L transformation matrix vector is ToePhtz eigenvector of the matrix. At the same time, discrete The cosine transform matrix approximation in ToePutz matrix eigenvector matrix, so the discrete cosine transform matrix and natural images Is very similar to a K L transformation matrix. After discrete cosine transform, the transform coefficient block of Cy is very close to the diagonal of covariance matrix Matrix, namely except diagonal elements, many other elements are approximate to 0, and focused the main energy in the upper left corner. this Reflects the natural images most area changed little, brightness mutations accounted for only a few, the energy is given priority to with low frequency components of image Sex. Through quantitative after transformation, abandoning smaller effect on the visual performance of secondary information, can achieve further compression effect. Although from related to the performance of the sense, DCT is a kind o)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论


0 个回复

  • FDTD_2D_tm_pml
    二维光子晶体,Tm模式,PML边界条件,点源扩散,总场边界场(Two-dimensional photonic crystal, Tm model, PML boundary conditions, point source diffusion, the total field boundary field)
    2010-12-01 16:50:08下载
    积分:1
  • zero-crossing
    this program finds the number of zero crossings in a given signal.
    2013-11-09 22:48:41下载
    积分:1
  • zhaoxiaopu
    位置指令为幅值为1.0的阶跃信号,r(k)=1.0。网络结构为1-4-1,高斯函数的参数值取Cj=[-2 -1 1 2]T ,B=[0.5 0.5 0.5 0.5]T 。 网络权值学习参数为η=0.30,α=0.05 。PID控制各参数的初RBF网络控制,被控对象为G(s)= 取采样时间为1ms,采用Z变换进行离散化,离散化后的被控对象为 y(k)=-den(2)*y(k-1)-den(3)*y(k-2)+num(2)*u(k-1)+num(3)*u(k-2) 始值为,kp=20, kd=0.3, ki=0.1。 (Position command for the step signal amplitude of 1.0, r (k) = 1.0. The network structure is 1-4-1, the Gaussian function parameters taken Cj = [-2-1 1 2] T, B = [0.5 0.5 0.5 0.5] T. Weight learning parameter η = 0.30, α = 0.05. PID control parameters at the beginning of each RBF network control, the controlled object is G (s) = take the sampling time is 1ms, using the Z transform discrete, discretized controlled object is y (k) =-den (2)* y (k-1)-den (3)* y (k-2)+num (2)* u (k-1)+num (3)* u (k-2) initial value, kp = 20, kd = 0.3, ki = 0.1.)
    2013-07-22 21:20:28下载
    积分:1
  • ceemd
    说明:  利用CEEMD进行时间序列的分解,可获得各种时间尺度的信号(The decompisition of time series with CEEMD)
    2020-08-16 05:47:23下载
    积分:1
  • rscode_AWGN_MQAM
    RS编码的simulink 仿真,在ANGW条件下1(RS coding simulink simulation conditions in ANGW 1)
    2010-10-08 22:08:58下载
    积分:1
  • MATLAB
    说明:  大地电磁一维正反演MATLAB程序.doc 讲解挺细致的不错(One-dimensional magnetotelluric inversion program MATLAB. Doc explain the very good and detailed)
    2011-04-03 14:09:39下载
    积分:1
  • matlab-lllx
    用Matlab实现的一个卫星自动导航模拟系统,包括GUI设计、模型设计与实现、三维动态仿真等功能,其中运用了两个自动导航的模型,程序里有对模型的简要说明,如果有需要详细说明的,可以和我联系。(using Matlab a simulated automatic navigation satellite systems, including GUI design, Model Design and Implementation, three-dimensional dynamic simulation, and other functions, using two automatic navigation model, there are procedures to model a brief description, if a need for detailed descriptions, and contact me.)
    2007-05-08 23:00:19下载
    积分:1
  • GA
    说明:  求解一元二次方程的遗传算法代码 在Matlab下可以运行(Solving a quadratic equation of the genetic algorithm code)
    2010-05-25 18:42:54下载
    积分:1
  • fhsscode
    跳频通信的基本实现代码,对学习跳频通信有很大帮助(hopping communication to achieve the basic code for the study hopping communication will be of great help)
    2021-04-07 09:59:02下载
    积分:1
  • kdtree1.2
    kd-tree 是广泛用来处理多维寻找最近点的数据结构。该文件中是由matlab调用c++代码实现的,其中实现包括kd-tree的建立最近点的查找等。(kd-tree is kind of data structure which is widely used to find the nearest point in multi-demensions.The zip file contain matlab and cpp files.The functions implemented include kd-tree building and nearest points searching and so on.)
    2010-07-17 15:44:11下载
    积分:1
  • 696518资源总数
  • 104716会员总数
  • 28今日下载