搜索结果
找到约 2,153 项符合
X-LMS 的查询结果
matlab例程 a program for to maximise the fonction f(x,y)=x+y with genetic algorithm
a program for to maximise the fonction f(x,y)=x+y with genetic algorithm
数值算法/人工智能 具有检测FIR滤波器单位脉冲响应h[n]中零系数(zero tap detection)功能的LMS算法自适应均衡器
具有检测FIR滤波器单位脉冲响应h[n]中零系数(zero tap detection)功能的LMS算法自适应均衡器,可处理相关输入(colored inputs)和独立输入(white inputs). 检测出零系数的个数和位置,减少后续计算次数,提高算法效率。
其他 基于LMS.MVDR的波束形成函数库
基于LMS.MVDR的波束形成函数库,并有例子说明。
数值算法/人工智能 直接由定义求 N点复序列x(n) 的DFT X(k)。
直接由定义求 N点复序列x(n) 的DFT X(k)。
VC书籍 离散余弦变换对图象信号有近似最优的去相关能力, 但多维的变换公式一直没有给出. 为此深入研究了 三维离散余弦变换, 提出了任意尺寸的三维函数f (x , y , z ) 的正交离散余弦变换公式,
离散余弦变换对图象信号有近似最优的去相关能力, 但多维的变换公式一直没有给出. 为此深入研究了
三维离散余弦变换, 提出了任意尺寸的三维函数f (x , y , z ) 的正交离散余弦变换公式, 克服了以前系数的取值必须
相等的缺点, 并将之应用于彩色静止图象的压缩编码中, 使得彩色图象的R、G、B 3 帧可以作为一个整体同时进行
...
matlab例程 相关分析与卷积运算 。matlab 实现。 信号函数为x(t)=(1-|t|/T)[u(t+T)-u(t-T)],h(t)= e-a*t*tsin(2πft)
相关分析与卷积运算 。matlab 实现。
信号函数为x(t)=(1-|t|/T)[u(t+T)-u(t-T)],h(t)= e-a*t*tsin(2πft)
多国语言处理 MATLAB7.x数字信号处理 光盘内容
MATLAB7.x数字信号处理 光盘内容
其他 LMS算法的仿真程序
LMS算法的仿真程序,主要实现LMS算法的仿真与收敛的仿真,我已经运行过。
matlab例程 Program to plot x(t) =1/2+∑_(n=1)^∞▒ (sinc⁡ 〖n/2〗 〖 cos 〗⁡ 〖2πnt/4〗 ) Include n-
Program to plot x(t) =1/2+∑_(n=1)^∞▒ (sinc⁡ 〖n/2〗 〖 cos 〗⁡ 〖2πnt/4〗 )
Include n-value (Number of Terms) in graph on plot.
Show 2 graphs, original and simulated together.
数学计算 This program contains the iterative methods of finding solutions of the equation f(x)=0, which are a
This program contains the iterative methods of finding solutions of the equation f(x)=0, which are also known as the roots of the equation f(x)=0
The methods are:
-bisection
-false position
-newton raphson
-secant