-
BAnet-and-MATLAB
无标度网络简介 生成原则 matlab程序代码以及最终成图plot(Introduction to generate scale-free network matlab code principles and ultimately into the chart plot)
- 2013-11-24 15:56:39下载
- 积分:1
-
subspace
经典子空间算法的完整实现,噪声消除效果比较好(an approach of speech enhancement algorithm)
- 2013-08-26 11:24:39下载
- 积分:1
-
Meanshif-Detection
说明: :Mean—shift算法是一种非参数密度估计算法,可以实现快速的最优匹配,在目标的实时跟踪领域起着非常
重要的作用。为了有效的将Mean—shift算法应用到灰度图像中,采用了以方向直方图建立目标模型的策略,提出了在灰
度图像中以Mean—shift为核心的目标跟踪算法。实验结果表明,该算法具有不受光照条件影响的优点,在低对比度的情
况下仍能实现稳定、实时的跟踪目标。(: Mean-shift algorithm is a nonparametric density estimation algorithm, the optimal matching can be fast, real-time tracking fields in the target plays an important role. In order to effectively Mean-shift algorithm will be applied to the gray image, the histogram used to establish the direction of the strategy target model is proposed in the gray image to Mean-shift tracking algorithm as the core. Experimental results show that the algorithm has the advantage of not lighting conditions, in the case of low contrast can still achieve stability, real-time tracking of targets.)
- 2011-04-06 23:14:05下载
- 积分:1
-
matlab
用matlab实现语音的加噪去噪过程,FFT变换(Implementation using matlab voice add process noise denoising, FFT transform)
- 2009-03-08 11:21:20下载
- 积分:1
-
UDF_Manual
基于C++程序语言的UDF全英文使用手册(UDF mannual)
- 2014-11-05 22:09:40下载
- 积分:1
-
hfm
哈夫曼树:利用哈夫曼编码进行通信可以大大提高信道利用率,缩短信息传输时间,降低传输成本(Huffman tree)
- 2011-05-14 14:55:51下载
- 积分:1
-
C-and-Matlab
C++与matlab混合编程实例,用于实现在VS2010中调用matlab程序(C++ and matlab mixed programming, call matlab program VS2010)
- 2013-07-11 09:53:43下载
- 积分: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
-
16QAM
基于MATLAB的16QAM仿真设计,里面包括若干个M文件,使用者只要在MATLAB环境下运行,就能看到仿真结果。(MATLAB simulation of 16QAM based on the design, which includes a number of M documents, users simply run under MATLAB environment, you can see the simulation results.)
- 2009-12-23 11:52:27下载
- 积分:1
-
insertion
全速执行到包含插入点光标所在的行,可以作为在插入点光标处设置常规断点的一种选择.
C中调用Matlab函数.注意,当光标处不是一个有效的执行语句时此功能将不起作用.
(Contains the insertion point at full speed to the line where the cursor can be used as the cursor at the insertion point at an option to set a breakpoint routine. C to call Matlab function. Note that when the cursor is not an effective implementation of the statement can not afford this feature effect.)
- 2010-01-16 09:19:33下载
- 积分:1