-
matlabwatershedcode
分水岭分割在matlab下实现,希望大家多提意见。(watershed segmentation in Matlab achieve, we hope to do so.)
- 2007-05-09 08:51:10下载
- 积分:1
-
Programming.Pearls
编程珠玑(第二版)中英双语版,附源代码,是本不错的代码优化指导书(Abas Programming (second edition) in both Chinese and English version, with source code, is the good code optimization guide book)
- 2008-06-07 09:13:55下载
- 积分:1
-
Matlab_and_VC
vc 和 matlab 混合编程例程,已通过测试(vc and matlab mixed programming routines, has been tested)
- 2007-09-16 10:38:04下载
- 积分:1
-
CPP
非常不错的QPSK在matlab中的仿真教程,文档中包含相关的所有代码(very good QPSK in the Matlab simulation Guide, the document contains all the related code!)
- 2011-06-09 22:40:14下载
- 积分:1
-
the-four-step-ranger-r-k
四阶经典R-K方法的Matlab程序和newton的matlab程序的实现(Matlab program to achieve the classic fourth-order RK method and newton s matlab program)
- 2015-03-21 09:52:38下载
- 积分:1
-
grid-supression-in-frequency-domain
去处干涉条纹最有效的频域消除法,非常实用,效果极佳。(supress grid by frequency domain, very practical with high efficency)
- 2014-02-03 21:51:36下载
- 积分:1
-
RemoteOnData
使用RDP的通道Channel API进行文件/剪贴板/数据通信(File/Clipboard/Data communication through RDP channel API)
- 2015-02-14 23:49:38下载
- 积分:1
-
MPhyysioNet_EI
MIT心电数据库读取程序源码 MIT的格式不能直接在MATLAB上使使用 通过此程序源码转换成能直接应用在MATLAB上的格式 可直接使用。
(MIT ECG database reads the program source MIT' s format can not be converted to make use of this program source code can be applied directly in MATLAB format can be directly used directly in MATLAB.)
- 2012-06-11 19:53:41下载
- 积分: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
16QAM的调制,它把输入的二进制数据以查找表的方式进行映射,从而提高信息传输率。(16QAM modulation, it is the input of binary data to find a way to map the table to enhance information transfer rate.)
- 2010-07-18 09:22:25下载
- 积分:1