-
EMD工具箱
说明: EMD分解matlab小程序,里面包含有EMD工具箱,非常的好用。(EMD decomposes a small matlab program, which contains an EMD toolbox, which is very easy to use.)
- 2021-03-04 17:10:05下载
- 积分:1
-
BPSK
史上最详细的BPSK的源程序,下载后绝对不会让你后悔,如果喜欢点个赞哦,欢迎交流。(BPSK history of the most detailed source, will not let you download later regret it, if you like the point of a like oh, please share.)
- 2014-11-13 18:53:49下载
- 积分:1
-
MATLAB_examples
MATLAB从入门到精通_配套光盘.rarMATLAB从入门到精通_配套光盘.rarMATLAB从入门到精通_配套光盘.rarMATLAB从入门到精通_配套光盘.rar(matlab matlab)
- 2012-04-10 19:46:39下载
- 积分:1
-
matlab
了解隐马尔科夫模型HMM的概念、组成和需要解决的问题;通过matlab分析和三个基本算法分析读研和就业问题:forward算法、Viterbi算法和Baum-Welch算法(Understand the concept of Hidden Markov Model HMM, composition and problems to be solved matlab analysis by three basic algorithms: forward algorithm, Viterbi algorithm and Baum-Welch algorithm)
- 2014-01-15 16:25:59下载
- 积分:1
-
LMS-algorithm1
自适应信号处理中 LMS 算法 程序 结果 以及结果的分析比较(LMS algorithm in adaptive signal processing procedures for analysis and comparison of results and the results)
- 2011-08-09 22:57:58下载
- 积分:1
-
DigitalImageProcessingUsingMatlab
Digital image processing for lecture
- 2009-10-25 17:28:03下载
- 积分:1
-
chapter4
小波分析理论与MATALB R2007 实现第四章代码,一些简单例子(Wavelet theory and MATALB R2007 A Chapter of code, some simple examples)
- 2012-05-27 11:15:42下载
- 积分:1
-
PDE
MATLAB在构造应力场 磁场 热学 温度场 研究中的应用(MATLAB magnetic field thermal temperature field study of the tectonic stress field)
- 2013-02-02 06:25:07下载
- 积分: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
-
jezh
金额转换,阿拉伯数字的金额转换成中国传统的形式如:(¥1011)->(一千零一拾一元整)输出。(The amount of conversion, the amount of Arabic numerals into the traditional Chinese forms such as: (¥ 1011)- " (1001 picked up a dollar a whole) output.)
- 2010-03-15 10:01:35下载
- 积分:1