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

bin+lib fft_rs

Radix-2 Fast Fourier Transform Implementation in Rust

1 unstable release

new 0.1.0 Apr 20, 2025

#97 in Multimedia

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