An infinite impulse response (IIR) filter library for Linux, Mac OS X and Windows which implements Butterworth, RBJ, Chebychev filters and can easily import coefficients generated by Python (scipy).
An infinite impulse response (IIR) filter library for Linux, Mac OS X and Windows which implements Butterworth, RBJ, Chebychev filters and can easily import coefficients generated by Python (scipy).
To install iir1, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install iir1
To see what files were installed by iir1, run:
port contents iir1
To later upgrade iir1, run:
sudo port selfupdate && sudo port upgrade iir1
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.