Discrete-Hankel-Transform

Calculate the Discrete Hankel Transform with consistent operation rules and functionality (zero padding, array support)

https://github.com/adinatan/Discrete-Hankel-Transform

Ahora está siguiendo esta publicación

View Discrete-Hankel-Transform on File Exchange

Discrete-Hankel-Transform

The code follows a similar path of the Discrete Fourier transform (DFT), including properties such as orthogonality and invertibility, as well as the typical discrete shift, modulation, multiplication, and convolution rules. This is unlike past definitions of DHT that approximated the continuous integral transform without the properties mentioned.

This code is based on: Baddour, N. and Chouinard, U., 2017. Journal of Open Research Software, 5(1), p.4. doi.org/10.5334/jors.82 with a few improvements: The Y matrix code is now vectorized making it ~ x20 faster, there are optional zero padding and arrays support input similar to Matlab's FFT functionality, meaning that the Bessel zeros and Y matrix are only calculated once. The Bessel zeros calculation code uses the updated version by Jason Nicholson.

DHT example img

Citar como

Adi Natan (2026). Discrete-Hankel-Transform (https://github.com/adinatan/Discrete-Hankel-Transform/releases/tag/v1.0), GitHub. Recuperado .

Agradecimientos

Inspirado por: Bessel Zero Solver

Información general

Compatibilidad con la versión de MATLAB

  • Compatible con cualquier versión

Compatibilidad con las plataformas

  • Windows
  • macOS
  • Linux
Versión Publicado Notas de la versión Action
1.0

Para consultar o notificar algún problema sobre este complemento de GitHub, visite el repositorio de GitHub.
Para consultar o notificar algún problema sobre este complemento de GitHub, visite el repositorio de GitHub.