-
Matlab5
:介绍遣传算法的基本原理和Matlab的遗传算法优化工具箱(GAOT),分析了优化工具函数。探讨Matlab遗传算法工具箱在
参数优化和非线性规划中的应用。通过优化实例,说明遗传算法是一种具有良好的全局寻优性能的优化方法。用Maflab语
言及Maflab语言编制的优化工具箱进行优化设计具有语言简单、函数丰富、用法比较灵活、编程效率高等特点。(: Removal algorithm introduce the basic principles and Matlab Genetic Algorithm Optimization Toolbox (GAOT), an analysis of function optimization tool. Explore the Matlab Genetic Algorithm Toolbox in the parameter optimization and nonlinear programming applications. Through optimization examples to illustrate the genetic algorithm is a good global optimization method to optimize performance. Maflab language and using language Maflab Optimization Toolbox to optimize the design of the language is simple, function-rich, and using more flexible programming and high efficiency.)
- 2007-09-07 20:15:26下载
- 积分:1
-
diffraction_cross
说明: 基于matlab的衍射模拟,在毕业设计的时候顺便参考做的,有问题的话欢迎指出(Matlab simulation based on the diffraction, when the way in the graduate design reference do have problems, then welcome to point out)
- 2010-04-25 21:46:36下载
- 积分:1
-
costas_loop
科斯塔斯环基于matlab的simulink的仿真(costas loop in simulink matlab-based silulation)
- 2012-03-26 15:42:22下载
- 积分:1
-
HFCC
Human Factor Cepstral Coefficients speech feature front end for automatic speech recognition.
- 2012-05-16 15:50:30下载
- 积分:1
-
Analog-Filter-Design-12
Analog Filter design in Matlab environment
- 2013-05-20 23:29:52下载
- 积分:1
-
ELM
训练集/测试集产生
load spectra_data.mat
随机产生训练集和测试集
temp = randperm(size(NIR,1))
训练集——50个样本
P_train = NIR(temp(1:50),:)
T_train = octane(temp(1:50),:)
测试集——10个样本
P_test = NIR(temp(51:end),:)
T_test = octane(temp(51:end),:)
N = size(P_test,2)
数据归一化
( Training set/test set generation load spectra_data.mat randomly generated training set and test set temp = randperm (size (NIR, 1)) training set- 50 samples P_train = NIR (temp (1:50) ,:)' T_train = octane (temp (1:50 ),:)' test set- 10 samples P_test = NIR (temp (51: end ),:)' T_test = octane (temp (51 : end ),:)' N = size (P_test, 2) Data Normalization)
- 2011-05-21 16:45:51下载
- 积分:1
-
simulink-QPSK-bpsk
matlab 中最方便的工具,simulink,本资料中搭建了BPSK,QPSK的simulink.(MATLAB SIMULINK)
- 2012-05-12 12:52:17下载
- 积分:1
-
prac10
here high pass is created using ideal high pass filter mask and applying FFT to the image. This will be very useful while performing filter step by step
- 2013-12-05 11:41:43下载
- 积分:1
-
beamforming
说明: 计算阵列天线波束宽度,零点波束宽度,半功率零点波束宽度(Calculating Beam Width of Array Antenna)
- 2021-03-17 13:09:21下载
- 积分:1
-
qingxiejiaozheng
当二值图像中的文字倾斜时,该程序可调节任意倾斜方向的文字变为水平,从而实现图像的倾斜校正。(When the text in the binary image is tilted, the program can adjust the tilt direction of the text into any level, in order to achieve the image tilt correction.)
- 2011-05-03 19:58:24下载
- 积分:1