-
extraction-of-feautres
implemntation an appraoch of extraction a feuatres of object
- 2014-02-04 22:44:08下载
- 积分:1
-
P84li3.1
通过给出的随机过程,该随机过程是由3个实正弦信号组成,归一化频率分别为0.1,0.25,0.27,其中相位是相互独立在【0,2*pi】上分布的随机相位;噪声是均值为0、方差为1的实高斯白噪声,信噪比为30db,30db,27db,观测样本数为N,通过bartlett法,Welch法,周期图法计算随机过程的概率谱(Given by stochastic process, the stochastic process is composed of three real sine signal, the normalized frequency were 0.1, 0.25, 0.27, including phase is independent in [0, 2* PI] on the distribution of random phase Noise variance is the mean to 0, 1 real gaussian white noise, signal to noise ratio of 30 db, 30 db, db, and the observation sample for N, by bartlett, Welch, periodogram spectrum method to calculate the probability of the random process)
- 2016-07-10 17:01:38下载
- 积分:1
-
1
说明: 基于rls自适应滤波的matlab程序,实现对声音信号的去噪,效果明显(Rls adaptive filtering matlab based program, to achieve the sound signal denoising, obvious effect)
- 2010-05-05 14:14:41下载
- 积分:1
-
Expert_PID_Controller
当时做项目时候用到的PIDZ专家控制,效果很好(When used at the time to do the project PIDZ expert control, with good results)
- 2014-11-04 11:05:23下载
- 积分:1
-
MATLAB-application
matlab软件在有限差中的应用,里面含有一篇相关论文(the software matlab finite difference, which contains a related paper)
- 2013-02-02 23:37:55下载
- 积分:1
-
hotq
最近从书上看到的非线性解题法的一个程序,共享下(Recently from the book to see non-linear problem-solving method of a program to share the)
- 2011-10-04 09:51:17下载
- 积分:1
-
lingzhipanduan
判断一个函数的零点位置与各点正负,可输出效果图(A function to determine the position of each point of plus or minus zero, output renderings)
- 2013-12-28 11:19:52下载
- 积分:1
-
Forecast
BP神经网络,自适应竞争神经网络对地震进行预测实例(BP neural network, adaptive competitive neural networks to predict the earthquake example)
- 2009-11-09 09:31:47下载
- 积分:1
-
Heat-Conductoin-2-D
This programm is to calculate a two dimentional conduction problem.
- 2013-07-16 21:15:55下载
- 积分: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