-
junhengzengqiangsufan
用matlab编程的自适应直方图程序,经过试验了,还可以。。可以下载来应用看看。(Adaptive histogram using matlab programming procedures, tested, and was quite good. . Can be downloaded to apply a look.)
- 2009-12-08 22:12:36下载
- 积分: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
-
spatialPattern
Generate 2D spatial pattern like fractal brownian motion. Fractal Dimension can be modified as input parameter.
- 2009-07-17 07:10:22下载
- 积分:1
-
两种驾驶员模型进行对比分析
两种驾驶员模型进行对比分析,最终验证本驾驶员模型的优势(Comparing the two pilot model, finally verify the driver model)
- 2015-04-21 15:11:06下载
- 积分:1
-
modeling-Signals
Signal Processing Techniques
- 2011-02-04 23:33:10下载
- 积分:1
-
WindAssessmentDA
wind assement for windturbine site
- 2011-05-10 01:41:28下载
- 积分:1
-
mud
注意:刚上传的不完整,以这个为准 (在DS-spread spectrum系统中,噪声为加性高斯白噪声,传统单用户检测,线性解相关多用户检测和最小均方误差多用户检测的性能比较)(In DS-spread spectrum system, the noise is additive white Gaussian noise, the traditional single-user detection, the linear decorrelating multiuser detection and MMSE Multiuser Detection Performance Comparison)
- 2020-11-16 19:09:40下载
- 积分:1
-
compensation
说明: 用于实现语音中的对消噪声,本程序用matlab实现(For the voice in noise cancellation, the program achieved with matlab)
- 2010-04-13 19:58:39下载
- 积分:1
-
matlab
说明: 自相关法实现doa ;实现ula阵列信号处理,(Autocorrelation method to achieve doa achieve ula array signal processing,)
- 2011-03-30 22:08:52下载
- 积分:1
-
mls拟合
移动最小二乘的MATLAB程序 用于简单的散点曲线拟合(MATLAB Program of Moving Least Squares for Simple Spot Curve Fitting)
- 2019-04-02 11:59:03下载
- 积分:1