-
fsk_ask_psk
用来仿真fsk PSK 误码率用来仿真fsk PSK 误码率(simulate the ber of fsk and psk)
- 2010-12-21 14:36:35下载
- 积分:1
-
Matlabprogram
MATLAB神经网络源程序,有关人工神经网络模型的MATLAB的m文件。(MATLAB neural network source code, the artificial neural network model of the MATLAB m-files.)
- 2009-05-03 07:47:02下载
- 积分:1
-
travelsale
利用遗传算法解决旅行商问题,以五个城市为例,给出了程序的源码和具体说明。(using genetic algorithms to solve the traveling salesman problem, and to five cities as an example, the program source and specify.)
- 2007-05-25 22:24:21下载
- 积分:1
-
hpf
HIGH PASS FILTERING WITH USING 3X3 MASK
- 2013-05-21 16:59:55下载
- 积分:1
-
pf_filter
五种常用的粒子滤波算法,里面有ekf算法的比较 欢迎大家下载学习,含注释(five kinds of pf filter. it will help you to study pf filter.)
- 2010-08-19 15:23:11下载
- 积分:1
-
Matlabhanshudaquan
Matlab中的各种函数大全,希望对大家有用(Daquan various functions in Matlab)
- 2012-01-07 09:28:47下载
- 积分: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
-
shuangxianxing
双线性变换法设计Butterworth滤波器。分别画出滤波前和滤波后的时域图和频谱图。(Bilinear transform design Butterworth filter. Draw the pre-filter and the filtered time-domain and frequency spectrum.)
- 2013-12-20 16:51:54下载
- 积分:1
-
sagnac
基于保偏光纤的Sagnac环透射谱仿真程序,可以用于计算自由光谱范围等(Based on the transmission spectrum of polarization-maintaining fiber Sagnac loop simulation program, and can be used to calculate the free spectral range and so on)
- 2021-03-17 10:29:21下载
- 积分:1
-
Blanchard_Sandu_ISTVS_07
基于EKF的参数估计算法理论,这是个英文文献,主要介绍了用EKF方法去识别结构的参数。(The parameter estimation algorithm based on EKF theory, this is English literature, introduces the parameters EKF method to identify structures.)
- 2016-01-21 07:28:55下载
- 积分:1