Skip to content

Commit

Permalink
Add IIR filters to feature list
Browse files Browse the repository at this point in the history
  • Loading branch information
mhostetter committed Jul 8, 2023
1 parent 01267d0 commit a58992e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ A Python package for software-defined radio.

## Features

- Filters: Infinite impulse response filters (`sdr.IIR`)
- Arbitrary resamplers: Farrow resampler (`sdr.FarrowResampler`)
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ The :obj:`sdr` library is a Python 3 package for software-defined radio (SDR) ap
Features
--------

- Filters: Infinite impulse response filters (:obj:`sdr.IIR`)
- Arbitrary resamplers: Farrow resampler (:obj:`sdr.FarrowResampler`)

.. toctree::
Expand Down

0 comments on commit a58992e

Please sign in to comment.