/myFFT

Matlab function I wrote that performs a 16 point FFT. Not as fast as the built in fft

Primary LanguageMATLAB

myFFT

Matlab function I wrote that performs a 16 point FFT. Sadly, not as fast as the built in fft

To perform the fft call 'myFFT' and this function then calls 'reorder' and 'butterFly'