From b5e47092f903738dbefcb1e14a43ba690a163519 Mon Sep 17 00:00:00 2001 From: mhostetter Date: Sun, 27 Aug 2023 20:01:55 -0400 Subject: [PATCH] Update feature list --- README.md | 5 +++-- docs/index.rst | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 82856cd43..eceb7c47f 100644 --- a/README.md +++ b/README.md @@ -52,8 +52,9 @@ View all available classes and functions in the [API Reference](https://mhostett polyphase interpolator, polyphase decimator, polyphase resampler, Farrow arbitrary resampler, complex mixing, real/complex conversion. - **Sequences**: Barker, Zadoff-Chu. -- **Modulation**: Phase-shift keying (PSK), raised cosine pulse shape, root raised cosine pulse shape, - Gaussian pulse shape, binary and Gray symbol mapping, differential encoding. +- **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), direct digital synthesizers (DDS), loop filters, closed-loop PLL analysis. - **Measurement**: Energy, power, voltage, bit/symbol error rate, error vector magnitude (EVM). diff --git a/docs/index.rst b/docs/index.rst index 42a05eea2..6158de2c4 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -43,8 +43,9 @@ View all available classes and functions in the `API Reference