-
efd
projet de fin d etude
- 2012-05-18 01:22:11下载
- 积分: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
-
wdxpd
上传一个判断传递函数的稳定性的程序,当传函零极点位于虚轴右侧时系统不稳定,输出不稳定提示,系统稳定时输出稳定系统的传函。(Upload a function to determine the stability of the program transfer, the transfer function when the right side of the imaginary axis pole-zero when the system is unstable, unstable output prompt, the output transfer function to stabilize the system when the system is stable.)
- 2013-12-27 16:31:12下载
- 积分:1
-
batterymodel2RC
基于MATLAB/Simulink建立2RC等效电路模型,用于电池模型参数辨识(2RC equivalent circuit model for battery model parameter identification)
- 2018-07-24 21:50:57下载
- 积分:1
-
high-filter
对给定的含噪脉冲信号进行相关检测。检测结果用1、0表示。要求从文本文件中读入数据,分析滤波前后的信号统计特征:包括均值、方差、自相关和功率谱。设计参考信号,进行相关处理和检测;画出原始数据的曲线以及相关结果的曲线(For a given pulse signal associated with noise detection. Test results with 1,0 said. Asked to read from a text file into the data, analyze the demographic characteristics of the signal after filtering include: mean, variance, autocorrelation and power spectrum. Design reference signal, the associated processing and testing draw the curve of the original data and the associated results of the curve)
- 2011-09-14 20:16:32下载
- 积分:1
-
ECA_B
雷达信号处理中,利用ECA_B算法,实现直达波及多径的抑制(In radar signal processing, the ECA_B algorithm is utilized to realize the suppression of the direct spread and multipath.)
- 2020-07-03 23:40:02下载
- 积分:1
-
Schaffer
基于MATLAB编程的粒子群算法,测试函数为shaffer(MATLAB programming based particle swarm algorithm, test function shaffer)
- 2010-12-14 10:32:21下载
- 积分:1
-
yall1
正交匹配追踪(OMP)算法的实现程序,用于压缩感知以及稀疏成像方面(Orthogonal Matching Pursuit (OMP) algorithm to achieve the program, aspects of compressed sensing and imaging for sparse)
- 2015-04-07 10:59:21下载
- 积分:1
-
binomial
古典密码学中的一些实现加密的算法,用Matlab实现的。(Classical Cryptography to achieve some of the encryption algorithm, using Matlab to achieve.)
- 2008-12-30 22:15:04下载
- 积分:1
-
时频分析处理软件
说明: 最新时频分析处理软件,提供了WVD和多种伪WVD算法。胡广书所编>中实例程序需要其才能运行(latest time-frequency analysis software, and provides a variety of pseudo-WVD WVD algorithm. Hu-book series by <<modern signal processing TEACHING COURSE "> Example process needs to run its)
- 2021-03-05 22:09:31下载
- 积分:1