GO-DSP

Go 数字信号处理。「Digital Signal Processing for Go」

Github stars Tracking Chart

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

Main metrics

Overview
Name With Ownermaddyblue/go-dsp
Primary LanguageGo
Program languageGo (Language Count: 1)
Platform
License:ISC License
所有者活动
Created At2011-11-02 06:28:41
Pushed At2023-10-09 14:20:57
Last Commit At2018-05-08 00:29:40
Release Count0
用户参与
Stargazers Count878
Watchers Count28
Fork Count86
Commits Count122
Has Issues Enabled
Issues Count13
Issue Open Count5
Pull Requests Count8
Pull Requests Open Count2
Pull Requests Close Count4
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private