About 391,000 results
Open links in new tab
  1. ELI5: Fast Fourier transform? : r/compsci - Reddit

    Jul 23, 2014 · The fourier transform is a mathematical operation that tells you how to get the b_w's if you know the a_t's. The fast fourier transform is a fast algorithm for computing fourier …

  2. ELI5: How does the Fast Fourier Transform work? - Reddit

    The fast Fourier transform is a version of the discrete Fourier transform which is computationally much faster. Normally a Fourier transform involves performing the operation on a function.

  3. ELI5: The Fast Fourier Transform. : r/compsci - Reddit

    Dec 15, 2015 · Fast Fourier Transform aka FFT: Signals can be continous or discrete. The FFT is an algorithm (in other words, a recipe) to get an equivalent result to a Discrete Fourier …

  4. Explain the Fast Fourier Transform algorithm like I'm 5 - Reddit

    Mar 15, 2013 · Hey guys, So, I'm trying to wrap my head around the FFT algorithm. My goal is to read in a coefficient vector (representing a polynomial), and transform it in O (nlg (n)) time. So …

  5. FFT ( Fast Fourier Transform) on a PLC : r/PLC - Reddit

    Jun 11, 2020 · What problems are you having? The document he included specifies the type and size of each tag needed for the instruction. Everyones implementation of FFT is different and …

  6. ELI5: fast Fourier transform (FFT), and/or discrete Fourier ... - Reddit

    Feb 7, 2018 · The 'fast' Fourier Transform is a divide-and-conquer algorithm that exploits some symmetries to perform a Discrete Fourier Transform. Ultimately, the reason that digital signal …

  7. Where to start studying about fourier transforms? : r/3Blue1Brown …

    Mar 22, 2020 · Where to start studying about fourier transforms? I really liked 3b1b's video on Fourier transforms and want to learn more about it. Which materials should I get started with?

  8. FAST FOURIER TRANSFORM (4096 points: very fast) : r/desmos

    Nov 20, 2023 · A subreddit dedicated to sharing graphs created using the Desmos graphing calculator. Feel free to post demonstrations of interesting mathematical phenomena, questions …

  9. ELI5: What is a Fast Fourier Transform? : r/explainlikeimfive - Reddit

    Nov 30, 2022 · The Fast Fourier Transform is an algoritm to do a Fourier Transform. A Fourier Transform transforms data between de time and frequency domain, which gives anoter …

  10. Alternatives to FFT? : r/DSP - Reddit

    in general FFT is already pretty efficient, that's why it is called Fast Fourier Transform. There's multiple ways to do things, it depends on what you really need and what you know.