文件名称:besselfilter
介绍说明--下载内容来自于网络,使用问题请自行百度
% besselfilter. Function to implement a bandpass Bessel Filter.
% Inputs:
% order: Number of poles in the filter. Scalar numeric value.
% low: Lower frequency bound (Hz). Scalar numeric value.
% high: Upper frequency bound (Hz). Scalar numeric value.
% sampling: Sampling frequency (Hz). Scalar numeric value.
% data: Input data. Numeric vector.(% besselfilter. Function to implement a bandpass Bessel Filter.
% Output:
% filtData: Output filtered data. Numeric vector.
% b, a: Transfer function values for the filter. Scalar numeric.
%
% License: Please see license.txt in the same repository.
% In short, this code uses the MIT license:
% http://opensource.org/licenses/MIT
% Author: Arnab Gupta
% Ph.D. Candidate, Virginia Tech.
% Blacksburg, VA.
% Website: http://arnabocean.com
% Repository: http://bitbucket.org/arnabocean
% Email: arnab@arnabocean.com
%
% Version: 1.0
% Last Revised: Thu Dec 12, 2013)
% Inputs:
% order: Number of poles in the filter. Scalar numeric value.
% low: Lower frequency bound (Hz). Scalar numeric value.
% high: Upper frequency bound (Hz). Scalar numeric value.
% sampling: Sampling frequency (Hz). Scalar numeric value.
% data: Input data. Numeric vector.(% besselfilter. Function to implement a bandpass Bessel Filter.
% Output:
% filtData: Output filtered data. Numeric vector.
% b, a: Transfer function values for the filter. Scalar numeric.
%
% License: Please see license.txt in the same repository.
% In short, this code uses the MIT license:
% http://opensource.org/licenses/MIT
% Author: Arnab Gupta
% Ph.D. Candidate, Virginia Tech.
% Blacksburg, VA.
% Website: http://arnabocean.com
% Repository: http://bitbucket.org/arnabocean
% Email: arnab@arnabocean.com
%
% Version: 1.0
% Last Revised: Thu Dec 12, 2013)
相关搜索: besselfilter
(系统自动生成,下载前可以参看下载内容)
下载文件列表
besselfilter.m
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.