-
SpaRSA_2.0
求解优化问题中L1范数正则化函数和全变分正则化函数的流行算法(Sparse Reconstruction by Separable Approximation)
- 2013-10-14 20:50:29下载
- 积分:1
-
OFDMandCCD
Trigonometric functions using MATLAB to achieve power spectral analysis
- 2010-02-26 15:09:54下载
- 积分: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
-
frcg
使用FR共轭梯度法求解无约束问题
输入包括初始点,目标函数和梯度
输出包括最优点和最优解,还有迭代次数(Use FR conjugate gradient method for solving unconstrained problems including initial entry points, the objective function and the gradient of the output, including the advantages and the most optimal solution, as well as the number of iterations)
- 2020-12-14 08:59:14下载
- 积分:1
-
MobileFadingChannels
Mobile Fading Channels--Modelling, Analysis & Simulation
- 2010-09-24 23:38:45下载
- 积分:1
-
HUHfsehue7897958345
维纳滤波理论在图像处理中的应用。
包括维纳滤波,维纳复原,维纳边沿提取,维纳增强。我的一个小课题的终结版。
附有PPT(Wiener filtering theory in image processing applications. Including the Wiener filter, Wiener restoration, Wiener edge extraction, Wiener enhanced. I have a small issue of the final version. With PPT)
- 2009-12-16 21:00:47下载
- 积分:1
-
8
说明: 小波与近似熵相结合的机械振动噪声信号分析
8.复morlet小波实验程序.(8 Complex Wavelet morlet experimental procedures.)
- 2013-11-02 04:49:26下载
- 积分:1
-
supermarket
supermarket的一部分源代码一部分源代码(super market)
- 2013-12-09 20:45:23下载
- 积分:1
-
4651453IEEE14
steady state short circuit calculation
- 2017-12-11 17:32:58下载
- 积分:1
-
MATLABshejiyuyingyong
MATLAB编程,又从函数使用到复杂程序的源代码,涵盖MATLAB所有基础知识(MATLAB programming, and from the function used to complex program' s source code, covering all the basics of MATLAB)
- 2009-11-15 11:07:38下载
- 积分:1