搜索资源列表
zjbhydm
- 正交变换源程序,带vc工程。 学习正交变换算法的有力工具。
FreTrans
- 该程序能够实现图象的正交变换,如傅立叶变换,余弦变换等
zhenjiaobianhuan
- 此代码实现图像正交变换,包括傅立叶变换,离散余弦变换,沃尔什变换
zhengjianbianhuan
- 正交变换.rar文件压缩的基础知识无毒good
KL变换
- KL变换模式识别作业三 一、编程要求: 编程实现KL变换,并对TM六波段图像进行演算。 KL变换的思想是:从n维特征选取m维特征,删去的n-m维特征不一定就是无用的信息,如何在信息损失最小的情况下选取特征,在理论上就显得更严密些。通常采用正交变换,得到新的经变换的模式, 以保证信息损失最小情况下获得有利于分类的特征。 二、编程思想: 将6副图象依次输入获得灰度值存在一个6*size(size为一副图象的像素数)的二维数组中,计算每个波段的灰度均值,然后计算协方差矩阵,得出特征值
MATLAB 图像保密通信技术之Arnold变换
- 图像保密通信技术之Arnold变换 一、作业目的 1.利用Matlab实现数字图像Arnold变换的置乱及恢复。 2.深入学习通讯保密技术,进一步了解图像保密通讯技术。 3.向大家展示实现图像保密技术的方法和技术。 二、作业介绍 近年来,随着网络带宽和速度的极大提高,多媒体数据特别是数字图像的流传和使用越来越广。而人们对安全性和隐私的也愈发关注,
PingMianXuanZhuanFa.rar
- Jacobi 方法,利用平面旋转矩阵所构成的正交相似变换将对 对称矩阵化为对角型的方法,Jacobi method, the use of planar rotation matrix by orthogonal similarity transformation consisting of the symmetric matrix into a diagonal-based method
waveletcdf97
- matlab实现9/7双正交小波变换,将图像分解到频域-matlab realize 9/7 biorthogonal wavelet transform, the image is decomposed into the frequency domain
fast_LOT
- lot重叠正交变换快速算法,matlab源代码。-lot lapped orthogonal transform fast algorithm, matlab source code.
wavelet
- 双正交小波的正变换和反变换,以及显示程序;提升小波的正变换和反变换,以及显示程序-Are the biorthogonal wavelet transform and inverse transform, and display procedures the lifting wavelet transform and inverse transform is, as well as the display program
minercheng
- 最小二乘问题的解法 最小二乘问题 正则化算法 正交变换 正交化算法-Least-squares problem Least Squares Solution of the problem is the orthogonal transform algorithm of the orthogonal algorithm
dct_source_code
- DCT变换演示代码 DCT变换是离散余弦变换(Discrete Cosine Transform)的缩写,DCT变换是一种正交变换,能把能量尽量集中-DCT transform demo code
liftingdemo
- 本程序实现任意偶数大小图像第二代双正交97提升小波变换-This procedure of an arbitrary even-size images to enhance the second-generation dual-orthogonal wavelet transform 97
ImageCompression
- 对位图图像利用JPEG标准进行正交变换、量化、扫描从而达到压缩,同时解压显示其压缩图像。-Bitmap image using JPEG standard orthogonal transformation, quantization, scanning to achieve the compression, and decompression display the compressed image.
apfft_image_filter_design
- 为克服常用滤波模板的缺陷,消除传统图像滤波中存在的振铃现象和方块效应,提出了任意正交变换下的2维加窗全相位滤波算法-apfft image filter design
apfft_fir_filter
- 离散余弦变换(DCT)具有优于傅里叶变换、哈尔变换等正交变换的高度解相关性-apfft fir filter design
55
- 正交矩阵与正交变换的课件,总结的非常好,利于理工类的学生对数学知识的加深-Orthogonal matrix with orthogonal transformation of the courseware, lessons very well, which will help students in science and engineering to enhance the knowledge of mathematics
Untitled8
- 数字下变频技术是数字接收机的核心技术之一,它包括数字混频正交变换、抽取及高效率数字滤波等。-Digital down conversion technology is one of the core technology of digital receiver, which includes digital mixer orthogonal transformation, extraction and high-efficiency filtering.
fast_LOT
- 作为8-9-3的子程序,其中M=8,该程序实现了重叠正交变换。-Subroutine as 8-9-3, where M = 8, the program implements the overlapping orthogonal transformation.
Wavelet_OMP 压缩感知的图像利用小波变换和正交匹配追踪算法
- Wavelet_OMP 压缩感知的图像利用小波变换和正交匹配追踪算法,用于cs理论的学习。