-
VCandMatlab
许多工程软件需要用到复杂的数学算法。VC++能够形成各种用户界面, 并可以直接与系统及底层硬件交换数据。因此研究VC++和Matlab 的混合编程具有很大的实际意义。该文讨论了如何使用Matlab 的Complier 将*.m函数编译为动态链接库DLL, 提供给VC++调用的方法, 提供了一种VC++与Matlab 混合编程的快速实现。(Many engineering software need to use complex mathematical algorithms. VC++ can form a variety of user interface, and can directly exchange data systems and the underlying hardware. Therefore, VC++ and Matlab of mixed programming of great practical significance. The article discusses how to use Matlab' s Complier to*. m functions compiled as dynamic link library DLL, VC++ provided to the invoked method, provides a mixed VC++ and Matlab programming fast implementation.)
- 2010-06-06 15:59:47下载
- 积分: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
-
waver
通过matlab编写代码演奏的卡农,用的基准音,没有加入波形修饰所以音色比较单一(matlab matlab playing playing Khanom Khanom Khanom matlab played)
- 2013-11-03 20:55:00下载
- 积分:1
-
1-aplikasi-penjualan
Yeah I actually fixed it by moving a bunch of stuff to onResume(). There are also a number of other bugs I found in this code posted here (which was based on even buggier code) that I will post as soon as I get them all fixed. The first one that comes to mind is that in the try block it needs to check if c is null. Another one is that there is no error handling for a source going down midstream
- 2015-03-27 00:50:12下载
- 积分:1
-
yuyinchulichengxv
对给定语料估计其基音周期。
要求用MATLAB或C语言实现有关基音检测算法,并给出检测结果。
(For a given corpus to estimate the pitch period. Required to use MATLAB or C language realization of the pitch detection algorithm, and gives test results.)
- 2009-12-27 23:25:22下载
- 积分:1
-
matlab
仿真程序:首先需要用一个随机发生器产生(0.1)内的均匀随机数,然后再将该序列映射到对应的幅度电平{Am}。然后将这个范围再分成4个相等的区间,这些子区间分别对应于4个信号比特的符号00,01,10,11。检测器观察到r=Am+n,并且计算r和4种可能传输的信号幅度之间的距离,它的输出Bm就是相应于最小距离的信号电平。Bm与真正的的传输信号幅度比较,差错计数器用来对检测器产生的差错计数。(Simulation program: first need to use a random generator (0.1) the uniform random number, then the sequence is mapped to the corresponding amplitude level {Am}. Then this range has been divided into four equal intervals, these sub-intervals corresponding to four signal bits of the symbol 00,01,10,11. Detector observed r = Am+ n, and calculate r and 4 possible transmission distance between the signal amplitude, its output corresponding to the minimum distance Bm is the signal level. Bm and the real rate of transmission of the signal comparison, error detection counter is used to generate the error count.)
- 2011-05-21 12:18:13下载
- 积分:1
-
color_line
matlab code for lines big lines little lines lines too
- 2013-03-28 03:43:03下载
- 积分:1
-
Vis
Supermarket cashier system
.doc(Supermarket cashier system
)
- 2014-01-08 22:59:33下载
- 积分:1
-
matlab-complex-network
复杂网络matlab工具包,很好用的哦,用了会说好的,方便易懂(complex network matlab)
- 2013-10-11 23:40:56下载
- 积分:1
-
code
信源编码,香农编码,实现了部分功能。希望大家积极改正。(Source coding, Shannon coding, to achieve some functionality. I hope you actively corrected.)
- 2014-10-29 16:19:33下载
- 积分:1