Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/calebzulawski/fourier

Fast Fourier transforms (FFTs) in Rust
https://github.com/calebzulawski/fourier

audio-processing digital-signal-processing dsp fft fourier-transform

Last synced: about 2 months ago
JSON representation

Fast Fourier transforms (FFTs) in Rust

Lists

README

        

Fourier
=======
![Build](https://github.com/calebzulawski/fourier/workflows/Build/badge.svg?branch=master)
![no_std](https://github.com/calebzulawski/fourier/workflows/no_std/badge.svg?branch=master)
![C/C++](https://github.com/calebzulawski/fourier/workflows/C/C++/badge.svg?branch=master)
[![License](https://img.shields.io/crates/l/fourier)](https://crates.io/crates/fourier)
[![Crates.io](https://img.shields.io/crates/v/fourier)](https://crates.io/crates/fourier)
[![Rust Documentation](https://img.shields.io/badge/api-rustdoc-blue.svg)](https://docs.rs/fourier/0.1.0/fourier/)

Fast Fourier transforms (FFTs) in Rust

## License
Fourier is distributed under the terms of both the MIT license and the Apache License (Version 2.0).

See [LICENSE-APACHE](LICENSE-APACHE) and [LICENSE-MIT](LICENSE-MIT) for details.