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: 5 days ago
JSON representation
Fast Fourier transforms (FFTs) in Rust
- Host: GitHub
- URL: https://github.com/calebzulawski/fourier
- Owner: calebzulawski
- License: apache-2.0
- Created: 2019-11-16T21:17:18.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-04-28T21:48:36.000Z (over 1 year ago)
- Last Synced: 2024-10-31T11:51:30.920Z (14 days ago)
- Topics: audio-processing, digital-signal-processing, dsp, fft, fourier-transform
- Language: Rust
- Homepage:
- Size: 1.59 MB
- Stars: 238
- Watchers: 10
- Forks: 20
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
- awesome-list - fourier
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.