fast-fourier-transformations

There are 4 repositories under fast-fourier-transformations topic.

  • pc2/fft3d-fpga

    FFTFPGA is an OpenCL based library for Fast Fourier Transformations for FPGAs. This repository provides OpenCL host code in the form of FFTW like APIs as well as OpenCL kernel designs that can be synthesized to bitstreams.

    Language:C13314
  • darian-catalin-cucer/fast-fourier-transform

    FFT is an efficient algorithm for computing the discrete Fourier transform (DFT) of a sequence, enabling the frequency analysis of signals in linear time. It plays a crucial role in various applications, including image processing, audio compression, and cryptography.

    Language:Kotlin110
  • LabDeck/FFT

    This is the official repository of LabDeck's FFT(Fast Fourier Transform) examples. It includes both PDF and MDD files. Please note that while GitHub is unable to open and showcase MDD files, you can download and run them without any problems.

  • AarjavJain101/DFFT-and-Convolution

    Computes the DFFT, Inverse DFFT, and convolution using DFFTs and Inverse DFFTs

    Language:C0100