-
matlab-program-example
matlab高编程书籍,实用性强,属于提高类书籍(High matlab programming books, practical)
- 2013-08-19 23:51:54下载
- 积分:1
-
Mechanical-Vibrations
Part of a book I am writing on mechanical vibrations.
- 2015-01-06 22:01:32下载
- 积分:1
-
Matlab-code
This code consist of QAM CDMA BPSK and other modulation codes
- 2014-01-24 17:46:05下载
- 积分:1
-
Matlabshenjingwangluo
MATLAB的神经网络工具箱实用指南.
第一章是神经网络的基本介绍,第二章包括了由工具箱指定的有关网络结构和符号的基本材料以及建立神经网络的一些基本函数,例如new、init、adapt和train。第三章以反向传播网络为例讲解了反向传播网络的原理和应用的基本过程。(MATLAB neural network toolbox of practical guidance. The first chapter is a basic introduction to neural networks, and the second chapter, including the toolbox designated by the network structure and symbols related to the basic material and the establishment of neural network, some basic functions, such as new, init, adapt and train. Chapter III to back-propagation network as an example to explain the back-propagation network, the basic principle and application process.)
- 2010-09-03 15:22:00下载
- 积分:1
-
exact_histogram_specification
关于灰度直方图均衡化,规范化和匹配,并有比较(On histogram equalization, standardization and matching)
- 2010-12-26 06:33:22下载
- 积分:1
-
用0tsu方法和梯度算法分别对图像进行边缘提取
说明: 用0tsu方法和梯度算法分别对图像进行边缘提取(Use 0tsu method and gradient algorithm to extract the edge of the image respectively)
- 2020-09-19 01:48:14下载
- 积分:1
-
GA
说明: 一个简单的遗传算法程序!希望对大家有用!(A simple GA program!)
- 2010-06-06 14:38:49下载
- 积分:1
-
dcode
本matlab函数实现微分编码,可以处理通信信道中的偶发“倒相”现象,避免误码。(Matlab function of the differential encoding, communication channels can handle the occasional " down phase" phenomenon, to avoid error.)
- 2009-04-22 20:24:09下载
- 积分:1
-
PDF-pso
In this project, the standard particles swarm optimization - named here (MyPSO) is simulated and tested by five well-known benchmark functions (Sphere, Ackley, Rastrigin, Rosenbrock and Schwefel p2.26). Then, a new mechanism- named here (Improved MyPSO) is introduced to improve the performance of the standard particles swarm optimization to achieve better results and avoid stagnation at bad results. This new mechanism is also tested by the same benchmark functions. The results of improved PSO are then compared with those of standard PSO and different published improved PSO (SPSO, PSO-XD, CPSO-S and PSO-P5).
- 2013-03-14 15:41:13下载
- 积分:1
-
network&run
说明: 文件传输限制分多次上传,其他文件可以查看我的上传资料
本实验使用matlab神经网络工具箱搭建CNN网络实现手写字识别,里面附数据集和训练好的网络,准确率可达99%。
1.打开matlab2018
2.将路径设置为当前文件所在路径
3.直接运行test7_run.m即可得到网络在测试集里的准确率以及分类错误的样本。
test7_cnn_hwr.m:训练的程序
test7_run.m:测试测试集的代码,直接读取存储在net_trained.mat训练好的网络,
对测试样本进行分类,统计准确率。(In this experiment, we use matlab neural network toolbox to build CNN network to realize handwritten word recognition, which is attached with data set and trained network, with an accuracy of 99%.)
- 2020-04-16 20:58:20下载
- 积分:1