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

Fix bessel zeros #70

Merged
merged 6 commits into from
Mar 1, 2016
Merged

Fix bessel zeros #70

merged 6 commits into from
Mar 1, 2016

Commits on Feb 26, 2016

  1. Configuration menu
    Copy the full SHA
    72649d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ee7e51 View commit details
    Browse the repository at this point in the history
  3. Add additional functon for calculating zeros of Hankel function

    See #57 (comment)
    The result seems to be more or less identical to the one obtained with
    sphbesselh_zeros() in terms of stability -- the obtained values for z, p differ
    quite a lot.
    One advantage of sphhankel_laplace() is that it will not lead to Inf or Nan, but
    only to large numerical errors in the reproduced sound field for orders >85.
    
    Maybe it would be a good idea to try to calculate z directly via an formula
    without using the zeros() function.
    hagenw committed Feb 26, 2016
    Configuration menu
    Copy the full SHA
    5907123 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4c380ad View commit details
    Browse the repository at this point in the history
  5. Simplify calculation of poles for sphbesselh_zeros()

    The poles are always zero and are now directly set by zeros()
    hagenw committed Feb 26, 2016
    Configuration menu
    Copy the full SHA
    819d0fc View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2016

  1. Integrate sphhankel_laplace() into sphbesselh_zeros()

    The function has now a hardcoded method switch to choose between both methods
    for calculatinh the zeros. We should do some testing which is the better method
    and use that one.
    hagenw committed Mar 1, 2016
    Configuration menu
    Copy the full SHA
    13603c7 View commit details
    Browse the repository at this point in the history