-
hello
The classic hello.cpp
- 2010-02-24 15:51:01下载
- 积分:1
-
Mathematical-Olympiad-Challenges-by-Titu-Andreesc
its math related book
- 2015-03-25 01:07:03下载
- 积分:1
-
book
参数化时频分析理论、方法
及其在工程信号分析中的应用
(THEORY, METHODOLOGY OF PARAMETERIZED
TIME FREQUENCY ANALYSIS AND ITS APPLICATION IN
ENGINEERING SIGNAL PROCESSING
)
- 2014-09-08 09:43:28下载
- 积分:1
-
Derivee-gaussienne
Gaussian differential.
- 2011-07-24 10:15:23下载
- 积分:1
-
dpsk
dpsk调制解调及相应误码率计算。随机产生正弦信号并进行调制解调。(dpsk modem and the corresponding bit error rate. Randomly generated sinusoidal signal and modem.)
- 2011-05-13 12:23:32下载
- 积分:1
-
mfc
mfc下通用的文件,该文件是人工萤火虫算法的matlab代码实现。(mfc under common file)
- 2013-12-15 11:10:35下载
- 积分:1
-
LMS
1,、设置变量和参量:
X(n)为输入向量,或称为训练样本
W(n)为权值向量
e(n)为偏差
d(n)为期望输出
y(n)为实际输出
η为学习速率
n为迭代次数
2、初始化,赋给w(0)各一个较小的随机非零值,令n=0
3、对于一组输入样本x(n)和对应的期望输出d,计算
e(n)=d(n)-X^T(n)W(n)
W(n+1)=W(n)+ηX(n)e(n)
4、判断是否满足条件,若满足算法结束,若否n增加1,转入第3步继续执行(, set the variables and parameters:
X (n) is the input vector, otherwise known as the training sample
W (n) for the weight vector
e (n) for the deviation
d (n) is the desired output
y (n) is the actual output
η is the learning rate
n is the number of iterations)
- 2011-12-10 20:22:05下载
- 积分:1
-
kmeansK
KMEANSK Performs K-means clustering given a list of feature vectors and k
The argument k indicates the number of clusters you want the data to be
divided into. data_vecs (N*R) is the set of R dimensional feature
vectors for N data points. Each row in data_vecs gives the R
dimensional vector for a single data point. Each column in data_vecs
refers to values for a particular feature vector for all the N data
points. The output data_idxs is a N*1 vector of integers telling which
cluster number a particular data point belongs to. It also outputs
centroids which is a k*R matrix, where each rows gives the vector for
the cluster center. If we want to segment a color image i into 5
clusters using spacial and color information, we can use this function
as follows:
- 2011-12-22 19:45:32下载
- 积分:1
-
exp3_sine_wave_gen
a simple dsk6713 simulation
- 2010-08-24 13:52:15下载
- 积分:1
-
Filter
滤波器的Matlab实现(内有8个文件)(Filter Matlab realize (there are 8 files))
- 2008-03-21 09:41:29下载
- 积分:1