Skip to content

cifkao/jax-spectral

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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'