项目作者: cifkao

项目描述 :
Short-time Fourier transform (STFT) for JAX
高级语言: Python
项目地址: git://github.com/cifkao/jax-spectral.git
创建时间: 2021-01-01T23:31:18Z
项目社区:https://github.com/cifkao/jax-spectral

开源协议:BSD 3-Clause "New" or "Revised" License

下载


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

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