diff --git a/README.md b/README.md index e7b95ce..1d70f21 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,11 @@ # demo-bode-plotter -GEX demo measuring the amplitude and phase frequency response of analog filters \ No newline at end of file +GEX demo measuring the amplitude and phase frequency response of analog filtes + +To run it, change the 'gex' symlink to point to your copy of the GEX client library. + +## Example outputs + +![bode1_amplitude.png](bode1_amplitude.png) + +![bode1_phase.png.png](bode1_phase.png.png) diff --git a/bode1_amplitude.png b/bode1_amplitude.png new file mode 100644 index 0000000..41a5bd6 Binary files /dev/null and b/bode1_amplitude.png differ diff --git a/bode1_phase.png b/bode1_phase.png new file mode 100644 index 0000000..b48e744 Binary files /dev/null and b/bode1_phase.png differ