fht_sample_points

Function fht_sample_points 

Source
pub fn fht_sample_points(n: usize, dln: f64, offset: f64) -> Vec<f64>
Expand description

Compute the discrete Hankel transform sample points

This function computes the sample points for the discrete Hankel transform when the input array is logarithmically spaced.

§Arguments

  • n - Number of sample points
  • dln - Logarithmic spacing
  • offset - Logarithmic offset

§Returns

Sample points for the transform