-
first
Mic to speaker model in Simulink for DSK
- 2009-05-25 00:17:10下载
- 积分:1
-
lms
最小均方算法lms在波束形成中的应用 LMS算法步骤: 1,、设置变量和参量: X(n)为输入向量,或称为训练样本 W(n)为权值向量 b(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步继续执行。(Lms least mean square algorithm applied in Beamforming
)
- 2011-04-28 23:25:35下载
- 积分:1
-
Three_step_search_Algorithms_papers
Frame interpolation, frame rate up-conversion
(FRUC), motion estimation, motion-compensated frame interpolation
(MCFI), motion-compensated temporal frame interpolation
(MCTFI), predictive search, true-motion, video processing
- 2014-10-04 13:23:11下载
- 积分:1
-
ipc
inter-process communication (IPC) is a set of methods for the exchange of data among multiple threads in one or more processes. Processes may be running on one or more computers connected by a network. IPC methods are divided into methods for message passing, synchronization, shared memory, and remote procedure calls (RPC). The method of IPC used may vary based on the bandwidth and latency of communication between the threads, and the type of data being communicated.
- 2014-10-10 10:19:21下载
- 积分:1
-
WAVELET-FOR-NDT
轴承外环的故障检测 MATLAB小波实现 (matlab wavelet for NDT)
- 2009-03-16 13:15:32下载
- 积分:1
-
0123744865
Book - Introduction to pattern recognition : a MATLAB approach - Sergios Theodoridis.
- 2010-08-27 10:45:49下载
- 积分:1
-
Figure__MATLAB
幻灯片课件,详细的介绍了用matlab进行绘图的方法,比较基础,建议初学者好好看看,很有用。(Courseware slides and detailed introduction to using matlab graphics methods, comparative basis, it is recommended for beginners a good look at, very useful.)
- 2008-04-16 20:47:12下载
- 积分:1
-
immumatlab
说明: 人工免疫系统工具箱,matlab源码,对于最优化问题该算法有明显的优势。(Artificial immune system toolbox, matlab source, the algorithm for optimization problem has an obvious advantage.)
- 2010-05-05 09:19:36下载
- 积分:1
-
L_D_sim
功能描述:测试Levinson-Durbin算法
文件名:L_D_sim.m
测试用例:
(1)x(n)+0.81*x(n-2)=u(n),u(n)为高斯白噪声
(2)x(n)=u(n)+u(n-1)+u(n-2),u(n)为高斯白噪声
文件输出:两种测试用例情况下的功率谱
调用函数:function [A,E] = Levinson_Durbin_Algo(R,P)
被调用:无
作者:mingcheng
编写时间:2009-11-13
修改时间:2009-11-13
版本:V1.0 ( Function Description: Test Levinson-Durbin algorithm file name: L_D_sim.m test case: (1) x (n)+0.81* x (n-2) = u (n), u (n) is Gaussian white noise (2) x (n) = u (n)+ u (n-1)+ u (n-2), u (n) is Gaussian white noise file output: two tests use case in case of power spectrum call the function: function [A, E] = Levinson_Durbin_Algo (R, P) is called: No of: mingcheng write time :2009-11-13 modified :2009-11-13 version: V1.0 )
- 2010-07-11 12:19:03下载
- 积分:1
-
five
Power Electronics Simulation for beginner
- 2013-11-25 15:31:07下载
- 积分:1