说明:MATLAB通信仿真及应用实例详解MATLAB通信仿真及应用实例详解[1].part7.rar-Communication and application of MATLAB simulation examples of detailed MATLAB simulation and applicat...
说明:工具是MATLAB,实现TURBO码的编译码实现,增强信息传递的有效性。即基于matlab的turbo码,有误码率效果图片。基于matlab的turbo码,基于matlab的turbo码,有误码率效果图片。
说明:13个人脸光照归一化的实验程序,文件夹中已经包括了所以实验程序,可以直接运行看到实验结果。 对于研究人脸光照归一化十分有用。 关键词:Face illumination preprocessing, face illumination normalizatioin, lighti...
说明:使用MATLAB软件实现基于模拟退火算法的实例,对于模拟退火算法的理解,模拟退火工具箱的应用有帮助 -Using the MATLAB software examples based on simulated annealing algorithm, simulated annealing al...
说明:关于实现低通滤波器的小程序,是matlab编程的,只不过装在word文档里,只要贴到matlab的m文件里,即能实现功能.对初学者有很好的借鉴意义.-on the realization of the low-pass filter small procedures, Matlab programm...
说明:利用MATCOM可以实现VC++与MATLAB的混合编程,本例子实现了独立与具体开发环境的绘图的方法 -MATCOM can be achieved using VC and MATLAB mixed programming, The example of the independence an...
说明:通信系统中实现双边带调制与解调。用matlab方式实现。-Communication systems to achieve a bilateral with modulation and demodulation. Way to use matlab.
说明:运用matlab求解x(n)=a 的n 次幂,其中a为实数,当a的绝对值小于1的时候,序列是收敛的,而当a的绝对值大于1的时候,序列是发散的,实指数信号的matlab实现为:n=n1:dt:n2;x=a.^n.比较不同的是指数信号。
说明:这是一个用matlab实现的语音信号预测编码中的得宾算法部分。还有实验报告。-This is a realization of using Matlab voice signals of predictive coding algorithm part in Pennsylvania. There ...
说明:用matlab实现的一个简单的洗扑克牌算法,练手之作,实现功能比较简单,适用于新手了解,代码只有简单的几句,希望可以通过分享代码给更多的matlab初学者带来一些实际的案例理解matlab。