Skip to content

Commit

Permalink
Filter description
Browse files Browse the repository at this point in the history
  • Loading branch information
sam210723 committed Nov 27, 2019
1 parent 7081485 commit 546ab07
Show file tree
Hide file tree
Showing 2 changed files 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 @@ -20,6 +20,10 @@ To view a waveform with **wavebin**, run the following command:
python -m wavebin [PATH TO BIN FILE]
```

The ``-f`` option enables a [Savitzky-Golay](https://web.archive.org/web/20150710002613/http://wiki.scipy.org:80/Cookbook/SavitzkyGolay) low-pass filter which smooths out waveforms. This option is not useful for all waveforms (e.g. high-frequency square waves) as it will create distortion.

![Filter Screenshot](filter.png)

Use the ``-v`` option to see detailed information about the waveform file:

```
Expand Down
Binary file added filter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 546ab07

Please sign in to comment.