Description: % 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
To Search:
File list (Check if you may need any files):
besselfilter.m