-
source
This derivation of the normalised least mean square algorithm is based on Farhang-
Boroujeny 1999, pp.172-175, and Diniz 1997, pp 150-3. To derive the NLMS algorithm
we consider the standard LMS recursion, for which we select a variable step size
parameter, μ(n). This parameter is selected so that the error value , e+(n), will be
- 2011-01-12 17:04:12下载
- 积分:1
-
hecheng
设关系A是从集合X={1,2,….,n}到集合Y={1,2,…..,m}的二元关系,而关系B是从集合Y到集合Z={1,2,….,p}的二元关系,求A与B的合成关系C。(A relationship is established from the set X = (1,2, ...., N) to the collection Y = (1,2, ... .., m) of binary relations, the relationship B is from a collection of Y to the set Z = ( 1,2, ...., p) of the binary relation, find the relationship between A and B, synthesis of C.)
- 2009-12-23 13:13:00下载
- 积分:1
-
fetch
MATLAB 数学工具软件
实例简明教程(MATLAB mathematical tools simple tutorial examples)
- 2013-12-10 10:26:34下载
- 积分:1
-
power_xfosaturable
功率电子领域matlab仿真文件,已经验证过,程序运行正常(Power electronics field matlab simulation file, has already been verified, the normal operating procedures)
- 2013-08-26 22:24:13下载
- 积分:1
-
MyGUIEngine
MYGUI3.2改造 - 完善文字的换行显示,并为中文支持自动换行(MYGUI 3.2 transformation- perfect wrap text display, and support for Chinese Wrap)
- 2013-12-15 17:59:44下载
- 积分:1
-
pwm_up
matlab单相逆变simlink仿真程序(matlab simlink pwm inverter simulation program)
- 2011-05-24 13:20:53下载
- 积分:1
-
matcom
在VC++6.0中利用MATCOM接口调用MATLAB中的.mat文件进行数据处理(In VC++6.0 using MATCOM interface calls the MATLAB. Mat file for data processing)
- 2013-11-07 21:31:45下载
- 积分:1
-
downsample
matlab dsp中函数downsample和upsamplec代码(matlab dsp functions in downsample and upsamplec code)
- 2013-11-05 14:10:03下载
- 积分:1
-
C_CPP-Programmers-Reference--Third-Edition-By-Her
C/C++ Programmer s Reference, Third Edition
by Herbert Schildt ISBN:0072227222
McGraw-Hill/Osborne © 2003 (358 pages)
This guide reviews the rules and syntax of the principle commands that comprise C and its object-oriented cousin, C++. The reference consists of 19 chapters that define operators and the standard input/output, string, character, and more.
- 2015-03-20 08:48:03下载
- 积分:1
-
QRDCMP
用镜像矩阵求出矩阵的QR分解(正交三角分解),并求解线性方程组,该方法不必选主元,但其计算过程非常稳定。也可用于求矩阵的广义逆和求解线性最小二乘问题。子过程QRDCMP用镜像矩阵求m*n矩阵A的QR分解,A=Q^TR,其中Q是m*m正交矩阵,R为m*n上三角矩阵;子过程QRBKSB用矩阵的QR分解求解线性方程组Ax=b,其中A为n阶非奇异方阵。(Matrix obtained with the mirror matrix QR decomposition (orthogonal triangular decomposition), and solving linear equations, the method does not have to choose the main element, but its calculation process is very stable. Can also be used to find the generalized inverse matrix and solving linear least squares problems. Sub-process of the mirror matrix QRDCMP m* n matrix A QR decomposition, A = Q ^ TR, wherein Q is a m* m orthogonal matrix, R is m* n upper triangular matrix subprocess QRBKSB a QR decomposition to solve the matrix linear equations Ax = b, where A is non-singular square matrix of order n.)
- 2013-09-27 11:05:18下载
- 积分:1