搜索资源列表
Matlab
- DCT和熵编码的源码(用Matlab模拟仿真)
ImageShow
- 图像处理的线段编码,CLmage仿真类的建立,图像文件读写
zigzag
- 描述了有关矩形编码的verilog语言,非常适合模拟仿真
MSE
- 多径信道下的OFDM仿真系统,包括编码,映射,交织,调制。信道估计采用判决反馈方法。
VC++NETDigitalImagingProssing
- VC++.NET图象处理编程-陆宗骐-源程序-本书以CImage类为基础介绍了Visual C++.NET环境下的图像基础知识与图像处理常用算法的编程原理和方法。通过自建CImage仿真类,本书方法也适用于Visual C++环境。本书包括4个部分。第1部分介绍图像显示与存储的基础知识;第2部分介绍Visual C++.NET应用程序框架的建立,图形编程,图像的存取、显示与生成,以及图像的变化;第3部分介绍图像的点处理,邻域处理,二值图像的处理,形态学图像处理,彩色图像的处理,轮廓跟踪与线段编码
huffmanencode
- 给出了两种利用matlab对图像进行霍夫曼编码的方法,经过仿真,效果很好!-Are given two pairs of images using matlab Huffman coding method, through simulation, good results!
rsencodeanddecodefuction
- 这是个RS编码的matlab仿真程序,提供给大家,希望能带给大家帮助-it is a program of encode and decode of rs for a picture,wish it can help you
image-ImageCompression
- 图象压缩(JPEG)编码算法的介绍及压缩过程的实现,仿真程序-Image Compression
MATLAB
- 图像压缩编码及其MATLAB仿真实现 图像压缩编码及其MATLAB仿真实现-MATLAB simulation of image compression and image compression coding and MATLAB Simulation
xianxing
- 根据编码算法仿真各种线性滤波器以及通过加性高斯白噪声后的滤波器波形-Coding algorithm based on simulation of linear filters, and additive white Gaussian noise through the filter after the waveform
A-32D-Digital-Watermarking-System
- 基于虚拟光学信息隐藏理论提出了一种三维空间数字水印算法1 该数字水印算法能成为 一种多媒体数据产权保护的有效方案1 对算法的测试结果表明,该算法对于噪音叠加、剪切、旋转、 有损压缩等常见的图像处理操作具有较高的鲁棒性1 由于引入了虚拟光学信息隐藏思想,将虚拟 光路的几何结构参数作为密钥,设计出了多重“锁”和多重“密钥”1 随机模板编码技术的引入,更进 一步提高了数字水印系统的密钥空间. 仿真实验结果表明该算法具有很好的安全性1- A new approach to digital
ZIAZAG
- 一个采用Z字形编码变换对bmp图像进行置乱和还原的仿真实验软件。-Transform coding using a Z-shaped scrambling on the bmp image and restore the simulation software
dct
- 图相多描述编码matlab仿真 多描述编码的matlab仿真,本科生的毕业设计 生成图像后计算psnr > J=imread( 两描述都收到后重建的图像.bmp ) PSNR(I,J) ans = 32.3290 >> J=imread( 描述1重建后的图像.bmp ) >> PSNR(I,J) ans = 28.7011 >> J=imread( 描述2重
G4-qpsk-4x1antennas-sp
- matlab仿真代码源文件,空时编码采用G4,QPSK星座映射-matlab G4space time block coding
digital-watermark-based-on-VQ
- 根据《Multipurpose Image Watermarking Algorithm Based on Multistage Vector Quantization》这篇论文进行的基于LABVIEW平台的仿真实验,其中包括了多级-残差矢量量化编码、索引约束矢量量化、鲁棒水印和脆弱水印的嵌入等技术和算法。LABVIEW版本至少为2010。-Multipurpose Image Watermarking Algorithm Based on Multistage Vector Quantizat
JPEG
- 根据JPEG压缩编码的基本压缩原理编写JPEG仿真程序,利用MATLAB软件对程序进行运行调试,验证了JPEG压缩编码算法的可行性。通过比对输出图像压缩前后实际效果,探讨压缩比,峰值信噪比等评价图像数据压缩程度及压缩质量的关键参数,对JPEG压缩编码算法的实用性和优越性进行了研究。- I have JPEG compression in-depth study on the basic principles of image data compression based on JPEG emul
gui-pcm-bianma
- MATLAB 程序,基于GUI界面设计的PCM调制、编码的仿真,这个是用界面设计开发,为大家在编写程序提供了帮助-MATLAB program, PCM modulation, coding simulation-based GUI interface design, this is the interface design and development, provide help in the preparation of the program
Turboequlization_algorithm
- TURBO均衡算法,完整的通信系统,可直接仿真,信源编码调制瑞利水落信道,然后接收端进行解码均衡,最后绘出误码率曲线图-TURBO equalization algorithm, a complete communication system, direct simulation, the source code modulation Mizuochi Rayleigh channel, then the receiver decodes the equalizer, and finally t
Digital-Image-Processing
- 经典数字图像处理算法仿真,包括图像的傅里叶滤波及压缩,图像的DCT高通、低通滤波,图像直方图均衡化,图像平滑与锐化,图像的模糊化,哈夫曼编码等,以及GUI图形化界面。-Classic digital image processing algorithm simulation, including Fourier filtering and image compression, image DCT high-pass, low-pass filtering, image histogram equ
RSC算法仿真
- 稀疏编码经典方法RSC的matlab仿真程序,来源于大神主页(the Sparse respresentation RSC algrithom)