-
lvbobijiao
matlab仿真对采集数据进行滤波的两种方法:多次平均滤波和一阶滞后滤波的比较。(matlab simulation filtering the collected data in two ways: the average number of first order lag filter and the filter comparison.)
- 2011-04-30 16:36:45下载
- 积分:1
-
LMS2
最小均方误差变步长算法,用于系统参数辨识程序中是二阶系统参数辨识(this program is a LMS with vary steps and it was used in system identification.)
- 2012-06-07 00:15:08下载
- 积分:1
-
chapter27
无导师学习神经网络的分类——矿井突水水源判别(No teacher learning neural network classification of mine water inrush water)
- 2014-08-19 20:43:30下载
- 积分:1
-
matlab
吴振杨数字信号处理 实验指导书
是学习matlab不错的入门资料(DSP WUZHENYANG )
- 2009-09-21 09:01:59下载
- 积分:1
-
SIMULINK
SIMULINK入门课件MATLAB通信仿真及应用实例详解(Introduction to SIMULINK simulation software MATLAB and its application communications Detailed)
- 2007-10-27 04:43:29下载
- 积分:1
-
QPSK
qpsk调制解调matlab仿真源代码,很好很强大(qpsk modem matlab simulation)
- 2010-08-02 16:36:24下载
- 积分:1
-
pso
在matlab编程环境下的标准粒子群(PSO)优化算法程序(err)
- 2007-12-28 16:40:44下载
- 积分:1
-
xingtaifenxi
一个实用的形态分析程序,可以将RGB形态转化为HSI!(A practical shape analysis program can be RGB form into HSI!)
- 2010-09-20 21:30:53下载
- 积分: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
-
IIR
MATLAB平台实现FIR的滤波器设计
利用双线性变换法设计IIR数字Butterworth低通滤波器(MATLAB platform design FIR filter design using bilinear transform IIR digital Butterworth low-pass filter)
- 2009-06-12 15:12:59下载
- 积分:1