mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
8cb52b6b33
pyFDA allows to design digital filters for signals in digital signal processing. Screenshot: https://raw.githubusercontent.com/chipmuenk/pyFDA/master/images/pyFDA_screenshot_3.PNG The patching is mostly due to the fact that pyFDA doesn't have an installation procedure, and expects users to just run locally. PR: 222442 Submitted by: myself Approved by: adamw (mentor) Differential Revision: https://reviews.freebsd.org/D14176
10 lines
438 B
Plaintext
10 lines
438 B
Plaintext
pyFDA is a GUI based tool in Python/Qt for analysing and designing discrete
|
|
time filters. The capability for generating Verilog and VHDL code for the
|
|
designed and quantized filters will be added in the next release.
|
|
|
|
Since the digital filter design is a research area with many unanswered
|
|
questions, this project is also a research project.
|
|
Please expect freezes in case of some parameter values.
|
|
|
|
WWW: https://github.com/chipmuenk/pyFDA
|