Skip to content
Snippets Groups Projects

Added gwpy.signal.window module to help with FFT routines

Merged Duncan Macleod requested to merge github/fork/duncanmmacleod/gwpy.signal.window into develop

This PR adds a new module gwpy.signal.window which provides two simple routines

  • canonical_name: translates arbitrary window name into one understood by scipy (e.g. ksr -> kaiser)
  • recommended_overlap: uses Heinzel, Rüdiger, & Schilling [2002] to return the recommended overlap for a given FFTlength and window combination

The recommended_overlap method is now used to set the default overlap for all TimeSeries FFT routines, unless specified by the user.

Merge request reports

Merged by Duncan MacleodDuncan Macleod 7 years ago (Jul 10, 2017 1:28pm UTC)

Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Loading
  • Loading
  • Loading
  • Loading
Please register or sign in to reply
Loading