/DSP

General Digital Signal Processing routines in C++

Primary LanguageC++MIT LicenseMIT

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.