-
shibbsR
将基于最大峰值和JADE盲分离算法相结合的一种盲分离算法.(Will be based on the maximum peak and the JADE algorithm for blind separation of a combination of blind source separation algorithm.)
- 2007-11-29 11:16:13下载
- 积分:1
-
qubingyaogan
说明: 曲柄摇杆机构运动分析,角位移,加速度,角速度分析(Crank-rocker mechanism motion analysis, angular displacement, acceleration, angular velocity of)
- 2010-04-21 17:09:47下载
- 积分:1
-
maze
paper q learning for solving a maze
- 2014-11-21 01:57:29下载
- 积分:1
-
1D FDTD
说明: 实现电磁波在两端为PEC板时的一维FDTD程序(Realize the one dimension FDTD program when the electromagnetic wave is PEC board at both ends)
- 2020-07-26 21:04:00下载
- 积分:1
-
hunankejidaxue
倒立摆控制系统虽然作为热门研究课题之一,但见于资料上的大多采用现代控制方法,本课题的目的就是要用经典的方法对单级倒立摆设计控制器进行探索。(Although the inverted pendulum control system as one of hot research topics, but in most of the information on the use of modern control methods, the purpose of this subject is to use the classic method of single-stage inverted pendulum controller design exploration.)
- 2009-05-11 00:49:04下载
- 积分:1
-
new-adaptive-kalman
分别使用传统卡尔曼滤波和改进的自适应卡尔曼滤波对运动物体进行跟踪,比较并分析结果,验证自适应卡尔玛滤波的优点。(Respectively using conventional Kalman filter and adaptive Kalman filter for improved tracking of moving objects, compare and analyze the results to verify the advantages of adaptive filtering Kalmar.)
- 2020-09-09 10:08:02下载
- 积分:1
-
EDGE16QAM
说明: 我们现在GSM/EDGE信号采用的是旋转的8PSK调制方式,在这里,我们为了得到更高的信息传输速率,我们可以采用EDGE16QAM调制方式。(we GSM/EDGE signals using the rotating 8PSK modulation, and here we have to be higher data transfer speeds, we may use EDGE16QAM modulation.)
- 2006-04-07 16:39:43下载
- 积分:1
-
noise_am
噪声幅度调制信号仿真代码(使用的是高斯白噪声)(Noise amplitude modulation signal simulation code (using a Gaussian white noise))
- 2015-01-22 21:20:26下载
- 积分:1
-
bayesgauss
Bayesian gauss algorithm
- 2013-04-29 16:58:28下载
- 积分: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