-
MATLAB
《MATLAB程序设计教程》源代码-2660(matlab)
- 2009-09-18 19:27:39下载
- 积分:1
-
pan
this is an application of qrs detection. (pan tompkins)
- 2010-06-21 20:54:34下载
- 积分:1
-
MATLAB
matlab script for convolution of two triangle signal pulses
- 2009-12-31 19:22:32下载
- 积分:1
-
Matlab
说明: 详细讲解了Matlab的Word文档教材,包含了.m库函数文件,非常实用(Detailed account of the Word document Matlab materials included. M library function files, very practical)
- 2010-04-19 22:51:27下载
- 积分: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
-
fuzzy-control-table-line-calculation
离散论域模糊控制表的离线计算.已知单变量两维输入,一维输出模糊控制器,其两维输入为E,EC,一维输出为I,论域均为E,EC,I∈{-6,-5,-4,-3,-2,-1,0,1,2,3,4,5,6},E的论域划分为{NB,NM,NS,NZ,PZ,PS,PM,PB},共8个模糊子集(Discrete domain of fuzzy control table offline computing. Known univariate two-dimensional input, one-dimensional output fuzzy controller, the two-dimensional input of E, EC, one-dimensional output as I, on the field are E, EC, I ∈ {-6,-5,-4,-3,-2,-1,0,1,2,3,4,5,6}, E of the domain is divided into {NB, NM, NS, NZ, PZ , PS, PM, PB}, a total of eight fuzzy subset)
- 2013-07-24 04:19:32下载
- 积分:1
-
PFC
本程序为模型预测控制程序的一种,自带实时计算更新模块,完成循环仿真。(This procedure is belong to the model predictive control algorithm, with real-time update module calculation to complete the cycle simulation.)
- 2013-12-05 09:22:38下载
- 积分:1
-
鲸鱼优化算法
鲸鱼优化算法(WOA)是一种用于解决优化问题的新优化技术。该算法包括三个算子,用于模拟猎捕鲸鱼的猎物,环绕猎物和泡泡网觅食行为。
压缩包具体包括该算法的发表论文、源代码、matlab工具箱。(Whale optimization algorithm (WOA) is a new optimization technology for solving optimization problems. The algorithm consists of three operators, which are used to simulate the hunting behavior of whale prey, surround the prey and bubble net.
The compression package includes publishing papers, source code and Matlab toolbox of the algorithm.)
- 2019-03-27 14:58:26下载
- 积分:1
-
chap7
说明: 基本的MATLAB例子,非常实用,用到中值滤波等图像处理技术(Basic MATLAB examples, very practical, to use median filtering and other image processing techniques)
- 2010-03-27 21:01:35下载
- 积分:1
-
shuzituxiangshuiyin
说明: 能够很好的实现混沌数字水印技术 并且具有创新功能
(Can achieve the chaotic digital watermarking technology and innovative features)
- 2011-03-22 16:51:04下载
- 积分:1