Skip to main content

Design and analyse discrete time DSP filters with a user-friendly GUI tool. Fixpoint filters in time and frequency domain, too.

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 and the documentation at readthedocs.org.

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.7.0b1.tar.gz (414.7 kB view details)

Uploaded Source

Built Distribution

pyfda-0.7.0b1-py3-none-any.whl (408.6 kB view details)

Uploaded Python 3

File details

Details for the file pyfda-0.7.0b1.tar.gz.

File metadata

  • Download URL: pyfda-0.7.0b1.tar.gz
  • Upload date:
  • Size: 414.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.14

File hashes

Hashes for pyfda-0.7.0b1.tar.gz
Algorithm Hash digest
SHA256 3110abdd20b93eaedd04033e18592c15c88b1e1be093938fe08ab681cd2b9751
MD5 6cfed0366973320de13902b6f5f0e4fc
BLAKE2b-256 4008dd7c8b5bf249241ea322a3ff7ebdb2a8bcdc731d71e0daaaba67c59664ab

See more details on using hashes here.

File details

Details for the file pyfda-0.7.0b1-py3-none-any.whl.

File metadata

  • Download URL: pyfda-0.7.0b1-py3-none-any.whl
  • Upload date:
  • Size: 408.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.14

File hashes

Hashes for pyfda-0.7.0b1-py3-none-any.whl
Algorithm Hash digest
SHA256 4fe325ea88bb88c8653bc7797597c9caa7eab78a9436fba6934b3303587c1655
MD5 19615082f891754ef93daf374f003e8d
BLAKE2b-256 1a41736df5e4f62badfd2d2c44844e41de410e37c098990351ea17fc29902201

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