-
gridfit
该函数用于二维曲面拟合,能拟合出f=(x,y)的函数图形。(Gridfit is a surface modeling tool, fitting a surface of the form z(x,y) to scattered (or regular) data. As it is not an interpolant, it allows the existence of replicates in your data with no problems.)
- 2009-10-23 20:38:52下载
- 积分:1
-
SOM
Kohonen的SOM软件包,matlab里最好的som软件(Kohonen s SOM package, matlab best som software)
- 2021-05-12 16:52:07下载
- 积分:1
-
fig2
Matlab code for OFDM with multipaths
- 2009-07-14 22:33:42下载
- 积分:1
-
31-dde
含多时间尺度的时滞微分方程的求解,和结果可视化。(Delay differential equation with multiple time scales, and results visualization.)
- 2012-07-10 17:37:19下载
- 积分:1
-
FFT
理解快速傅里叶变换和反变换的好资料,是在MATLAB环境下联系的例子 (it is a good materials of understand the fast Fourier transform and inverse transform.)
- 2014-10-31 14:34:09下载
- 积分:1
-
SOR1
利用SOR迭代法求解线性代数方程组,此迭代法是数值计算方法中的基本方法之一。(The use of the SOR iterative method for solving linear algebraic equations, this iterative method is one of the basic method of numerical methods.)
- 2012-05-19 16:52:20下载
- 积分:1
-
quzaoglp
介绍了对信号小波包去噪和求功率谱密度的程序(Introduced the wavelet packet denoising and seek the power spectral density of the program)
- 2012-02-22 09:22:36下载
- 积分:1
-
install_guide
matlab 2010a的安装方法,单机安装和局域网授权安装(matlab 2010a installation method, installation of stand-alone license installation and LAN)
- 2010-10-21 17:07:11下载
- 积分:1
-
BM3D
采用最新的BM3D(三维块匹配)方法进行的灰度图像,彩色图像和视频图像的去噪(Using the latest BM3D (three-dimensional block-matching) method for image, color images and video image denoising)
- 2010-12-07 10:39:52下载
- 积分: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