A GUI for creating disctrete-time FIR filters based on poles and zeros. Inspired by the MatLab PoleZeroPlace3D GUI from the SPFirst toolbox.
Fetch the latest release from the
releases page.
Once it is downloaded, extract the contents and run index.html.
You will need Node.js along with npm.
Run the following commands to clone the repo, install dependencies, and build the GUI:
git clone https://github.com/mingmingrr/Pole-Zero-GUI.git
cd Pole-Zero-GUI
npm install --dev
make releaseThe files will automatically be placed into the releases folder.
Run the following commands to compile the tests and autoatically run them with Mocha:
make testThis project is licensed under the MIT License - see the LICENSE.md file for details