-
C-means
使用c-均值聚类算法在IRIS数据上进行聚类分析,随机选择三个初始聚类中心,经过多次迭代,最终将150个样本分为三类。(Use c-means clustering algorithm in the IRIS data on the cluster analysis, three randomly chosen initial cluster centers, through a series of iterative, 150 samples will eventually fall into three categories.)
- 2009-03-07 20:10:31下载
- 积分:1
-
recursionls
系统辨识二阶递推最小二乘算法实现。对数据进行了归一化的预处理,并且对原始数据进行一次采样(Second-order recursive least squares system identification algorithm)
- 2010-01-01 14:17:33下载
- 积分:1
-
windowing
This simulation shows the effective SNR verse subcarrier number as a
result of band pass filtering of the signal
- 2010-05-20 15:19:02下载
- 积分:1
-
spinterp_v5.1.1
稀疏网格插值工具包,帮助学习稀疏网格插值及测试插值性能。(sparse grid interpolation toolbox )
- 2013-04-18 19:37:43下载
- 积分:1
-
Predictive-control
一本预测控制最经典的书籍,由席裕庚编写。(A predictive control most classic books, written by XI Yu-Geng.)
- 2014-02-16 11:40:12下载
- 积分:1
-
tp7-Tp-Filtros
Matlab Filter Implementation
In this section, we will implement (in matlab) the simplest lowpass filter
$displaystyle y(n) = x(n) + x(n-1), n=1,2,ldots,N $
(from Eq.$ ,$(1.1)). For the simplest lowpass filter, we had two program listings:
Fig.1.3 listed simplp for filtering one block of data, and
Fig.1.4 listed a main program for testing simplp.
In matlab, there is a built-in function called filter3.3 which will implement simplp as a special case. The syntax is
y = filter (B, A, x)
where
x is the input signal (a vector of any length),
y is the output signal (returned equal in length to x),
A is a vector of filter feedback coefficients, and
B is a vector of filter feedforward coefficients.
The filter function performs the following iteration over the elements of x to implement any causal, finite-order, linear, time-invariant digital filter:3.4
- 2012-06-05 21:52:24下载
- 积分:1
-
Simple_OQPSK_mapping_modulator
A simple OQPSK modulator
- 2010-02-23 18:26:35下载
- 积分:1
-
Adaptive-Filter-Theory-Simon-Haykin-(Matlab-codes
MATLAB codes of Simon Haykin s book (Adaptive Filter Theory)
- 2012-03-29 19:12:41下载
- 积分:1
-
matlab_mohujulei
matlab模糊聚类算法进行图像分割的源程序(tuxiangfenge)
- 2010-05-22 01:07:28下载
- 积分:1
-
Hamilton
也是最优路径问题,编译后会得到一个最短的路径(Is the optimal path problem, the compiler will get a shortest path)
- 2011-11-25 12:30:43下载
- 积分:1