#fft #discrete-fourier-transform #discrete #transform #encoding

bin+lib fft_rs

Radix-2 Fast Fourier Transform Implementation in Rust

1 unstable release

0.1.0 Apr 20, 2025

#111 in Multimedia

Download history 136/week @ 2025-04-16 16/week @ 2025-04-23 8/week @ 2025-04-30

160 downloads per month

MIT license

6KB
73 lines

fft_rs

fft_rs is a high-performance Fast Fourier Transform (FFT) library written in Rust. It leverages the Radix-2 FFT algorithm for efficient computation of discrete Fourier transforms.

Features

  • Radix-2 FFT Algorithm: Optimized for power-of-two input sizes.
  • High Performance: Designed with Rust's safety and speed in mind.

Todo

  • Implement Bit Reversal
  • Implement Butterfly Structure
  • Implement Twiddle Factor Calculation

Dependencies

~460KB