Skip to content

almar92/python_chebyshev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Type 1 Chebyshev Filters

Introduction

A collection of tools to study Type 1 Chebyshev n-th order filters

Index

  1. Pole calculator: script for the study of a n-th order Low-pass filter's poles
  2. Discrete component generator: script with a double purppose
    1. The calculation of a n-th order Low-pass filter's components
    2. The generation of the corresponding Band-pass filter

To-do list

  • Finish writing documentation
  • Develop a script for normalized impedence calculation from pole values, eliminating the need for Chebyshev tables consultation in Discrete component generator