mirror of
https://github.com/make-42/xyosc
synced 2025-01-18 18:57:10 +01:00
.. | ||
peaks | ||
dsp.go | ||
LICENSE | ||
Readme.md | ||
wavread.go |
Package godsp
Package godsp is a Go package developed to support some basic signal processing functions using the discrete wavelet transform (DWT).
Packages
-
go-dsp: General functions on vectors or sets of vectors.
-
go-dsp/dbscan: Implementation of DBSCAN (https://en.wikipedia.org/wiki/DBSCAN) to cluster histogram bins.
-
go-dsp/dwt: Lifting implementation of the discrete wavelet transform using the Daubechies 4 wavelet. See:
Ripples in Mathematics. The Discrete Wavelet Transform.
A. Jensen and A. la Cour-Harbo
Springer 2001
Section 3.4
Installation
$ go get github.com/mjibson/go-dsp/fft