Skip to content

Commit

Permalink
Update feature list
Browse files Browse the repository at this point in the history
  • Loading branch information
mhostetter committed Nov 19, 2023
1 parent a03807a commit 6ad5b80
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,17 @@ 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, infinite impulse response (IIR) filters,
polyphase interpolator, polyphase decimator, polyphase resampler, Farrow arbitrary resampler,
FIR differentiator, IIR integrator, complex mixing, real/complex conversion.
- **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.
- **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.
- **Measurement**: Energy, power, voltage, bit/symbol error rate, error vector magnitude (EVM).
- **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$.
- **Simulation**: Binary symmetric channel (BSC), binary erasure channel (BEC), discrete memoryless channel (DMC),
additive white Gaussian noise (AWGN), frequency offset, sample rate offset, IQ imbalance.
Expand Down
10 changes: 6 additions & 4 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,17 @@ 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, infinite impulse response (IIR) filters,
polyphase interpolator, polyphase decimator, polyphase resampler, Farrow arbitrary resampler,
FIR differentiator, IIR integrator, complex mixing, real/complex conversion.
- **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.
- **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.
- **Measurement**: Energy, power, voltage, bit/symbol error rate, error vector magnitude (EVM).
- **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$.
- **Simulation**: Binary symmetric channel (BSC), binary erasure channel (BEC), discrete memoryless channel (DMC),
additive white Gaussian noise (AWGN), frequency offset, sample rate offset, IQ imbalance.
Expand Down

0 comments on commit 6ad5b80

Please sign in to comment.