Skip to content
/ DSP Public

General Digital Signal Processing routines in C++

License

Notifications You must be signed in to change notification settings

pa28/DSP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DSP - Digital Signal Processing

This repository contains my collection of DSP C++ software that supports other projects.

  • Signal.h Abstractions of real and complex Linear Time Invariant signal segments, includes FFT.
  • Costas.h A Costas Loop implementation. Requires IIR Filters from berndporr/iir1.
  • TanLock.h A tangent lock loop, under development. Requires IIR Filters from berndporr/iir1.
  • FreqDesc.h A tangent base frequency descriminator. Requires IIR Filters from berndporr/iir1.

About

General Digital Signal Processing routines in C++

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published