ruststft 0.3.1

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
# STFT

*status: working. missing some tests. api still in flux.*

![Build Status](https://github.com/sunsided/stft/actions/workflows/rust.yml/badge.svg)

**computes the [short-time fourier transform](https://en.wikipedia.org/wiki/Short-time_Fourier_transform)
on streaming data. written in [rust](https://www.rust-lang.org/).**

to use add `stft = "*"`
to the `[dependencies]` section of your `Cargo.toml` and call `extern crate stft;` in your code.

## [read the documentation for an example and more !]https://docs.rs/ruststft/latest/ruststft/

### [contributing]contributing.md

### licensed under either of [apache-2.0]LICENSE-APACHE ([tl;dr]https://tldrlegal.com/license/apache-license-2.0-(apache-2.0)) or [MIT]LICENSE-MIT ([tl;dr]https://tldrlegal.com/license/mit-license) at your option