maddyblue / go-dsp

Digital Signal Processing for Go
http://godoc.org/github.com/mjibson/go-dsp
ISC License
858 stars 89 forks source link

2d FFTs #1

Closed jtc25 closed 12 years ago

jtc25 commented 12 years ago

I hope your To-Do list includes at least 2d FFTs?

maddyblue commented 12 years ago

Nd FFTs are on the list, yes. Getting non power of 2 length support was a prerequisite to this. It is now trivial to support 2d and Nd FFTs.

maddyblue commented 12 years ago

2d FFTs got done at 7f0f379