-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi, I am trying to find a very fast and efficient Fourier transform (FFT). Does anyone know of any good ones. I need to run it on the iPhone so it must not be intensive. Instead, maybe you know of one that is wavelet like, i need frequency resolution but only a narrow band (vocal audio range up…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Can somebody give a good explanation of FFT image transform
How the FFT transformed image and it's Re^2+Im^2 image can be analyzed?
I just want to understand something when loiking to the image and it's frequency.
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
I am currently looking around for a good allround beat detection library / source code in C++ since I found it really hard to achieve satisfying results with the beat detection code I wrote myself using this tutorial:
http://www.gamedev.net/reference/programming/features/beatdetection/
It's…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
So, I've been working on a little visualizer for sound files, just for fun. I basically wanted to imitate the "Scope" and "Ocean Mist" visualizers in Windows Media Player. Scope was easy enough, but I'm having problems with Ocean Mist. I'm pretty sure that it is some kind of frequency spectrum, but…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Trying to understand an fft (Fast Fourier Transform) routine I'm using (stealing)(recycling)
Input is an array of 512 data points which are a sample waveform.
Test data is generated into this array. fft transforms this array into frequency domain.
Trying to understand relationship between freq,…
>>> More