卡尔曼滤波器设计的一个例子

源代码在线查看: sovfilt.m

软件大小: 251 K
上传用户: peterzhang1982
关键词: 卡尔曼 滤波器设计
下载地址: 免注册下载 普通下载 VIP

相关代码

				% y = sovfilt(h,x,L1,L2)
				%    Returns the response of the nonlinear second 
				%    order Volterra filter h when the signal x is 
				%    applied at the filter input. L1 is the memory 
				%    length of the linear part of h, and L2 is the 
				%    memory length of the nonlinear part.
								%       Author : John Garas PhD.				%       Version 2.1, Release October 2002.				%       Copyright (c) DSP ALGORITHMS 2000-2002.											

相关资源