go-adflib was created to implement adaptive signal processing task with golang. This library uses gonum/floats and gonum/mat for matrix operations.
This library is created with reference to padasip (writen in python).
By using an adaptive filter, you can predict the value of the next sample.
See godoc
go get github.com/tetsuzawa/go-adflib/adf
See here github