-
SOR
本程序为[MATLAB语言常用算法程序集].(龚纯).清晰版书中求解非线性方程组的一种方法:SOR法(This program is [MATLAB language commonly used algorithm for assembly] (Gong pure) clear version of the book method for solving nonlinear equations:.. SOR method)
- 2015-01-06 10:50:24下载
- 积分:1
-
Matlab3
:基于Matlab语言的遗传算法工具箱支持二进制和浮点数编码方式,并且提供了多种选择、交叉、变异的方法。
通过具体实例对Matlab的遗传算法工具箱的用法进行了说明介绍。(: Based on the Matlab language genetic algorithm toolbox and floating point support for binary encoding, and provides a wide range of selection, crossover and mutation method. Through concrete examples of Matlab genetic algorithm toolbox described the usage of introduction.)
- 2007-09-07 20:08:09下载
- 积分:1
-
LMS_newchannel
说明: 仿真LMS均衡器 采用三径叠加信道,PSK调制,并计算误码性能(LMS equalizer simulation using three-path channel superimposed, PSK modulation, and calculate the BER)
- 2008-11-27 16:03:49下载
- 积分:1
-
ann
this is simple ann code
- 2011-04-28 16:58:35下载
- 积分:1
-
555Calc-1.1
NE555 calculator for hobby user
- 2013-04-20 03:36:56下载
- 积分:1
-
matlab
Extended kalman filter for Van der Pol system
- 2013-03-31 20:08:39下载
- 积分:1
-
youhua1
遗传算法的电机优化程序,个人专门编写的,对于初学者来说,可以借鉴(function youhua1()
遗传算法
n-- 种群规模
ger-- 迭代次数
pc--- 交叉概率
pm-- 变异概率
v-- 初始种群(规模为n)
f-- 目标函数值
fit-- 适应度向量
vx-- 最优适应度值向量
vmfit-- 平均适应度值向量
clear all
close all
clc 清屏
tic 计时器开始计时
n=20 ger=100 pc=0.9 pm=0.1 初始化参数
生成初始种群
v=init_population(n,44) 得到初始种群,22串长,生成20*22的0-1矩阵
[N,L]=size(v) 得到初始规模行,列
disp(sprintf( Number of generations: d ,ger))
disp(sprintf( Population size: d ,N))
disp(sprintf( Crossover probability: .3f ,pc))
disp(sprintf( Mutation probability: .3f ,pm)) sprintf可以控制输出格式
待优化问题)
- 2020-12-11 20:19:19下载
- 积分:1
-
intrans
如下亮度变换功能的函数:负片变换、对数变换、gamma变换、和对比度拉伸变换。(Brightness as a function of conversion functions: negative transformation, logarithmic transformation, gamma conversion, and contrast stretching transformation.)
- 2014-02-24 17:49:18下载
- 积分:1
-
bp
说明: 利用bp神经网络对遥感图像进行分类,输入样本值后,根据样本值对遥感图像不同的地物进行分类,分类后计算每种地物所占面积(The use of bp neural network classification of remote sensing images, enter a sample value, based on the sample value of the different features of remote sensing image classification, classification features calculated for each share of area)
- 2009-05-08 19:42:04下载
- 积分:1
-
Spectral-estimation-of-AR-model-and-music-esprit
谱估计,包括自相关,协方差,修正协方差,burg法,另外还有MUSIC和ESPRIT法(Spectral estimation, including the auto-correlation, covariance, Covariance amended, burg method, as well as MUSIC and ESPRIT method)
- 2009-07-01 22:55:40下载
- 积分:1