PyDSM Logo
  • Introduction
  • Getting Started
  • Reference guide
    • Main modules
    • Utility modules
      • Correlation utilities (pydsm.correlations)
      • Fourier transform related routines (pydsm.ft)
        • Functions
      • Computation of the impulse response of a DT filter (pydsm.ir)
      • Compatibility functions for PyDSM (pydsm.relab)
      • Generic utility functions (pydsm.utilities)
    • Error handling
  • How to reproduce published results
  • License
  • Code vendored in PyDSM
  • Bibliographic references
  • Changelog
PyDSM
  • Reference guide
  • Fourier transform related routines (pydsm.ft)

Fourier transform related routines (pydsm.ft)

Functions to compute the fft and the dtft

Functions

fft_centered(x[, fs])

Computes a centered FFT.

dtft(x[, fs, t0])

Computes the discrete time Fourier transform (DTFT).

dtft_hermitian(x[, fs])

Computes the discrete time Fourier transform of a hermitian vector.

idtft(Ff, tt[, fs])

Compute the inverse discrete time Fourier transform (IDTFT)

idtft_hermitian(Ff, tt[, fs])

Compute the inverse discrete time Fourier transform (IDTFT) for a hermitian function of frequency.

Previous Next

© Copyright 2012-2025, Sergio Callegari.

Built with Sphinx using a theme provided by Read the Docs.