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

*early work in progress ! API is still in flux.*

[![Build Status](https://travis-ci.org/snd/stft.svg?branch=master)](https://travis-ci.org/snd/stft/branches)
[![](https://meritbadge.herokuapp.com/stft)](https://crates.io/crates/stft)

**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://snd.github.io/stft/stft/index.html

### [contributing]contributing.md

### [license: MIT]LICENSE