cifkao / jax-spectral

Short-time Fourier transform (STFT) for JAX

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jax-spectral

A limited port of scipy.signal.spectral (from SciPy 1.5.4) to JAX.

Supports:

Note: STFT only works when nfft == nperseg and nperseg (window size) is a multiple of nperseg - noverlap (hop size).

See also the official jax.scipy.signal (currently missing an implementation of spectral).

Installation

pip install 'git+https://github.com/cifkao/jax-spectral.git@main#egg=jax-spectral'

About

Short-time Fourier transform (STFT) for JAX

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 100.0%