-
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
-
spiht-0.3
spiht matlab,其中包括SPIHT算法的编码和解码(spiht Matlab, including SPIHT coding and decoding)
- 2006-12-27 10:03:50下载
- 积分:1
-
psola
tpdsola algorithm,Synthesized speech can be produced by several different methods. All of these have some benefits and deficiencies that are discussed in this and previous chapters. The methods are usually classified into three groups:
Articulatory synthesis, which attempts to model the human speech production system directly.
Formant synthesis, which models the pole frequencies of speech signal or transfer function of vocal tract based on source-filter-model.
Concatenative synthesis, which uses different length prerecorded samples derived from natural speech.
The formant and concatenative methods are the most commonly used in present synthesis systems. The formant synthesis was dominant for long time, but today the concatenative method is becoming more and more popular. The articulatory method is still too complicated for high quality implementations, but may arise as a potential method in the future.
- 2012-06-05 21:43:14下载
- 积分:1
-
PMSM
PMSM的仿真模型,该模型完全基于simulink基础库创建。包含了电流环。(PMSM simulation model, which is based entirely on the basis simulink library creation. Contains a current loop.)
- 2015-01-19 15:41:22下载
- 积分:1
-
Crosssec_v2
This MATLAB code provides the sizing of a airliner cross sectio. Graphical output is available as well.
- 2013-01-30 20:35:30下载
- 积分:1
-
untitled1028m
界面的m 文件 matlab gui 界面分析数据
fft快速傅里叶变换程序 有很多窗函数供选择
(fft matlab gui)
- 2011-12-01 19:23:40下载
- 积分:1
-
Avmd试验
说明: 基于VMD的机车滚动轴承故障,实现故障信号的测量(Fault of locomotive rolling bearing based on VMD)
- 2019-02-03 12:55:04下载
- 积分:1
-
Wind-Turbine-Blockset
风轮仿真分析以及程序,内有使用说明及相关问题表述(Wind Turbine Blockset)
- 2021-04-24 15:18:46下载
- 积分:1
-
matlab
matlab的一些基础程序,可直接调用。收集很久的!(matlab some of the basis of procedures, can be directly called. Collection of long!)
- 2008-06-27 11:53:00下载
- 积分:1
-
ZCS_ZVS
this file is m-file for design of ZCS/ZVS converter
- 2013-09-22 17:37:56下载
- 积分:1