benishor / DSP

General Digital Signal Processing routines in C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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++

License:MIT License


Languages

Language:C++ 98.8%Language:CMake 1.2%