-
MATLAB
matlab实现样条插值法,方便快捷实现各种拟合(matlab implementation spline interpolation method, to achieve a variety of quick and easy fitting)
- 2011-11-17 17:08:56下载
- 积分:1
-
ber_ldpc2
ber_ldpc G(F)non bariny LDPC code
- 2013-12-23 15:35:51下载
- 积分:1
-
FMdemod
FM demodulation signal
- 2012-01-01 22:24:07下载
- 积分:1
-
SE
说明: 小波分解层数为5层,提取高频系数,进行单只重构,从而得到各组系数(Wavelet decomposition level for five layers, extracting high-frequency coefficients, only a single reconstruction, resulting in each set of coefficients)
- 2015-04-20 21:04:40下载
- 积分:1
-
matlab
精通matlab,经典matlab教材,word版本,有附录(Proficient in matlab, classic matlab materials, word version of the appendix has)
- 2007-10-25 20:39:44下载
- 积分:1
-
Shell_Programming
SHELL概述;SHELL变量介绍;引用类型;控制流结构;函数;调试;(SHELL Overview SHELL variable is introduced reference type control flow structure function debugging )
- 2010-12-16 18:05:05下载
- 积分: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
-
Reglungstechnik
xiao che mo ni, Matlab+Simulink(car control model)
- 2014-02-23 23:35:33下载
- 积分:1
-
01_introduction
presentation of MATLAB
- 2009-05-26 23:30:40下载
- 积分:1
-
optics
optics密度聚类源码,简单容易理解,止血药修改ReadTxt.m中的load的传入,就可以直接运行。(Called density clustering source, simple and easy to understand, hemostatic changes ReadTxt. M of the introduction of the load, can be directly run.)
- 2020-11-08 10:19:47下载
- 积分:1