tetsuzawa / go-adflib

go-adflib is designed to simplify adaptive signal processing tasks with golang.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

go-adflib is designed to simplify adaptive signal processing tasks with golang.

License:MIT License


Languages

Language:Go 100.0%