Skip to content

Fadi-Eid/DigitalFilterDesigner2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

DigitalFilterDesigner 2024

DIGITAL FILTER DESIGNER

Current Version: V2.0 - Stable

Introduction:

DigitalFilterDesigner 2024 is an open-source project dedicated to simplifying the process of digital linear phase (FIR) filter design. The aim is to facilitate the creation of customizable multiband digital filters with ease of design and implementation.

The current version offers Python code for the automatic design of FIR low-pass filters using two methods: the windowed-sinc method and the Kaiser adjustable window method and a python API to automatically generate arbitrary gain, multiband FIR filter using the weighted least-squares method. The algorithms are written in Python, allowing users to generate filter coefficients by adjusting parameters. After filter generation, the user can utilize the built-in plotting methods to validate the filter magnitude response.

The Least-Squares method, which is the most versatile and general method, is available in GUI form.

Repository Structure:

The repository consists of three main folders:

  1. FIR: Contains algorithms and methods for linear phase finite impulse response filter design.
  2. App: Desktop app presenting a user-friendly, code-less interface for FIR design (Least-Squares method).
  3. Media: Software logo and media-specific files

Each folder includes a README providing detailed documentation and guidance.

License:

MIT License Copyright (c) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Screenshots

image

image

image

Releases

No releases published

Packages

No packages published