-
matlab-study
简单的仿真,在simulink里简单的创建了模型,然后练习使用传递函数(Simple simulation in simulink in the creation of a simple model, and then practice using the transfer function)
- 2013-07-31 08:40:05下载
- 积分:1
-
FastICA_2.5
可用于进行独立分量分析的matlab源码,可用来进行特征提取等(can be used to conduct an independent analysis of the Matlab component source code, which can be used for feature extraction, etc.)
- 2007-04-18 20:20:40下载
- 积分:1
-
DCT-11-(2)
DCT 音频水印 嵌入与提取 并进行攻击 (DCT SHUIYIN CHENGXU)
- 2012-05-27 13:27:24下载
- 积分:1
-
yichuansuanfa
典型的遗传算法,保证能够运行,切没有密码(The typical genetic algorithm)
- 2014-11-13 19:14:34下载
- 积分:1
-
winna-
最优估计最有用的 程序的新方法 ,对于新人学习有很大的帮助,请大家多多指教
共同交流(Matable In order to improve the adaptation property of the system by making the best of the direction of distribution of radar measurement errors, a optimum estimation algorithm for Kepler orbit is proposed, which yields a maximum likelihood estimation of the Kepler orbit with multi-spatio-temporal state based on both the preprocessing of the small manoeuvring model and the determining of initial value parameter with two spatio-temporal state.
)
- 2012-10-27 10:25:22下载
- 积分: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
-
signalmatlab
典型的信号以及matlab实现,适用于初学者,里面有正余弦信号等基本信号。(A typical realization of the signal and matlab for beginners, there are sine and cosine signals and other basic signal.)
- 2010-11-06 10:20:09下载
- 积分:1
-
dlb
说明: matleble仿真倒立摆
可用的源程序,绝对可用,(Simulation of inverted pendulum matleble available source code is absolutely available,)
- 2008-09-27 17:20:06下载
- 积分:1
-
autocorr
Autocorrelation Function - Matlab - Useful Econometrics Tool
- 2014-01-04 02:12:57下载
- 积分:1
-
fuzzy-method
详细介绍了模糊数学的基本原理,并附有详细的MATLAB程序,好用(Details the basic principles of fuzzy mathematics, along with a detailed MATLAB program, easy to use)
- 2011-09-07 15:43:50下载
- 积分:1