go-dsp

module
v0.0.0-...-11479a3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 8, 2018 License: ISC

README

GO-DSP

go-dsp is a digital signal processing package for the Go programming language.

Packages

  • dsputils - utilities and data structures for DSP
  • fft - fast Fourier transform
  • spectral - power spectral density functions (e.g., Pwelch)
  • wav - wav file reader functions
  • window - window functions (e.g., Hamming, Hann, Bartlett)

Installation and Usage

$ go get github.com/mjibson/go-dsp/fft

package main

import (
        "fmt"
        
        "github.com/mjibson/go-dsp/fft"
)

func main() {
        fmt.Println(fft.FFTReal([]float64 {1, 2, 3}))
}

Directories

Path Synopsis
Package dsputils provides functions useful in digital signal processing.
Package dsputils provides functions useful in digital signal processing.
Package fft provides forward and inverse fast Fourier transform functions.
Package fft provides forward and inverse fast Fourier transform functions.
Package spectral provides spectral analysis functions for digital signal processing.
Package spectral provides spectral analysis functions for digital signal processing.
Package wav provides support for the WAV file format.
Package wav provides support for the WAV file format.
Package window provides window functions for digital signal processing.
Package window provides window functions for digital signal processing.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL