Registry / utility / mjibson-go-dsp

mjibson-go-dsp

JSON →
library1.0.0gogounverified

A Go library for digital signal processing, providing functions for filtering, transforms, and other DSP operations.

go get github.com/mjibson/go-dsp
INSTALL
IMPORT
SIG · MJIBSON-GO-DSP
M
mjibson-go-dsp
utilitygov1.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

dsp
github.com/mjibson/go-dsp

Computes the FFT of a slice of complex numbers.

package main import ( "fmt" "github.com/mjibson/go-dsp/fft" ) func main() { data := []complex128{1, 2, 3, 4} result := fft.FFT(data) fmt.Println(result) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
mjibson-go-dsp — go get mjibson-go-dsp · libregistry