#!/bin/sh

filter_gen.py -type lowpass   --plot ../plots/lowpass.png
filter_gen.py -type highpass  --plot ../plots/highpass.png
filter_gen.py -type bandpass  --plot ../plots/bandpass.png
filter_gen.py -type bandstop  --plot ../plots/bandstop.png

