maddyblue / go-dsp

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

examples #2

Closed taf2 closed 10 years ago

taf2 commented 10 years ago

Hoping its possible to have more examples of common usage of the library. For example, it would be interesting to have a sample program that reads a wav file and segments the file into meaningful features perhaps providing a recognition example?

maddyblue commented 10 years ago

I don't see how examples would be useful. My impression is that if someone needs examples of what DSP functions do, then they don't need DSP functions. This is similar to a statistics library: there are textbooks that describe how stats work and what they're useful for. A person designs a system to use those functions, and just needs something that implements them.