搜索资源列表
pcm.rar
- 适用MATLAB仿真实现对模拟信号的采样量化编码程序(模拟信号采样经均匀量化后自然二进制编码),通信系统仿真必备,The application of MATLAB simulation of analog signal sampling quantization coding procedures (analog signal sampling by the uniform quantization after the natural binary code), communication s
spcl
- 改程序在matlab中实现了简单的视频处理及制作保存,使用与业余爱好者了解,及初学者学习,娱乐之用-The program in matlab to realize a simple video processing and production preservation, use and amateur understanding, and beginners learning, the use of entertainment
PEAQ
- 利用matlab实现的PEAQ程序,即ITU R BS1387-1.-a implention of PEAQ use matlab
4444
- 个可以读取视频,或从摄像头捕获视频的程序。可添加相关算法代码,实现对视频录像或摄像头获取图像的实时处理-Can be read by a video, or from video camera to capture procedures. Correlation algorithm can add code to achieve or video camera to obtain images of the real-time processing
SSC-matlab
- 实现正弦编解码(Sinusoidal coding)的matlab程序 sinusoidal_analysis.m文件定义了函数[A, F, P, fs] = sinusoidal_analysis(filename, framelen, frameshiftlen),将*.wav音频文件提取出A, F, P这3个参数矩阵。 sinusoidal_synthesis.m文件定义了函数syspeech = sinusoidal_synthesis(A, F, P, fs, framelen
mpeg
- 这个程序实现了MPEG2的视频压缩,用于Internet上视频流的处理(IP流还没有实现),程序的注释相对比较少,所以可能比较难理解些。-this is the implementation of mpeg2 compression for doing streaming over internet (streaming over IP is not implemented yet) this code might be difficult to understand bcz very litt
ReadMPEG
- 读取MPEG视频文件的matlab程序,该方法实现速度块-read mpeg vedio files to operation ,and this method is very fast!
pitch_dective
- 用MATLAB编写的,用于MELP语音编码算法中基音周期检测的程序,实现了基音周期的检测,包括整数基音,分数基音,以及最终基音的检测。可以直接运行。-Pitch detective in speech coder of MELP,by MATLAB.
C_V
- 本程序采用半隐式方案实现变分水平集图像分割方法中的 “C-V”模型(Active contour without edge) -Iris Recognition based on Active Contours
GAC_upwind
- 本程序采用迎风方案实现推广GAC模型的水平集方法:-Iris Recognition based on Active Contours Model (Snake)
pujianfa
- 语音增强,基本减谱法MATLAB程序实现-speech enhancement---matlab
motiondetection
- 一个实现运动估计的matlab程序 经过测试不错的,推荐给大家-motion detection programed by matlab
Motion-Detection
- matlab程序,实现运动物体检测与跟踪-Objects in motion tracking
yuv2rgb
- 本程序实现的功能是把yuv文件变为RGB,以便于matlab处理!-The implementation of the program function is to put the yuv file into RGB, in order to deal with matlab
ArduinoSerial
- 安卓应用,与硬件搭配,可以通过程序控制硬件设备,直接在matlab上实现-Android applications, and hardware mix, can be programmed to control hardware devices, realized directly on matlab
select
- matlab程序,实现meanshift算法用以来实现运动目标的自动跟踪。-sinmatlab procedures, since meanshift algorithms for automatic tracking of moving targets.
程序与示例视频
- 可以实现视频中物体的跟踪,基本可以实现效果,但有待于改进(Object tracking in video can be achieved)
背景差法实现程序代码
- 能够进行图像处理,有MATLAB的原代码。结合MATLAB可以进行有效练习(Able to image processing, there are MATLAB of the original code. Combine MATLAB to practice effectively)
FIR,IIR滤波器对语音信号的滤波处理matlab仿真
- 本资源实现了基于LSB算法的语音信号的数字水印,内有测试的载体音频,水印音频,代码几乎每一句都有详细的解释,采用了重新量化,使得载体的数据量和水印的数据量不易冲突,附GUI。另外还加入了两种抗干扰处理,一种是低通滤波,另一种是30db的高斯白噪声,外带一段录音的小程序。LSB由于其本身的特点,对两种攻击的抵抗都不是很好。另外,我还有一个资源是关于DWT小波变换的,可以去看看,DWT方法相比于LSB方法的抗干扰性强了不是一点半点。
MATLAB基于离散小波变换(DWT)的语音和音频信号的数字水印代码
- 这段代码实现的是MATLAB基于离散小波变换(DWT)的语音和音频信号的数字水印代码,有GUI几乎每句都有详细的注释,附带一个录音的小程序,其中加入了两种干扰,一是低通滤波,二是白噪声干扰。另外还附赠解释小波变换原理的小程序,也供下载,如果你还需要更多类似的资源,可以看看我的另一个基于LSB算法的语音信号的数字水印资源。