GO-DSP

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

Github星跟蹤圖

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

主要指標

概覽
名稱與所有者maddyblue/go-dsp
主編程語言Go
編程語言Go (語言數: 1)
平台
許可證ISC License
所有者活动
創建於2011-11-02 06:28:41
推送於2023-10-09 14:20:57
最后一次提交2018-05-08 00:29:40
發布數0
用户参与
星數881
關注者數28
派生數86
提交數122
已啟用問題?
問題數13
打開的問題數5
拉請求數8
打開的拉請求數2
關閉的拉請求數4
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?