-
VCmatlab
对于在Visual C++中调用Matlab应用程序接口,关键在于设置编译环境和使用正确的调用规则,然后,在发布软件时携带必要的动态连接库就可以保证程序的独立性(Matlab Application Program Interface in Visual C++ call, the key is to set the compiler environment and use the correct call rules, then carry the necessary dynamic link library publishing software program can guarantee the independence of)
- 2012-11-12 21:37:26下载
- 积分:1
-
gauss
运用C语言对高斯信道进行仿真,简洁快速的实现(The use of C language Gaussian channel simulation, simple rapid implementation)
- 2013-09-02 10:37:03下载
- 积分: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
-
asfmodel_definitive_resonant
电子工程转换器模块例子,在matlab simulink 7.5中运行(Converter modle matlab simulink )
- 2009-06-22 20:57:55下载
- 积分:1
-
zz
说明: bpsk 调制,awgn信道,ldpc 系统编码,概率域解码 (BPSK modulation, awgn channel, ldpc system coding, the probability of domain decoding)
- 2007-09-25 10:25:13下载
- 积分:1
-
Reboundball
反弹的小球程序主要用于模拟小球碰撞后产生反弹的情况。(Rebound ball program mainly used to simulate the small-ball collision resulting from a rebound situation.)
- 2010-02-11 20:01:45下载
- 积分:1
-
KinectwithMatlab
The release of the Kinect for Windows sensor and software development kit (SDK) for commercial applications opens up the limitless possibilities offered by Kinect technology. Together, the hardware and software offer a superior development platform for Windows and a higher quality, better performing experience for end users.
- 2012-04-22 12:43:43下载
- 积分:1
-
tftb
说明: MATLAB时频分析工具箱,很红用,很好用,行了吧。靠。(tftb
mmmmmmmmmmmmm)
- 2010-03-25 19:02:27下载
- 积分:1
-
层次分析法
通过使用matlab,对层次分析法进行求解,从而进一步确定权重,更快的解决问题。(By using matlab, the analytic hierarchy process (AHP) is solved to further determine the weight and solve the problem more quickly.)
- 2019-04-18 08:56:05下载
- 积分:1
-
Viterbi算法简洁注释版
说明: Viterbi算法源程序,注释简洁,利于使用(Viterbi algorithm source, concise notes, beneficial use)
- 2005-11-10 17:06:54下载
- 积分:1