-
kerns
kernel method 工具箱,包含基本的kernel的使用实例(kernel method toolbox, including the use of examples of the basic kernel)
- 2010-09-15 21:47:00下载
- 积分:1
-
odefun
matlab计算二阶微分方程,有详细介绍过程,适合新手上路。(Matlab calculates the second-order differential equation, has a detailed description of the process, suitable for novices on the road.)
- 2019-01-12 11:08:23下载
- 积分:1
-
city_Dijkstra.m
说明: 数学建模中的图论知识来研究最短路径的问题,利用Dijkstra算法matlab实现(Graph theory knowledge in mathematical modeling is used to study the shortest path problem, which is realized by using Dijkstra algorithm matlab.)
- 2019-05-27 18:21:32下载
- 积分:1
-
TP2_BTI
Image treatment file:image filters and beginners commands ++
- 2011-07-08 09:31:53下载
- 积分:1
-
A-Parallel-Multiscale-Mixed
We start by giving a brief introduction to reservoirs and reservoir mod-
elling at different scales. We introduce a mathematical model for the two-
phase flow, before we look at numerical discretizations. In particular we look
at the Multiscale Mixed Finite-Element (MsMFE) Method from the Matlab
Reservoir Simulation Toolbox (MRST) [3], developed by SINTEF.
- 2014-09-15 16:49:37下载
- 积分:1
-
wavelet1D
matlab 一维小波变换,可以得到垂直、水平、对角线的对比图。(matlab one-dimensional wavelet transform, can be vertical, horizontal, diagonal comparison chart.)
- 2014-11-04 08:17:57下载
- 积分: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
-
16QAM
对16QAM调制解调技术,主要实现了16QAM的调制(16QAM modulation)
- 2011-05-15 22:28:40下载
- 积分:1
-
gaotai_v54
小波包分析提取振动信号中的特征频率,做视觉测量的上位机代码,表示出两帧图像间各个像素点的相对情况。( Wavelet packet analysis to extract vibration signal characteristic frequency, Do Vision Measurement PC code, Between two images showing the relative circumstances of each pixel.)
- 2016-08-06 19:16:47下载
- 积分:1
-
Bandstop
Bandstop Filter Design in Matlab
- 2009-11-01 21:47:38下载
- 积分:1