-
NGbss
一个自然梯度的盲源分离matlab算法,希望对大家有用(A natural gradient algorithm for blind source separation matlab hope for all of us)
- 2021-04-29 15:08:43下载
- 积分:1
-
mmlse_dynamic_coeffs_small_frame
simuink help for mlse from mathworks
- 2011-02-15 23:25:01下载
- 积分:1
-
windows
retrieve hard disk unique serial number
- 2014-08-16 07:30:29下载
- 积分:1
-
LSL-RLSYULMS
本自适应算法考查了LMS,RLS与LSL三种自适应算法的对比。(The adaptive algorithm examines the LMS, RLS and LSL comparison of three kinds of adaptive algorithms.)
- 2011-10-04 12:49:25下载
- 积分:1
-
基于HNLF的全光逻辑与门主程序fiberfwm
基于HNLF的全光逻辑与门主程序,光纤中的四波混频过程的matlab数值模拟仿真代码。(HNLF-based all-optical logic gates main program, fiber four-wave mixing process matlab numerical simulation codes.)
- 2020-07-10 16:18:55下载
- 积分:1
-
802_15_4_MAC_PHY_Model
matlab code for 802.15.4
- 2012-10-18 22:27:21下载
- 积分:1
-
BERd2
在多分辨率衰落信道中第一类优先级数据的平均BER表达式(Fading channel in a multi-resolution data first priority of the average BER expression)
- 2010-08-18 18:32:21下载
- 积分:1
-
Q3.10
MatlAB与信号与系统的结合例程,实现了傅里叶函数使用,用filter,fplot等绘图。(MatlAB with a combination of signal and system routines, the use of a Fourier function, the filter, fplot and other graphics.)
- 2009-05-02 22:37:34下载
- 积分:1
-
matlab
matlab经典教材内含习题答案作业答案 源码(An Introduction to Programming and Numerical Methods in MATLAB)
- 2013-12-14 20:30:26下载
- 积分: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