-
GradientAdaptiveLaguerreLatticeFilter
Gradient Adaptive Laguerre Lattice Filter(
Description: Implements the order recursive adaptive laguerre filter from Fejzo and Lev-Ari (1997). Advantages:
*Fewer parameter to model than FIR filters modeling long impulse responses
*guaranteed stability, unique global minimum, small number of parameter for prescribed modelling error
*numerically robust & and low computational complexity ( O(M) ).
*Fast convergence (RLS equivalent) with no apriori learning rate required
*Order recursive, so filter coefficients are uncorrelated with each other, allowing for modular implementation.
Setting the pole parameter to 0 yields the standard classical gradient adaptive FIR algorithm.
Includes simple example on cross-talk resistant echo cancellation to show how to use it.
)
- 2009-11-19 11:49:44下载
- 积分:1
-
BCHdecoding
关于BCH通道下生成标准矩阵以及编码解码过程的文章(this article is concerned to standard array generation and encoding and decoding under BCH channel.)
- 2009-06-08 14:14:44下载
- 积分:1
-
POWER2
Optimal Power Flow algorithm
- 2014-09-10 22:25:49下载
- 积分:1
-
BOOSTCONV
bost konverter sebagai penaik tegangan
- 2013-10-31 13:59:26下载
- 积分:1
-
Final-Coding
ebcot algorith with arithmetic coding
- 2014-02-25 15:10:21下载
- 积分:1
-
蒙特卡洛法求椭圆面积的MATLAB源程序代码
应用背景 这个算法已经在金融学、经济学、工程学、物理学、计算科学及计算机科学等多个领域广泛应用。而且这个算法本身并不复杂,只要掌握概率论及数理统计的基本知识,就可以学会并加以应用。由于这种算法与传统的确定性算法在解决问题的思路方面截然不同,作为计算机科学与技术相关人员以及程序员,掌握此算法,可以开阔思维,为解决问题增加一条新的思路。关键技术 很多实际问题的数学模型均可归结为求解形如f(x)=0的线性方程组或非线性方程组.求解非线性方程组的一般方法是 迭代法.由于用传统方法求解非线性方程组容易导致失败、精确度偏低或有效性偏差等问题,因而需要改进求解方法,以取得明显的效果.为了使求解线性或非线性方程组的工作变得更加高效、精确和便捷,可以采用求解线性和非线性方程组的通用算法,此即蒙特卡罗算法.
- 2023-03-07 11:30:04下载
- 积分:1
-
isodata
isodata聚类分析程序,可以通过设定初始参数,对给定的数据矩阵自组织分裂合并(isodata cluster analysis program)
- 2011-06-02 17:07:19下载
- 积分:1
-
LSSVM
最小二乘支持向量机,程序粘到command window里,设定 2 两个参数,可以更改,以达到最优化(igam=0.001
isig2=0.001
[gam,sig2]=tunelssvm({X,Y, f ,igam,isig2, RBF_kernel },...
[0.001 0.001 10000 10000], gridsearch ,{}, leaveoneout_lssvm )
type= function approximation
kernel= RBF_kernel
model=initlssvm(X,Y,type,gam,sig2,kernel)
model
model=trainlssvm(model)
Yt=simlssvm(model,Xt) )
- 2015-12-27 11:05:14下载
- 积分:1
-
cot
本程序可以用来进行非平稳、非线性信号的阶比跟踪分析(Nonstationary and nonlinear properties of order tracking analysis)
- 2021-04-07 14:49:01下载
- 积分:1
-
MATLAB工具箱 《数字图像处理》冈萨雷斯版专用
MATLAB工具箱,《数字图像处理》冈萨雷斯版专用
All source code in digital image processing, image denoising, rotating IHS transform and wavelet transform
- 2023-04-18 13:10:03下载
- 积分:1