Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions SFS_general/sphbesselh_zeros.m
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@
% Hahn and Spors (2017) and the Python implementation in from scipy in
% signal.filter_design._bessel_zeros.
%
% The zeros/roots of the spherical Hankel function of the second kind
% can be obtained based on the following relationship:
% Suppose z = x + iy is a zero for the spherical Hankel function
% of the first kind. Then z = -ix + y, and z = -ix -y are zeros
% for the the spherical Hankel function of the second kind.
%
% See also: sphbesselh, driving_function_imp_nfchoa
%
% References:
Expand Down