Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOC: note on zeros for spherical Hankel 2nd kind #196

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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