-
bp_toolbox
bp网络训练工具箱适合新手学习和使用很有好处(Bp neural network training kit for beginners learn and use is very good
)
- 2012-04-05 09:10:38下载
- 积分:1
-
repval
repval(X) finds all repeated values for input X, and their attributes.
(The input may be vector, matrix, char string, or cell of strings
Y=repval(X) returns the repeated values of X
[RV, NR, POS, IR]=repval(X) returns the following outputs
RV : Repeated Values (sorted)
NR : Number of times each RV was repeated
POS : Position vector of X of RV entries
IR : Index of repetition
Example:
X=[1 5 5 9 5 5 1]
[RV,NR,POS,IR]=repval(X)
Output:
RV = [1 5] Numbers 1 and 5 are repeated values
NR = [2 4] Respectively repeated 2 and 4 times
POS = [1 7 2 3 5 6] Position index of X for repeated values
IR = [1 1 2 2 2 2] Corresponding to which index of RV
)
- 2010-12-14 15:13:45下载
- 积分:1
-
Fast-ICA
FASTICA语音信号分离MATLAB源代码(FASTICA MATLAB source separation of speech signals)
- 2011-06-06 09:45:26下载
- 积分:1
-
matlab
MATLAB的基本知识,基本运算与函数整理(MATLAB basic knowledge, basic calculations and function finishing)
- 2013-10-09 14:54:56下载
- 积分:1
-
_-4
MATLAB 编程有助于初学者进行学习,了解以及相应的运用(MATLAB programming will help beginners to learn, understand, and use of appropriate)
- 2012-09-21 16:07:17下载
- 积分:1
-
RGBtoHSV
RGB Imagen to HSV, it s a matlab file (.m) easier to understand
- 2010-02-11 10:54:14下载
- 积分:1
-
matlab-ellipse-fitting
matlab 椭圆拟合,直接使用可以,无需修改(the matlab ellipse fitting, direct use can, without modification)
- 2012-07-04 09:32:01下载
- 积分:1
-
ls-mmse-ofdm-ch.estimation
ofdm channel estimation using ls and mmse methode matlab code
- 2015-01-02 13:57:24下载
- 积分:1
-
VC_USB_matlab_DLL
本代码实现了matlab调用VC的动态链接库与cypress的68013芯片通过usb进行数据交换(Matlab code implements the dynamic link library called VC and cypress in the 68013 chip data exchange via usb)
- 2010-07-28 12:40:48下载
- 积分:1
-
JiLinUniversity-matlab
吉林大学matlab教程,里面都是些常用的方法介绍,适合英语不好想学习matlab的初学者(Jilin University matlab tutorial, there are some commonly used methods of introduction, English is not good for the beginner want to learn matlab)
- 2011-08-14 17:32:12下载
- 积分:1