搜索资源列表
ICAforsound
- Matlab环境下的基于独立分量分析(ICA)算法的声音混合与分离仿真程序-Matlab environment based on the independent component analysis (ICA) is the voice mixed with the separation of simulation program
SimulinkF-16
- 这是一个Matlab实现的非线性Simulink仿真模型,用于展示F-16飞机的仿真。
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
lte_precoding
- LTE 物理层mimo技术的预编码技术的中文翻译(3gpp 36211)-LTE physical layer mimo technology, the Chinese translation of the pre-coding techniques (3gpp 36211)
sq-waveguide01.tar
- MIT的MPB软件仿真四方晶格光子晶体波导带隙的程序-MIT' s MPB software simulation four lattice photonic crystal waveguide band-gap program
BICM
- 关于BICM仿真的比较全的代码集合。希望对大家有所帮助!-Comparison of BICM simulation on the entire code set. I hope all of you to help!
trackKim
- 智能视频分析算法与仿真,做目标跟踪的一定要-video analysis
MPEG4ALS
- 无损音频编码的原理分析与仿真
pcm
- PCM的编码端仿真程序,主要包括抽样\量化\编码三部分.用程序语言编写-PCM terminal emulation program code, including sample \ quantization \ encoding three parts. With the preparation of programming language
with_realy
- 小区加中继后系统仿真,信号强度的大小。通过一个小区的仿真,通过不同的颜色看到其中的区别-After the increase in cell relay system simulation, the size of signal strength. Area through a simulation, by a different color to see the difference between them
highway_raw
- 运动目标检测与跟踪的红外视频图像,可用于运动目标检测与跟踪matlab仿真试验,来源于国外网站下载的。-A infrared vedio of target detection and tracing, which from oversea site.It can be used in the matlab code.
costas-matlab
- 锁相环仿真,基于matlab的源代码,比较靠谱!-The phase-locked loop simulation matlab source code more reliable!
vincent
- 用matlab仿真处理数字音乐,对其进行高通低通的滤波,-Processing using matlab simulation of digital music, its high-pass low-pass filtering,
aec
- 自己写的回声对消算法rls,frls,nlms,apa的matlab仿真,还附有音频文件,和详细的文档说明,很详细,非常适合本科生做毕业设计。-A project on AEC, including rls, frlf, nlms and apa, is carefully writen and would be very helpful to undergraduate students.
CalibrationForXiaoYi
- 此程序为图像序列的柱面全景拼接算法,matlab仿真程序,其中有柱面投影程序可以对其他投影公式有一定的启示。-This procedure cylindrical panoramic image stitching algorithm sequence, matlab simulation program, which has a cylindrical projection program can have some inspiration to other projection formul
Digital-television-broadcasting
- 针对数字电视广播系统的matlab模型仿真代码-Digital television broadcasting system model simulation matlab
Roomsim_3p4p1_small
- 长方形房间混响仿真代码,可设置声源和收听者的位置。-A simulation of the acoustics of a simple rectangular prism room has been constructed using the MATLAB m-code programming language.
tuxinangjiami
- 图像加密高时的研究价值,当前图像加密技术种类繁多,在接下来的第二章将介绍常用的几种图像加密技术,并在第三章介绍借助MATLAB利用几种常用的加密解密算法对光学图像进行加密/解密仿真实现。-Image Encryption
FIR,IIR滤波器对语音信号的滤波处理matlab仿真
- 本资源实现的是构建一个FIR滤波器对一段语音信号进行处理,IIR滤波器的构建分别采用了冲激响应不变法和双线性变换法,内部含有相关论文,方便理解
FIR,IIR滤波器对语音信号的滤波处理matlab仿真
- 本资源实现了基于LSB算法的语音信号的数字水印,内有测试的载体音频,水印音频,代码几乎每一句都有详细的解释,采用了重新量化,使得载体的数据量和水印的数据量不易冲突,附GUI。另外还加入了两种抗干扰处理,一种是低通滤波,另一种是30db的高斯白噪声,外带一段录音的小程序。LSB由于其本身的特点,对两种攻击的抵抗都不是很好。另外,我还有一个资源是关于DWT小波变换的,可以去看看,DWT方法相比于LSB方法的抗干扰性强了不是一点半点。