登录
首页 » matlab » aft

aft

于 2021-04-10 发布 文件大小:32KB
0 235
下载积分: 1 下载次数: 366

代码说明:

  S. Haykin:自适应滤波器原理第四版的matlab代码(S. Haykin: Adaptive Filter principle of the fourth edition of the matlab code)

文件列表:

AFT
...\AFT
...\...\Chap_11
...\...\.......\batch.m
...\...\.......\make_rp.m
...\...\.......\plot_11_5_abc.m
...\...\.......\plot_mvdr.m
...\...\.......\qrd_rls_AR_pred.m
...\...\.......\run_qrd_rls_mvdr.m
...\...\Chap_12
...\...\.......\batch.m
...\...\.......\batch1.m
...\...\.......\batch2.m
...\...\.......\make_rp.m
...\...\.......\ms.m
...\...\.......\ns.m
...\...\.......\plot12_1.m
...\...\.......\plot12_2.m
...\...\.......\plot12_3.m
...\...\.......\qrd_lsl.m
...\...\.......\run_qrd_lsl.m
...\...\Chap_16
...\...\.......\plot_16_12.m
...\...\.......\plot_16_13.m
...\...\.......\plot_16_14.m
...\...\.......\plot_16_14.m~
...\...\Chap_4
...\...\......\batch.m
...\...\......\make_plot.m
...\...\......\make_rp.m
...\...\......\plot_4_10.m
...\...\......\plot_4_11a_and_4_12a.m
...\...\......\plot_4_11b_and_4_12b.m
...\...\......\plot_4_8a_and_4_9a.m
...\...\......\plot_4_8b_and_4_9b.m
...\...\......\plot_4_8c_and_4_9c.m
...\...\......\plot_4_8d_and_4_9d.m
...\...\......\steepest_descent.m
...\...\Chap_5_EQ
...\...\.........\batch.m
...\...\.........\lms_eq.m
...\...\.........\make_rp.m
...\...\.........\mksstrndata.m
...\...\.........\plot_5_22.m
...\...\.........\plot_5_23.m
...\...\.........\plot_5_24.m
...\...\.........\run_lms_eq.m
...\...\Chap_5_MVDR
...\...\...........\batch.m
...\...\...........\lms.m
...\...\...........\make_rp.m
...\...\...........\plot_5_25_abc.m
...\...\...........\plot_5_26.m
...\...\...........\plot_mvdr.m
...\...\...........\run_lms_mvdr.m
...\...\Chap_5_Pred
...\...\...........\batch.m
...\...\...........\lms_AR_pred.m
...\...\...........\make_plots.m
...\...\...........\make_rp.m
...\...\...........\plot_5_15.m
...\...\...........\plot_5_16.m
...\...\...........\plot_5_17.m
...\...\...........\plot_5_18.m
...\...\...........\plot_5_19_ab.m
...\...\...........\plot_P.m
...\...\...........\run_lms_pred.m
...\...\Chap_7
...\...\......\batch.m
...\...\......\dct_lms.m
...\...\......\dct_lms_C.m
...\...\......\go.m
...\...\......\make_plots.m
...\...\......\make_rp.m
...\...\......\plot_7_7.m
...\...\......\plot_7_8.m
...\...\......\plot_7_9_abcd.m
...\...\......\run_dctlmseq.m
...\...\Chap_9
...\...\......\batch.m
...\...\......\make_plots.m
...\...\......\make_rp.m
...\...\......\mksstrndata.m
...\...\......\plot_9_6.m
...\...\......\plot_9_7.m
...\...\......\rls_AR_pred.m
...\...\......\run_rls_eq.m

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • voronoi_new
    calculating voronoi diagram in complex sitiation
    2009-12-08 16:13:15下载
    积分:1
  • ESPRIT-.matlab
    ESPIRT算法的matlab仿真,基于旋转因子不变形doa估计算法。只适用于均匀线阵。(ESPIRT algorithm matlab simulation, based on the rotation factor is not deformed doa estimation. Applies only to uniform linear array.)
    2011-05-06 21:46:37下载
    积分:1
  • Genetic_algorithm
    Genetic algorithm in Matlab. This program solving traveling salesman problem.
    2010-01-09 00:24:26下载
    积分:1
  • hx
    说明:  一个图像旋转30度的matlab源代码,实现lena图像的旋转,可直接运行,思路清晰(Rotate an image 30 degrees, matlab code, to achieve lena image rotation, can be directly run, clear)
    2021-02-04 20:39:57下载
    积分:1
  • MATLAB-design
    《MATLAB程序设计》选修课大作业 运算 图形(MATLAB design)
    2011-07-21 18:42:07下载
    积分:1
  • OPTION
    example.. of constructions of control system
    2012-06-23 03:46:05下载
    积分:1
  • cengcifenxifa
    层次分析法(APH)采用matlab的m文件编写的,请运行m文件,可以根据提示进行数据的分析(Analytical Hierarchy Process (APH) using matlab m file write, run the m file, the data can be analyzed according Tips)
    2014-01-15 21:53:14下载
    积分:1
  • PSO
    说明:  一般粒子群算法,可以解决一般的优化问题,有较好的收敛性和计算速度。(General particle swarm algorithm to solve optimization problems in general, better convergence and calculation speed.)
    2011-03-07 14:38:46下载
    积分:1
  • FuzzyPAdaptivePRobustPPIDPController
    适合用来学习模糊控制的源码。模糊自适应PID效果是非常不错。PID控制器,一种工业控制方式,比例积分微分控制规律(控制器数学模型G(S)=比例+微分+积分),经常用P表示比例,用I表示积分,用D表示微分。(Suitable for learning fuzzy control of the source. Fuzzy adaptive PID effect is very good. PID controller, an industrial control, PID control law (mathematical model of the controller G (S) = ratio of+ differential+ points), often expressed by P ratio, with the points I said, with the D that differential.)
    2011-04-26 11:29:16下载
    积分:1
  • jiefangcheng
    使用高斯-赛德尔迭代法和雅克比迭代法求解线性方程组;使用高斯法和列主元法求解线性方程组。(Using the Gauss - Seidel iterative method, Jacobi iterative method for solving linear equations and using Gauss method and column principal component method to solve linear equations.)
    2018-04-11 11:51:29下载
    积分:1
  • 696516资源总数
  • 106554会员总数
  • 12今日下载