-
gMQAM_gray
to get the theoretical and simulation plots for 4 16 64 QAM plots for AWGN channel
- 2009-04-06 18:24:24下载
- 积分:1
-
annMatlab7p2
说明: 神经网络与matlab7的实现
配套资料下载
.m格式(neural network and the realization matlab7 supporting information downloaded. M format)
- 2006-04-15 00:50:37下载
- 积分:1
-
c3
说明: Electrical machine modelling run the mfile first and run the model file
- 2012-08-02 11:31:02下载
- 积分: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
-
67506272integrated_navigation_systems
《GNSS惯性导航组合第3版》随书光盘,包括Matlab各章节例程和数据(Integrated GNSS inertial navigation assembly 3rd edition portable CD - ROM)
- 2017-12-18 22:47:47下载
- 积分:1
-
jiefangcheng
matlab经典算法的程序之解方程,含线性方程、非线性方程的求解等程序(matlab program of classical algorithm solving equations, including linear equations, nonlinear equations and other procedures)
- 2011-07-09 11:11:50下载
- 积分:1
-
Handwritten-numeral-recognition
matlab环境下实现对手写体数字的分类识别(Handwritten Arabia digital numeral recognition)
- 2013-12-20 16:17:57下载
- 积分:1
-
A.Guide.to.MATLAB
说明: 一本Matlab入门书籍,有Matlab基础或者无基础均可使用(This book is a short, focused introduction to MATLAB, a comprehen-
sive software system for mathematics and technical computing. It will
be useful to bothbeginning and experienced users.)
- 2011-03-18 02:33:57下载
- 积分:1
-
fdls
Frequency domain least squares fitting for room equalization
Matlab
- 2011-08-23 21:32:41下载
- 积分:1
-
MATLAB-for-hillSAA
共有5个m文件,用于求解旅行商问题,可动态显示求解最优路径过程,且有代码详细注释,对初学者尤为适用。(A total of 5 m file, used to solve the traveling salesman problem, you can solve the optimal path dynamically display process, and there is code detailed notes, particularly suitable for beginners.)
- 2014-11-27 10:19:27下载
- 积分:1