-
prim
利用Matlab编写构造最小生成树的Prim算法,程序注释清晰,通俗易懂。(Minimal Spanning Tree-- Prim)
- 2013-09-21 21:59:01下载
- 积分:1
-
MAtlab
image polar to convert an image from Matrice to polar conrdinate, its about 5 functions that works toguether
- 2013-12-11 03:25:24下载
- 积分:1
-
wind_statcom
含风机和statcom补偿的小型输电系统,可以模拟风力波动、母线故障、风电投切造成的电能质量问题,并通过statcom补偿稳定母线电压并滤除谐波,效果较好,与大家分享。(The small power transmission system with fan and statcom compensation can simulate the power quality problems caused by wind power fluctuation, bus fault and wind power switching, and stabilize the bus voltage by statcom and filter out the harmonics, and it is better to share with you.)
- 2017-04-28 16:12:04下载
- 积分:1
-
NSGA214jdian
说明: 考虑环境因素的多目标优化方法,采用传统的遗传算法,同时考虑环境和经济性,考虑帕累托策略。(The multi-objective optimization method considering the environmental factors, using the traditional genetic algorithm, while considering the environment and economy, considering the Pareto strategy.)
- 2020-06-01 22:50:46下载
- 积分:1
-
LMS
滤波器设计,对一给定随机信号进行滤波。一个较为完整的示例,包含信号的产生与分析过程(Filter design, for a given random signal filtering. A more complete example, including the process of signal generation and analysis)
- 2010-12-01 18:57:49下载
- 积分:1
-
tongzhou
同轴线的电势分布算法,有图,可以直观看一下(good)
- 2010-05-07 17:43:30下载
- 积分:1
-
inter_recons
帧间编码,通过matlab实现的,代码通俗易懂,较为实用,可以用于对编码的初步学习(Inter-coded, implemented by matlab code easy to understand, more practical, can be used for a preliminary study of the coding)
- 2014-10-29 14:45:35下载
- 积分: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
-
Untitled7
基于麦克风十字阵列的波速形成二维空间的声源定位(Forming a sound source localization based on two-dimensional space velocity microphone array Cross)
- 2013-12-31 15:14:21下载
- 积分:1
-
mEngine
mEngine是连接Mathematica 和MATLAB的程序. 可以实现Mathematica 和MATLAB的互相调用。( mEngine provides the facility to share data between Mathematica and MATLAB.
All functions are wrappers to those provided by the MATLAB Engine Library.
MATLAB should be installed first.)
- 2011-01-28 19:26:22下载
- 积分:1