-
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
-
elleSR_0.2
多帧图像超分辨率重建,里面有huber 马尔科夫,ML超分辨率重建,对学习超分辨率很有帮助。(Multi-frame image super-resolution reconstruction, which has the the huber Markov, ML super-resolution reconstruction is helpful in learning the super-resolution.)
- 2021-03-01 10:09:34下载
- 积分:1
-
mandani
make the operations of a mandani fuzzy system
- 2014-08-22 12:08:47下载
- 积分:1
-
code3
matlab programs to download
- 2013-02-28 13:18:39下载
- 积分:1
-
Untitled
空气中声传播的fdtd例程,简单可用,希望对大家有帮助(Fdtd airborne sound propagation routines, simply available, we hope to help)
- 2013-10-19 21:44:51下载
- 积分:1
-
9
说明: ex9_1 脉冲信号调制
ex9_2 载波10MHz,带宽2MHz的线性调频信号及其频谱图
ex9_3 产生7位巴克码编码的二相码
ex9_4 产生7位巴克码和线性调频的混合调制信号
ex9_5 瑞利分布实现程序
ex9_6 瑞利分布+杂波
ex9_7 相关对数正态分布杂波
ex9_8 相关weibull分布杂波
ex9_9 相干相关K分布杂波
ex9_10 线性调频信号的数字化正交解调
ex9_11 雷达脉冲压缩处理
ex9_12 二相编码信号的脉压处理
ex9_13 用FFT和FIR方法实现MTD处理
ex9_14 雷达的恒虚警处理(CFAR)
ex9_15 比较相参积累和非相参积累
(ex9_1 pulse signal modulation ex9_2 carrier 10MHz, the bandwidth of the chirp signal and its spectrum of 2MHz ex9_3 Barker coding produces seven two-phase mixed signal generated code ex9_4 7 Barker code and chirp ex9_5 Rayleigh distribution to achieve program ex9_6 Swiss Lee distribution+ clutter ex9_7 related lognormal distribution clutter clutter ex9_8 related weibull ex9_9 digital quadrature coherent K distributed clutter ex9_10 chirp signal demodulation ex9_11 radar pulse compression processing two-phase pulse coded signal ex9_12 processing using FFT and FIR ex9_13 MTD processing methods to achieve ex9_14 radar CFAR (CFAR) ex9_15 relatively coherent and non-coherent integration accumulation)
- 2014-03-24 10:28:45下载
- 积分:1
-
Nuclear-Data-Processing--program
核数据处理课程设计 能谱谱数据分解方法研究程序,包括了多种滤波平滑方法和寻峰,求峰面积等,非常实用。(Nuclear Data Processing Curriculum design- EDS spectral data decomposition method research program, including a variety of filtering and smoothing methods peak search, find and peak area, very practical.)
- 2015-07-03 14:01:27下载
- 积分:1
-
rcosfir_sqrt
通过代码计算根升余弦滤波器系数,并通过与matlab本身自带生成函数做了比较(By code calculates root raised cosine filter coefficients, and through matlab comes with its own generating functions were compared)
- 2021-02-07 16:19:55下载
- 积分:1
-
1117-33
LM1117-3.3稳压器的详细介绍,包括其工作特性和相关参数(LM1117-3.3 regulator details, including their operating characteristics and parameters)
- 2010-09-14 11:24:48下载
- 积分:1
-
Matlab_HW_3_1012806
這是我自己寫的 matlab 簡易入門的原始碼,我只是個初學者。(This is my own writing simple entry matlab source code, I' m just a beginner.)
- 2015-01-06 16:23:55下载
- 积分:1