fft_rs

Crates.iofft_rs
lib.rsfft_rs
version0.1.0
created_at2025-04-20 05:25:44.416275+00
updated_at2025-04-20 05:25:44.416275+00
descriptionRadix-2 Fast Fourier Transform Implementation in Rust
homepage
repositoryhttps://github.com/pranav-avn/fft_rs
max_upload_size
id1641407
size8,978
Pranav Aravindhan V (pranav-avn)

documentation

README

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
Commit count: 11

cargo fmt