-
matlab
matlab下的数字图象处理例程,其中有关图片文件只要随便找个图片就可以了(matlab under the digital image processing routines, including the relevant picture file as long as you can not find a picture of the)
- 2007-11-06 21:38:49下载
- 积分:1
-
SIMULINKcontrol
本文介绍了MATLAB和SIMULINK的应用概况,主要讨论SIMULINK在控制系统仿真中的应用,以及S-函数的设计方法(This paper introduces the MATLAB and SIMULINK Application Profiles, SIMULINK discussed in the main control system simulation, the application of S-function design)
- 2006-09-20 21:37:45下载
- 积分:1
-
Location-Coding
主要用MATLAB 仿真了蜂窝网无线定位TDOA中经典的一些算法如CHAN ,TAYLOR,SI算法等并做了性能分析和比较。。希望对初学定位的同学有用(Major cellular network wireless positioning TDOA classic algorithm CHAN, TAYLOR, SI algorithm MATLAB simulation and performance analysis and comparison. . Hope for beginner positioning classmates useful)
- 2012-09-05 20:07:49下载
- 积分: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
-
MatlabSimulink通信系统建模与仿真实例分析 课件
说明: MATLABSIMULINK通信系统建模与仿真实例分析 一书的仿真代码,对于理解simulink仿真以及通信系统原理非常有帮助。(The simulation code of matlab,simulink and communication system modeling and simulation example analysis book is very helpful for understanding Simulink simulation and communication system principle.)
- 2020-05-17 08:48:39下载
- 积分:1
-
F=0
二元傅立叶全息图在matlab上的实现。体现了其五个实现步骤。结果为生成啁啾光纤光栅。(Binary Fourier hologram on the matlab realize. Reflects the achievement of its five steps. The results for the generation of chirped fiber grating.)
- 2008-05-15 23:41:40下载
- 积分:1
-
MySmith
微波工程史密斯圆图计算,演示。根据提示在输入框中输入相应数值,在输出框中有相应输出值。(Smith microwave engineering plans, the demonstration. According to the input box prompts the corresponding values in the output of a corresponding output value box.)
- 2009-06-29 16:04:08下载
- 积分:1
-
powersys
基于MATLAB的同步发电机仿真模型应用(MATLAB-based simulation model of the synchronous generator application)
- 2013-03-18 05:24:20下载
- 积分:1
-
case10
该程序展示了一个10节点的电力系统潮流计算过程,采用牛顿拉夫逊法(The program shows a 10-node power flow calculation, using the Newton Raphson method)
- 2011-09-07 15:46:09下载
- 积分:1
-
VEHICLE-SPEED
VEHICLE SPEED AND SPACING CONTROL VIA COORDINATED
THROTTLE AND BRAKE ACTUATION
- 2013-10-01 04:05:41下载
- 积分:1