stft 0.2.0

computes the short-time fourier transform on streaming data
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
authors = ["Maximilian Krüger <kruemaxi@gmail.com>"]
description = "computes the short-time fourier transform on streaming data"
documentation = "https://snd.github.io/stft/stft/index.html"
homepage = "https://github.com/snd/stft"
keywords = ["dsp", "fft", "stream", "data", "fourier"]
license = "MIT"
name = "stft"
readme = "README.md"
repository = "https://github.com/snd/stft.git"
version = "0.2.0"

[dependencies]
apodize = "0.1.1"
num = "0.1.29"
rustfft = "1.0.0"
strider = "0.1.2"