-
rddata
读取mit-bih心电信号数据的m文件,rddata.m,英文(Mit-bih read ECG data m file, rddata.m, English)
- 2008-01-16 12:25:19下载
- 积分:1
-
PVmodele5
cell solar (Modélisation du système photovoltaï que )
- 2013-04-19 15:36:22下载
- 积分:1
-
Microgrid-inverter-control
微电网逆变器控制,下垂控制和单相孤岛控制,可实现逆变器孤岛和并网运行。(Micro-grid inverter control, droop control, and single-phase islanding control, can achieve inverter islanding and grid operation.)
- 2015-06-04 11:16:56下载
- 积分:1
-
matlabRCS
金属球体、椭球、视锥、圆盘、等腰三角形RCS MATLAB仿真实例(Simulation examples of metal sphere, ellipsoid, cone, disc and isosceles triangle RCS based on MATLAB)
- 2018-04-19 08:54:57下载
- 积分:1
-
eetop.cn_Simulink
simulink简明教程,初步了解simulink的使用方式(simulink simple tutorial a preliminary understanding of the usage simulink)
- 2010-01-14 13:16:41下载
- 积分:1
-
allpass5
计算全通滤波器的源程序,根据信道群延迟,计算滤波器系数,用以校正信号相位变化(calculation of the all-pass filter source files, according to the channel group delay, filter coefficients calculated, for the correction signal phase changes)
- 2021-05-09 16:38:34下载
- 积分: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
-
C-Sharp-WindowsService1
用C Sharp编写一个Windows服务,有详细的图文并茂的编写设计文档。代码有注释,容易阅读。(The preparation of a Windows service by C Sharp, has detailed pictures and write design document. Annotated code, easy to read.)
- 2015-03-26 14:38:27下载
- 积分:1
-
1
利用MATLAB来实现函数f(t)向右移三和向左移动三的波形
向右移
3
和向左移
3
的波形
(Three waveform move to the right and to the left to the right and to the left of the waveform using MATLAB to achieve the function f (t))
- 2013-05-17 10:56:09下载
- 积分:1
-
yunsuanfu
实验:
有两个个矩阵a和b,均为2行3列。 重载运算符“+”,
(1)使之能用于矩阵的相加。如c=a+b。
(2)如果参与运算的两个操作数中一个是整数即矩阵+3或3+矩阵形式,进行加法运算也能得出和。
(3)定义自减运算符的前置(i++)和后置(++i)重载编写相应程序并验证它的正确性。
(i think it s a goog for many people)
- 2009-12-28 10:33:54下载
- 积分:1