Skip to content

Commit

Permalink
Update feature list
Browse files Browse the repository at this point in the history
  • Loading branch information
mhostetter committed Dec 16, 2023
1 parent adce0ad commit ab23c83
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 10 deletions.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
"freqs",
"frombuffer",
"fspl",
"Hadamard",
"hann",
"hexdump",
"highpass",
Expand Down
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,15 @@ python3 -m pip install sdr
View all available classes and functions in the [API Reference](https://mhostetter.github.io/sdr/latest/api/dsp/).

- **Digital signal processing**: Finite impulse response (FIR) filters, FIR filter design,
infinite impulse response (IIR) filters, polyphase interpolator, polyphase decimator, polyphase resampler,
Farrow arbitrary resampler, fractional delay filter design, FIR differentiator, IIR integrator, complex mixing,
real/complex conversion.
- **Sequences**: Barker, Zadoff-Chu.
infinite impulse response (IIR) filters, moving average, differentiator, integrator, leaky integrator,
polyphase interpolator, polyphase decimator, polyphase resampler, Farrow arbitrary resampler,
fractional delay filter design, FIR differentiator, IIR integrator, complex mixing, real/complex conversion.
- **Sequences**: Barker, Hadamard, Walsh, Zadoff-Chu.
- **Modulation**: Phase-shift keying (PSK), $\pi/M$ PSK, offset QPSK, rectangular pulse shape, half-sine pulse shape,
raised cosine pulse shape, root raised cosine pulse shape, Gaussian pulse shape, binary and Gray symbol mapping,
differential encoding.
- **Synchronization**: Numerically-controlled oscillators (NCO), loop filters, closed-loop PLL analysis.
- **Synchronization**: Numerically-controlled oscillators (NCO), loop filters, closed-loop phase-locked loop (PLL)
analysis, automatic gain control (AGC), phase error detectors (PEDs).
- **Measurement**: Energy, power, voltage, Euclidean distance, Hamming distance, bit/symbol error rate,
error vector magnitude (EVM).
- **Conversions**: Between linear units and decibels. Between $E_b/N_0$, $E_s/N_0$, and $S/N$.
Expand Down
11 changes: 6 additions & 5 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,15 @@ Features
View all available classes and functions in the `API Reference <https://mhostetter.github.io/sdr/latest/api/dsp/>`_.

- **Digital signal processing**: Finite impulse response (FIR) filters, FIR filter design,
infinite impulse response (IIR) filters, polyphase interpolator, polyphase decimator, polyphase resampler,
Farrow arbitrary resampler, fractional delay filter design, FIR differentiator, IIR integrator, complex mixing,
real/complex conversion.
- **Sequences**: Barker, Zadoff-Chu.
infinite impulse response (IIR) filters, moving average, differentiator, integrator, leaky integrator,
polyphase interpolator, polyphase decimator, polyphase resampler, Farrow arbitrary resampler,
fractional delay filter design, FIR differentiator, IIR integrator, complex mixing, real/complex conversion.
- **Sequences**: Barker, Hadamard, Walsh, Zadoff-Chu.
- **Modulation**: Phase-shift keying (PSK), $\pi/M$ PSK, offset QPSK, rectangular pulse shape, half-sine pulse shape,
raised cosine pulse shape, root raised cosine pulse shape, Gaussian pulse shape, binary and Gray symbol mapping,
differential encoding.
- **Synchronization**: Numerically-controlled oscillators (NCO), loop filters, closed-loop PLL analysis.
- **Synchronization**: Numerically-controlled oscillators (NCO), loop filters, closed-loop phase-locked loop (PLL)
analysis, automatic gain control (AGC), phase error detectors (PEDs).
- **Measurement**: Energy, power, voltage, Euclidean distance, Hamming distance, bit/symbol error rate,
error vector magnitude (EVM).
- **Conversions**: Between linear units and decibels. Between $E_b/N_0$, $E_s/N_0$, and $S/N$.
Expand Down

0 comments on commit ab23c83

Please sign in to comment.