-
MATLAB_salhab_limziv_code
limziv algortithm for source coding
- 2010-06-02 00:26:09下载
- 积分:1
-
liezhuyuan
运用matlab编程语言,实现利用列主元Gauss消去法和平方根发求解线性方程组(Use matlab programming language, using the column to achieve the main element Gauss elimination method and the square root of the hair for solving linear equations)
- 2013-10-06 20:57:07下载
- 积分:1
-
ex1_3
Particle swarm optimization has been used to solve many optimization problems since it was
proposed by Kennedy and Eberhart in 1995 [4]. After that, they published one book [9] and
several papers on this topic [5][7][13][15], one of which did a study on its performance using
four nonlinear functions adopted as a benchmark by many researchers in this area. In PSO,
each particle moves in the search space with a velocity according to its own previous best
solution and its group’s previous best solution. The dimension of the search space can be any
positive integer.
- 2011-02-14 18:34:03下载
- 积分: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
-
videoout
用matlab打开AVI文件,裁剪视频、转换成二值化视频并输出文件(Using matlab to open the AVI file, cropping video, convert the binarization video and output file)
- 2012-06-18 16:21:59下载
- 积分:1
-
NNIAToolbox
NNIAToolbox es un algoritmo para evaluar problemas multi objetivo obteniendo frentes de pareto
- 2012-08-28 07:29:32下载
- 积分:1
-
GUI_matlab
实现物种功能的语音处理:倒谱、时域、频谱、语谱图以及功率谱,并加有详尽的注释。另外还可以保存图像,一倍后来研究!matlab GUI编程(Voice processing functions to achieve species: cepstrum, time domain, frequency spectrum, spectrogram and power spectrum, and add detailed comments. It also can save the image, doubled and later research!)
- 2021-03-26 20:39:13下载
- 积分:1
-
suD37863
说明: matlab关于车牌识别的有关运用,可以实现识别车牌(license plate recognition matlab on the relevant use of license plate recognition can be achieved)
- 2011-02-25 12:16:34下载
- 积分:1
-
Adaptive
自适应讲述了滤波的原理及matlab例程,详尽的讲解,很细致,每一步都很清晰!(Adaptive about filtering principle and Matlab routines, detailed explanations, very detailed, each step is very clear!)
- 2012-05-18 16:45:55下载
- 积分:1
-
the-signal-power-spectrum
可以产生正弦信号和白噪声时域信号波形,以及混杂噪声的正弦波波形,信噪比可调(the sinusoidal signal can be generated when the white noise domain waveform, sinusoidal waveform, and the noise mixed SNR adjustable)
- 2014-02-24 15:43:47下载
- 积分:1