Skip to main content
Ctrl+K

SciPy

  • Installing
  • User Guide
  • API reference
  • Building from source
  • Development
  • Release notes
  • GitHub
  • Scientific Python Forum
  • Installing
  • User Guide
  • API reference
  • Building from source
  • Development
  • Release notes
  • GitHub
  • Scientific Python Forum

Section Navigation

  • scipy
  • scipy.cluster
  • scipy.constants
  • scipy.datasets
  • scipy.differentiate
  • scipy.fft
  • scipy.fftpack
  • scipy.integrate
  • scipy.interpolate
  • scipy.io
  • scipy.linalg
  • scipy.ndimage
  • scipy.odr
  • scipy.optimize
  • scipy.signal
  • scipy.sparse
  • scipy.spatial
  • scipy.special
  • scipy.stats
  • SciPy API
  • Signal processing (scipy.signal)
  • hilbert2
scipy.signal.

hilbert2#

scipy.signal.hilbert2(x, N=None)[source]#

Compute the ‘2-D’ analytic signal of x

Parameters:
xarray_like

2-D signal data.

Nint or tuple of two ints, optional

Number of Fourier components. Default is x.shape

Returns:
xandarray

Analytic signal of x taken along axes (0,1).

References

[1]

Wikipedia, “Analytic signal”, https://en.wikipedia.org/wiki/Analytic_signal

previous

hilbert

next

envelope

On this page
  • hilbert2

© Copyright 2008, The SciPy community.

Created using Sphinx 8.1.3.

Built with the PyData Sphinx Theme 0.16.1.