-
pushang
对白噪声的谱熵进行了计算。大家可以参考一下,(Spectrum Entropy )
- 2012-04-06 10:11: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
-
SINS-MATLAB
matlab 编写的惯导定位程序,可以直接运行(INS positioning written in matlab program can be run directly)
- 2014-02-17 13:48:03下载
- 积分:1
-
image-segmentation
图像分割的matlab程序 可以实现 并且有同步的外国论文文献 非常好用(Image segmentation matlab program can achieve synchronization of foreign papers and literature is very easy to use)
- 2014-01-04 17:16:17下载
- 积分:1
-
VAD
说明: VAD matlab程序 常见于无声帧检测 语音信号处理(VAD matlab program is commonly used in silent frame detection speech signal processing)
- 2019-10-31 16:58:31下载
- 积分:1
-
db4
用DB4小波进行多尺度分解,分解级数为6层的降噪程序(DB4 Wavelets )
- 2010-06-03 22:35:47下载
- 积分:1
-
chirp_analys
simple dechirping example in typical RF systems
- 2010-01-14 16:01:52下载
- 积分:1
-
test
说明: 一种基于角点信息和透视变换的图像镶嵌源代码(A corner-based information and perspective transformation of the image mosaic source code)
- 2011-03-14 19:18:33下载
- 积分:1
-
SPIHT_Matlab_Demo
spiht it works
- 2012-01-20 05:55:02下载
- 积分:1
-
LTE_init_load_BLER_curves
init load BLER curves for LTE
- 2015-11-19 21:25:29下载
- 积分:1