maddyblue / go-dsp

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

Some basic examples to get going ? #15

Closed joeblew99 closed 8 years ago

joeblew99 commented 8 years ago

I am wondering how data is "pumped" to / around the circuit so to speak.

maddyblue commented 8 years ago

I guess I'm not sure what you want. The README has a simple example of how to do a FFT. What would you like an example to show?

maddyblue commented 8 years ago

There's also https://godoc.org/github.com/mjibson/go-dsp/fft#example-FFTReal, which another user submitted.

joeblew99 commented 8 years ago

Well I am trying to adapt the concepts of DSP programming to flow based reactive systems. Yes that's alot of buzz words, but there is a crossover.

maddyblue commented 8 years ago

I do not know what flow-based reactive systems are. go-dsp is closer to a toolkit that implements some of the lower-level DSP functions. I'm not sure what I can contribute here.

joeblew99 commented 8 years ago

OK. Well best leave it.