Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by ThomasLM

  1. T

    Get a N-FFT with two N/2-FFT already computed

    Little correction : FFT0[0] = FFT1[0] + FFT2[0] FFT0[2] = FFT1[1] - FFT2[1] FFT0[4] = FFT1[2] + FFT2[2] FFT0[6] = FFT1[3] - FFT2[3]
  2. T

    Get a N-FFT with two N/2-FFT already computed

    Hi everyone, After somme researchs on the web, I don't find the answer of my problem (or I don't understand it) and I hope this post will succeed. I'm working on a real-time FFT convolution algorithm (C++) which split the impulse response in several increasing size blocks (64/128/256/...). To...

Part and Inventory Search

Back
Top