Skip to content

joerocklin/go-dsp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Software Defined Radio (SDR) package and tools for Go

This repo is a collection of packages and tools for working with SDR in Go.

It also includes ARM assembly optimized filters and conversions which allow real-time FM demodulation on the Raspberry Pi.

Demodulators

  • FM (polar disciminator)
  • AFSK

Decoders

  • AX.25
  • DTMF

Other Algorithms

  • Goertzel
  • Sliding DFT

Clients & Servers

  • borip compatible client and server

Filter design

Go packages for filter design:

SDR Hardware Interfaces

Go packages to utilize SDR hardware:

About

DSP and Software Defined Radio (SDR) package for Go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 77.9%
  • Assembly 22.1%