Skip to content
/ gdsp Public

A digital signal processing library for Go.

License

Notifications You must be signed in to change notification settings

colinc86/gdsp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f395de9 · May 23, 2024

History

18 Commits
Aug 27, 2019
Feb 27, 2021
Feb 27, 2021
Aug 19, 2019
Aug 27, 2019
Apr 15, 2019
Apr 14, 2019
Jun 16, 2019
Apr 22, 2019
Apr 22, 2019
Apr 22, 2019
Apr 22, 2019
Apr 14, 2019
Apr 14, 2019
Dec 14, 2019
May 23, 2024
Apr 14, 2019
Apr 14, 2019
Apr 14, 2019
Nov 27, 2019
Nov 27, 2019
Apr 14, 2019
Apr 14, 2019
Apr 14, 2019
May 23, 2024
Dec 14, 2019
Apr 14, 2019
May 23, 2024
Apr 15, 2019
Dec 14, 2019

Repository files navigation

gDSP

GoDoc Build Status

A digital signal processing library for Go.

Features

gDSP is a light-weight vector library with a focus on digital signal processing. It is not meant to replace other more robust linear algebra packages.

Functions

  • Autoregressive model parameters using Burg's method
  • Autocorrelation
  • Convolution
  • Cross-correlation
  • Discrete Fourier transform
  • Fast Fourier transform
  • Extrapolation
  • 1-dimensional digital filter
  • Filter initialization function
  • IIR filter
  • FIR filter
  • Interpolation
  • Gaussian lowpass filter
  • Normalization

Windowing

  • Hann
  • Hamming
  • Nuttal

Vectors

  • Real and complex support
  • Vector arithmetic
  • Padding functions

Matrices

  • Conjugate
  • Determinant
  • Transpose

About

A digital signal processing library for Go.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages