Skip to main content

pyFDA is a python tool with a user-friendly GUI for designing and analysing discrete time filters.

Project description

pyFDA

Python Filter Design Analysis Tool

pyFDA is a GUI based tool in Python / Qt for analysing and designing discrete time filters. When the migen module ist installed, fixpoint implementations (for some filter types) can be simulated and exported as synthesizable Verilog netlists.

For more info see the Github Repo.

Screenshot

Prerequisites

  • Python versions: 3.3 ... 3.7
  • All operating systems - there should be no OS specific requirements.
  • Libraries:
    • (Py)Qt5
    • numpy
    • scipy
    • matplotlib: 2.0 or higher

Optional libraries:

  • migen for fixpoint simulation and Verilog export. When missing, the "Fixpoint" tab is hidden.
  • docutils for rich text in documentation
  • xlwt and / or XlsxWriter for exporting filter coefficients as *.xls(x) files

Installing and Starting pyFDA

There is only one version of pyfda for all supported operating systems, Python and Qt versions. As there are no binaries included, you can simply install from the source.

conda

If you use the Anaconda distribution, you can install / update pyfda from my Anaconda channel Chipmuenk using

> conda install -c Chipmuenk pyfda

resp.

> conda update  -c Chipmuenk pyfda

pip

Otherwise, you can install from PyPI using

> pip install pyfda

or upgrade using

> pip install pyfda -U

or install locally using

> pip install -e <YOUR_PATH_TO_PYFDA>

where the specified path points to pyfda.setup.py but without including setup.py. In this case, you need to have a local copy of the pyfda project, preferrably using git.

setup.py

You could also download the zip file from Github and extract it to a directory of your choice. Install it either to your <python>/Lib/site-packages subdirectory using

> python setup.py install

or just create a link to where you have copied the python source files (for testing / development) using

> python setup.py develop

Starting pyFDA

In any case, the start script pyfdax has been created in <python>/Scripts which should be in your path. So, simply start pyfda using

> pyfdax

For development and debugging, you can also run pyFDA using

In [1]: %run -m pyfda.pyfdax # IPython or
> python -m pyfda.pyfdax    # plain python interpreter

All individual files from pyFDA can be run using e.g.

In [2]: %run -m pyfda.input_widgets.input_pz    # IPython or 
> python -m pyfda.input_widgets.input_pz       # plain python interpreter

Customization

The location of the following two configuration files (copied to user space) can be checked via the tab Files -> About:

  • Logging verbosity can be controlled via the file pyfda_log.conf
  • Widgets and filters can be enabled / disabled via the file pyfda.conf. You can also define one or more user directories containing your own widgets and / or filters.

Layout and some default paths can be customized using the file pyfda/pyfda_rc.py, right now you have to edit that file at its original location.

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyfda-0.2rc1.tar.gz (312.2 kB view details)

Uploaded Source

File details

Details for the file pyfda-0.2rc1.tar.gz.

File metadata

  • Download URL: pyfda-0.2rc1.tar.gz
  • Upload date:
  • Size: 312.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.3

File hashes

Hashes for pyfda-0.2rc1.tar.gz
Algorithm Hash digest
SHA256 d85003cccd57ef4e37e0d8d62845e909a820ee0d8bba24e62e0f152c970c3d15
MD5 8ba20b52b620fac65764ec38d325a808
BLAKE2b-256 77e7a197358da819a5f4904830988e8de94348aafbcbe678e4b5e999a5d17702

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page