Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 922 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 922 Bytes

go-adflib

MIT License test GoDoc

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).

Demo

By using an adaptive filter, you can predict the value of the next sample.

demo

Usage

See godoc

Install

go get github.com/tetsuzawa/go-adflib/adf

Author

See here github