-
基于MATLAB的九点五态控制器的仿真模型 state5
建立的基于MATLAB的九点五态控制器的仿真模型,运行正确。(Establishment of a nine MATLAB-based simulation model of five-state controller, run correctly.)
- 2010-09-27 15:07:17下载
- 积分:1
-
gaussppg
Solving the power flow of an electric system using Gaussian-Jacobian method.
files include:
busdata6.m
gaussppg.m
linedata6.m
pol2rect.m
ybusppg.m
- 2010-12-02 12:56:28下载
- 积分:1
-
yyyyy
matlab fft 加速度时程与位移的变换(fourier)
- 2009-12-16 15:53:10下载
- 积分:1
-
TheCalculationandAnalysis
利用二维有限差分法对单脊波导TM模进行计算。通过调整网格数目观察计算结果的精度,可以设定出最优的网格数目,然后改变波导中脊的尺寸,观察最低两个TM模对应的截止频率的变化规律,最后给出对应的横截面电场、磁场分布图(The two-dimensional finite difference method to calculate the single-ridge waveguide TM mode. The optimal number of grid can be set by the accuracy of the adjustment of the calculation result of the grid number observed, and then change the size of the waveguide ridge observed the lowest two corresponding to the TM mode of the cutoff frequency of the variation, and finally to give the corresponding cross cross-section of the electric field, magnetic field maps)
- 2013-03-18 12:22:11下载
- 积分:1
-
Simulation
工业机器人的课程设计仿真程序,主要包括拉格朗日方程法,Jacobian方法等(Industrial robot course design simulation program
Mainly includes Lagrange equation method, Jacobian method, etc
)
- 2011-06-30 17:29:58下载
- 积分:1
-
stiffODE
stiff ODE solver for set of equations
- 2011-08-31 08:49:30下载
- 积分:1
-
beamforming
MATLAB编程实现DFT波束形成,64个阵元(MATLAB programming DFT beamforming)
- 2011-10-25 21:15:24下载
- 积分: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
-
winner-filter
说明: 二维自适应维纳滤波,维纳滤波对图像噪声的影响。(Two-dimensional adaptive filtering, Wiener filtering of image noise.)
- 2011-02-23 21:13:35下载
- 积分:1
-
FuzzyNet
模糊网络的应用,可以试试看哦,在各种控制上都用得到(fuzzy application)
- 2013-01-09 13:08:15下载
- 积分:1