Coder Social home page Coder Social logo

stft's Introduction

stft

Short-time Fourier transform (STFT) and inverse short-time Fourier transform (ISTFT) in python.

Overview

This module is based on the algorithm proposed in [1]. The features of this module include

  • the input data is assumed to be real (use rfft/irfft instead of fft/ifft)
  • it can be applied to an n-d array
  • the segmentation is always along the first dimension
  • overlapping segments are allowed
  • zero padding is allowed
  • the ISTFT can be performed using overlap-and-add (p=1) or a least squares approach (p=2).
  • This module can be dropped into your project. Scipy also includes an stft/istft implementation.

Additional works that use this stft/istft approach include [2-5].

If you use this code in work that you publish, please consider citing at least one of [2-5].

References

[1] B Yang, "A study of inverse short-time Fourier transform," in Proc. of ICASSP, 2008.

[2] B Byram et al, "Ultrasonic multipath and beamforming clutter reduction: a chirp model approach," IEEE UFFC, 61, 3, 2014.

[3] B Byram et al, "A model and regularization scheme for ultrasonic beamforming clutter reduction, " IEEE UFFC, 62, 11, 2015.

[4] A Luchies and B Byram, "Deep neural networks for ultrasound beamforming," IEEE TMI, 37, 9, 2018.

[5] A Luchies and B Byram, "Training improvements for ultrasound beamforming with deep neural networks," PMB, 64, 4, 2019.

stft's People

Contributors

aluchies avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.