搜索资源列表
matlabCommunication
- 一些有关matlab在通信仿真中用到的源码,例如各种编码方法。很有实用价值,-some communications in the Matlab simulation to use the source code, such as the various coding method. Useful,
ROI
- 高质量的基于感兴趣编码的仿真程序,可以直接运行,观看仿真结果
Matlab
- DCT和熵编码的源码(用Matlab模拟仿真)
jpegandbmp
- 仿真实验,模拟实现jpeg压缩编码的方法与实现的源码。
ImageShow
- 图像处理的线段编码,CLmage仿真类的建立,图像文件读写
zigzag
- 描述了有关矩形编码的verilog语言,非常适合模拟仿真
dct1234
- dct 变换编码的verilog语言程序,已经通过模拟仿真
MSE
- 多径信道下的OFDM仿真系统,包括编码,映射,交织,调制。信道估计采用判决反馈方法。
VC++NETDigitalImagingProssing
- VC++.NET图象处理编程-陆宗骐-源程序-本书以CImage类为基础介绍了Visual C++.NET环境下的图像基础知识与图像处理常用算法的编程原理和方法。通过自建CImage仿真类,本书方法也适用于Visual C++环境。本书包括4个部分。第1部分介绍图像显示与存储的基础知识;第2部分介绍Visual C++.NET应用程序框架的建立,图形编程,图像的存取、显示与生成,以及图像的变化;第3部分介绍图像的点处理,邻域处理,二值图像的处理,形态学图像处理,彩色图像的处理,轮廓跟踪与线段编码
V_1
- 视频的编码和解码过程的简单仿真,输入图像是一幅RGB图像,对其的编码过程都尽量模拟模拟视频的方式-Video encoding and decoding process of a simple simulation, the input image is a RGB image, the encoding of their simulation process as far as possible the way analog video
huffmanencode
- 给出了两种利用matlab对图像进行霍夫曼编码的方法,经过仿真,效果很好!-Are given two pairs of images using matlab Huffman coding method, through simulation, good results!
optics
- 分数傅里叶变换以及计算全息图的迂回编码实现,以及衍射的仿真和所需的计算机生成图形。对信息光学的研究人员有用处。-Fractional Fourier Transform and circuitous CGH Coding and diffraction simulation and the required computer-generated graphics. Optics researchers in information useful.
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重
RSC算法仿真
- 稀疏编码经典方法RSC的matlab仿真程序,来源于大神主页(the Sparse respresentation RSC algrithom)