-
AjustePSSpotencia
Adjust parameters for a Power PSS algorithm for synchronous gerator control
- 2015-03-10 21:55:47下载
- 积分:1
-
wave
说明: 海浪模拟 改变频率及其他参数输入得到不同的海浪谱(Common function set of MATLAB simulink)
- 2019-05-29 21:03:30下载
- 积分:1
-
FOC
说明: 永磁同步电机simulink弱磁控制FOC模型(FOC model of permanent magnet synchronous motor based on Simulink flux weakening control)
- 2020-03-08 09:34:36下载
- 积分:1
-
Toolbox-Matlab-Introduction
说明: Matlab数理统计工具箱应用简介,适合于初学者。(Application of Mathematical Statistics Toolbox Matlab Introduction
)
- 2011-02-28 11:26:45下载
- 积分:1
-
Matlab-HMM
基于高斯混合模型的情感识别算法 matlab (Hmm emotion recgonition )
- 2012-05-21 19:50:51下载
- 积分:1
-
to-matlab-Billiards-animation
matlab撞球动画 设计非常精细巧妙 值得学习(very fine and clever the matlab Billiards animation design worth learning)
- 2012-09-15 21:29:15下载
- 积分:1
-
hw3
用matlab进行图像滤波,图像滤波的效果在文档中有说明(The effect of image filtering, image filtering using matlab document)
- 2012-10-19 22:48: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
-
DesktopAA
室内环境射线跟踪算法研究,室内反射点追踪的计算(Indoor environmental ray tracing algorithm to calculate the reflection point indoor track)
- 2014-02-23 20:59:54下载
- 积分:1
-
ELM代码
采用极限学习机即(ELM)进行回归和预测的MATLAB代码, 亲测可用,只需要替换自己的数据即可.(Extreme learning machine (ELM) is used for regression and prediction with MATLAB code. You need only use your own data to represent the data in the code.)
- 2021-04-12 11:18:57下载
- 积分:1