Skip to content

Commit

Permalink
Added new options
Browse files Browse the repository at this point in the history
  • Loading branch information
berndporr committed Jan 6, 2023
1 parent 4847d3c commit d2a3465
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,8 @@ that their outputs never become NaN and if the Direct Form I&II filters calculat
expected sequences by comparing them from results created
by the output of scipy's `sosfilt`.

You can disable the generation of tests by setting `IIR1_BUILD_TESTING` to off.

## Documentation

### Learn from the demos
Expand All @@ -291,6 +293,8 @@ directory. A delta pulse as a test signal is sent into the different
filters and saved in a file. With the Python script
`plot_impulse_fresponse.py` you can then plot the frequency responses.

You can disable the compilation of the demos by setting `IIR1_BUILD_DEMO` to off.

Also the directory containing the unit tests provides examples for
every filter type.

Expand Down

0 comments on commit d2a3465

Please sign in to comment.