Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
mhostetter committed Jul 24, 2023
1 parent edcccc1 commit 587b7f6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ in `sdr`, please open an issue on GitHub.
- Link budgets: `sdr.awgn_capacity()`, `sdr.bsc_capacity()`, `sdr.bec_capacity()`,
`sdr.fspl()`, `sdr.parabolic_antenna()`
- Probability: `sdr.Q()`, `sdr.Qinv()`
- Plotting utilities: `sdr.plot.time_domain()`, `sdr.plot.periodogram()`, `sdr.plot.spectrogram()`
`sdr.plot.filter()`, `sdr.plot.frequency_response`, `sdr.plot.phase_response()`,
- Plotting utilities: `sdr.plot.time_domain()`, `sdr.plot.periodogram()`, `sdr.plot.spectrogram()`,
`sdr.plot.filter()`, `sdr.plot.frequency_response()`, `sdr.plot.phase_response()`,
`sdr.plot.phase_delay()`, `sdr.plot.group_delay()`,
`sdr.plot.impulse_response()`, `sdr.plot.step_response()`,
`sdr.plot.zeros_poles()`
Expand Down
4 changes: 2 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ Features
- Link budgets: :func:`sdr.awgn_capacity()`, :func:`sdr.bsc_capacity()`, :func:`sdr.bec_capacity()`,
:func:`sdr.fspl()`, :func:`sdr.parabolic_antenna()`
- Probability: :func:`sdr.Q()`, :func:`sdr.Qinv()`
- Plotting utilities: :func:`sdr.plot.time_domain()`, :func:`sdr.plot.periodogram()`, :func:`sdr.plot.spectrogram()`
:func:`sdr.plot.filter()`, :func:`sdr.plot.frequency_response`, :func:`sdr.plot.phase_response()`,
- Plotting utilities: :func:`sdr.plot.time_domain()`, :func:`sdr.plot.periodogram()`, :func:`sdr.plot.spectrogram()`,
:func:`sdr.plot.filter()`, :func:`sdr.plot.frequency_response()`, :func:`sdr.plot.phase_response()`,
:func:`sdr.plot.phase_delay()`, :func:`sdr.plot.group_delay()`,
:func:`sdr.plot.impulse_response()`, :func:`sdr.plot.step_response()`,
:func:`sdr.plot.zeros_poles()`
Expand Down

0 comments on commit 587b7f6

Please sign in to comment.