Commit Graph

4 Commits

Author SHA1 Message Date
Dan Kortschak
773146b12d all: fix repeated word typos in comments
Found with m/\b([a-zA-Z]+) \1\b/ and m/\b([a-zA-Z]+)\n[ \t]*// \1\b/.
2019-03-29 07:58:21 +10:30
Dan Kortschak
ea4bf2f8fe fourier,fftpack: add quarterwave functions
Also alter naming for methods for complex and real FFT types.
2018-05-08 07:43:40 +09:30
Dan Kortschak
18eefc9150 fourier/internal/fftpack: factor out FFTPACK port to internal package 2018-04-13 22:17:44 +09:30
Dan Kortschak
4dec74cb93 fourier: add API and code examples 2018-04-13 16:00:59 +09:30