Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ENH: signal.ShortTimeFFT: determine arbitrary dual windows #20610

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Commits on May 24, 2024

  1. ENH: Determine arbitrary dual windows for short-time Fourier Transform

    Provide a new function `closest_STFT_dual_window()` to calculate the closest dual window in a least-squares sense for a given desired window as well as a new method `ShortTimeFFT.from_win_equals_dual()` to determine windows which are equal to their dual window.
    DietBru committed May 24, 2024
    Configuration menu
    Copy the full SHA
    38af82f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    50a2d34 View commit details
    Browse the repository at this point in the history
  3. Minor doc changes

    DietBru committed May 24, 2024
    Configuration menu
    Copy the full SHA
    e389c59 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    091b8a3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    63459f9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    da15b46 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2024

  1. Configuration menu
    Copy the full SHA
    af55925 View commit details
    Browse the repository at this point in the history