-
SystemIdentify
利用神经网络对输入的M序列进行线性离散系统辨识,及其改进算法(The use of neural network input M-sequence of linear discrete-time system identification, and its improved algorithm)
- 2009-11-13 19:24:06下载
- 积分:1
-
fenzhi
#include <iostream.h>
int main()
{
int i(0),sum(0)
while (i<=100)
{
sum=sum+i
++i
}cout<<"sum="<<sum<<endl
return 0;
}
- 2009-12-11 22:03:44下载
- 积分:1
-
Complex-trapezoid-formula
说明: 非常好的用复化梯形公式和外推法求解积分方程的matlab例程,附带报告,详细讲解原理,分析程序与结果,不可多得的报告(Very good with a complex trapezoid formula and extrapolation matlab routines for solving integral equations, with the report gave a detailed theory, analysis procedures and results, the report of a rare)
- 2011-03-03 12:45:25下载
- 积分:1
-
PI_Smith
Smith预估控制算法和PI控制算法的联合运用(Smith)
- 2009-09-21 17:58:42下载
- 积分:1
-
antenna-princple
天线设计原理,适合天线初学者以及工程人员参考的经典资料(Antenna design principle of classical information, suitable for beginners and engineering personnel antenna)
- 2014-10-31 21:56:44下载
- 积分:1
-
iplex
两发两收的空间多路复用信道的matlab仿真程序。(Spatial multiplexing received two rounds of two-channel matlab simulation program.)
- 2013-11-24 19:21:16下载
- 积分:1
-
ASoftwareDefinedGPSandGalileoReceiver
Kai Borre等著、 杨东凯,张飞舟,张波 译。英文版及相应的PPT学习文件和代码.(A Software-Defined GPS and Galileo Receiver (丹麦)Kai Borre Nicolaj Bertelsen Peter Rinder Soren Holdt Jensen (美)Dennis M. Akos
)
- 2011-01-04 14:02:59下载
- 积分:1
-
his
histogram with matlab
- 2012-05-08 17:58:03下载
- 积分: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
-
send
open dicom file in matlab
- 2012-02-07 14:22:55下载
- 积分:1