-
DEBLOCK_PAPER
DEBLOCKING ieee PAPERS
- 2010-07-02 12:01:05下载
- 积分:1
-
bayesianMLP
Bayesian Multi Layer Perceptron Neural Network
- 2010-01-07 22:56:34下载
- 积分:1
-
MATLAB
MATLAB的学习,PDF资料,很适合新手的学习资料,希望可以采取,谢谢,万分感谢。(It can be use to learn MATLAB. )
- 2012-04-25 21:55:13下载
- 积分: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
-
IEEE-6
人工鱼群算法在 IEEE电力系统规划中的应用程序(Artificial fish-swarm algorithm in power system planning applications)
- 2010-09-21 19:22:32下载
- 积分:1
-
PMUSIC
自适应滤波器中MUSIC算法的MATLAB程序·(Adaptive filter algorithm in the MATLAB program MUSIC)
- 2010-12-25 22:38:07下载
- 积分:1
-
PUE
仿冒主用户检测的简答代码,供大家学习交流使用(The short answer to detect counterfeit primary user code , for we learn to use
)
- 2014-10-14 21:42:10下载
- 积分:1
-
CS-Channel-Estimation
信道估计程序,ieee发表的文章对应的原码,本人已经验证,可以使用。(Channel estimation procedures, ieee post corresponding to the original code, I have verified that you can use.)
- 2013-10-25 21:08:24下载
- 积分:1
-
demo-of-LFM-pulse-radar
ISAR单特显点法相位补偿,线性调频信号脉冲雷达回波模拟。(Special single-point method significantly ISAR phase compensation, the linear FM pulse radar echo signal simulation.)
- 2011-11-17 19:25:07下载
- 积分:1
-
GUI
Fourie Crypt. Encrypt and decrypt programs
- 2013-11-24 02:13:12下载
- 积分:1