DanIsraelMalta / Optimal-FIR-Filter-Designer

Given cutoff frequency, sampling frequency and filter order application will return an all-pole, near-linear phase low pass filter with optimized magnitude response in the pass-band region.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

optimal filter design

This project is a part of my private assement of two frameworks:

  • the Ultimate++ (c++) framework, assesed as a rapid GUI prototyper.
  • Eigen linear algebra framework, assesed as a Matlab replacement.

Anyway, given cutoff frequency (bandwidth; 3db frequency), sampling frequency and filter order, OptimalFilter will return an all-pole, near-linear phase low pass filter with optimized magnitude response in the passband region.

Alt text

About

Given cutoff frequency, sampling frequency and filter order application will return an all-pole, near-linear phase low pass filter with optimized magnitude response in the pass-band region.


Languages

Language:C++ 100.0%