Skip to content

Implementation of Prony method DSP filter in C

Notifications You must be signed in to change notification settings

ALTracer/prony_c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prony method detects complex exponents (frequency-domain) in an input signal (time-domain) using least-square fitting. The method is superior to Fourier filtering in some ways.

This C implementation relies on LAPACK/BLAS library and tclague.

Written in 2021 for my Master's Thesis. Intended to run as a PSCAD module for on-line (low-)frequency scanning.

About

Implementation of Prony method DSP filter in C

Topics

Resources

Stars

Watchers

Forks