Is your feature request related to a problem? Please describe.
Many ultrasound computing pipelines rely on a envelope detection detection algorithm. Having such a feature in MONAI would help ultrasound researchers adopt MONAI.
Describe the solution you'd like
A GPU enabled, ideally differentiable, PyTorch version of scipy.signal.hilbert
Describe alternatives you've considered
Implementing the Hibert transform if/when needed by using the PyTorch fft.
Additional context
Adding @crnbaker in the discussion