aboutsummaryrefslogtreecommitdiff
path: root/helper_scripts
Commit message (Collapse)AuthorAgeFilesLines
* helper_scripts: add freq_graph_generatorBrian Woods2023-02-271-0/+98
| | | | | | freq_graph_generator is a executable GNU Octave script that generates a graph of the dft from an input file. This is useful for testing filters with impulses and then seeing their frequency response.
* helper_scripts: add input_generatorBrian Woods2023-02-271-0/+149
A simple GNU Octave executable script that generates intput files for filter testing.