-
finger
Finger print recognition using minutia algorithm
- 2010-06-21 12:46:05下载
- 积分:1
-
lsm-rbf
说明: 一种最小二乘法的RBF网络
----------------------------------
radical basis function neural network
------------------------------------------
clear all
close all
global sp k w2 b2 unitcenters
alldatanum=400
traindatanum=300
testdatanum=100
sp=8
errorlimit=0.1
u=rand(1,alldatanum+10)
y=zeros(1,alldatanum+10)
for i=4:alldatanum+3
y(1,i)=1.5*y(1,i-1)*y(1,i-2)*y(1,i-3)/(3+y(1,i-1)+y(1,i-2)*y(1,i-2)+...
y(1,i-3)*y(1,i-3)*y(1,i-3))+u(1,i)+u(1,i-1)+u(1,i-2) 。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。(radical basis function neural network
------------------------------------------
clear all
close all
global sp k w2 b2 unitcenters
alldatanum=400
traindatanum=300
testdatanum=100
sp=8
errorlimit=0.1
u=rand(1,alldatanum+10)
y=zeros(1,alldatanum+10)
for i=4:alldatanum+3
y(1,i)=1.5*y(1,i-1)*y(1,i-2)*y(1,i-3)/(3+y(1,i-1)+y(1,i-2)*y(1,i-2)+...
y(1,i-3)*y(1,i-3)*y(1,i-3))+u(1,i)+u(1,i-1)+u(1,i-2) 。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。)
- 2011-04-13 10:26:06下载
- 积分:1
-
FFTapsd
FFT变换及逆变换,用FFT进行简单滤波,自功率谱和互功率谱(FFT transform and inverse transform, a simple FFT filter, auto power spectrum and cross power spectrum
)
- 2020-11-23 08:49:33下载
- 积分:1
-
dynamicprogramming
本文介绍了动态规划的基本思想和基本步骤,通过实例研究了利用动态规划设计算法的具体途径,讨论了动态规划的一些实现技巧,并将动态规划和其他一些算法作了比较,最后还简单介绍了动态规划的数学理论基础和当前最新的研究成果。(This article describes the basic idea of dynamic programming and the basic steps, through the case study design algorithm using dynamic programming of specific channels to discuss some of implementation of dynamic programming techniques, and dynamic programming and other algorithms are compared, finally a brief introduction The mathematical theory of dynamic programming based on the latest research results and current.)
- 2010-05-17 21:44:10下载
- 积分:1
-
syn_sei
卷积的意义和合成地震记录的制作Convolution meaning and synthetic seismic recording production(Convolution meaning and synthetic seismic recording production)
- 2011-05-27 10:16:35下载
- 积分:1
-
yichuan
matlab实现遗传算法,并绘出过程曲线(matlab implementation of genetic algorithm)
- 2012-05-19 22:03:36下载
- 积分:1
-
mymorletcwt_main
maltab morlet源代码的使用情况 以及matlab中的指令cwt使用对比情况 (matlab cwt morelet)
- 2011-09-05 21:58:06下载
- 积分:1
-
shang
周期图法谱估计需要对信号序列“截断”或加窗处理,其结果是使估计功率谱密度为信号序列真实谱和窗谱的卷积,导致误差的产生。本程序分别设计了周期图法,最大熵功率谱估计和Welch法以及它们的对比,最大熵功率谱估计目的是最大限度地保留截断后丢失的“窗口”以外信号的信息,使估计谱的熵最大。(Periodogram spectrum estimation signal sequence needs to " cut off" or add the window handle, the result is an estimated power spectral density of the signal sequence of the real spectrum and spectral convolution window, resulting in the generation of errors. The procedures were designed periodogram, maximum entropy power spectrum estimation and the Welch method and their comparison, the maximum entropy power spectrum estimation purpose is to maximize the retention of truncated after the loss of the " window" than the information signal, the entropy of the estimated spectrum maximum.)
- 2011-09-14 10:27:34下载
- 积分:1
-
MATLABFFT-harmonic-analysis
基于MATLAB的FFT谐波频谱分析,利用FFT变换算法进行谐波的频率和幅值的变化分析,利用图形分析结果。(MATLAB-based FFT harmonic spectrum analysis using FFT transform algorithm changes the frequency and amplitude of the harmonic analysis, the use of graphical analysis results.)
- 2014-06-09 17:18:22下载
- 积分:1
-
test-particle-simulation-around-null
空间等离子体磁零点附近的实验粒子模拟,主要方向是空间物理中地球磁尾磁零点附近的粒子动力学研究!(particle dynamics around magnetic null in space plasma magnetic reconnection)
- 2011-08-02 12:39:21下载
- 积分:1