-
fehrs1
Das Tagebuch von Fehrs
- 2010-11-23 02:20:28下载
- 积分:1
-
maGMDH
说明: 采用MATLAB编写的GMDH软件,里面有三个.m程序,分别为训练、误差检测、预测输出。很好用。(GMDH using software written in MATLAB, which has three. M steps in the training, error detection, prediction output. Good use.)
- 2011-02-27 15:55:53下载
- 积分:1
-
gudingboshuxingcheng
麦克风阵列的固定波束形成,参数可变,输出信噪比。(fixed beamforming )
- 2012-04-06 09:59:23下载
- 积分:1
-
DWT
This is the Source code for MATLAB DWT watermarking.
- 2011-11-10 11:15:45下载
- 积分:1
-
3125
用matlab实现中值滤波 用matlab实现中值滤波(Median filter implementation using matlab to achieve median filter with matlab)
- 2010-06-09 11:04:16下载
- 积分:1
-
work
说明: 图像处理:显示,直方图,尺寸变换,付式变换,滤波,输出图像(Image Processing: Display, Histogram, size change, pay-type transform, filter, output image)
- 2010-04-24 02:03:44下载
- 积分:1
-
HuiBoFangZhen
雷达目标回波仿真,仿真实验背景,开发环境matlab(Radar echo simulation development environment matlab)
- 2012-12-14 10:46:12下载
- 积分:1
-
logistic
实现logistic混沌功能 实现logistic混沌功能 实现logistic混沌功能 实现logistic混沌功能(Realize chaotic logistic function logistic chaotic function realize realize realize logistic function logistic chaotic chaotic function)
- 2007-08-15 17:40:53下载
- 积分:1
-
Speech_encoding_lab
一个分析语音的maple程序,检测声音的频率。老师上课的实验。(sample code of SPECCH ENCODING)
- 2010-12-01 21:38:36下载
- 积分: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