PolyMathOrg / PolyMath

Scientific Computing with Pharo
MIT License
170 stars 39 forks source link

Implement a FFT and FTW #9

Open SergeStinckwich opened 8 years ago

SergeStinckwich commented 8 years ago

From @SergeStinckwich on June 5, 2015 9:59

Try to extract and run the FFT (Fast Fourier Transform) and FWT (Fast Wavelet Transform) classes from Squeak 4.5 image as a first draft.

http://magaloma.seasidehosting.st/Sound#FFT http://magaloma.seasidehosting.st/Sound#FWT

Copied from original issue: SergeStinckwich/SciSmalltalk#21

SergeStinckwich commented 8 years ago

From @WernerK on June 19, 2015 20:34

i translated squeaks fft. the fwt, yes, is just a fast wavelet transform and as a general wavelet package leaves something to be desired imo. hence i didnt touch it at the moment. werner

SergeStinckwich commented 6 years ago

There is a Math-FastFourierTransform package.