Skip to main content

DSP and Comm package.

Project description

Logo

scikit-dsp-comm

pypi Anaconda-Server Badge Docs

Background

The origin of this package comes from the writing the book Signals and Systems for Dummies, published by Wiley in 2013. The original module for this book is named ssd.py. In scikit-dsp-comm this module is renamed to sigsys.py to better reflect the fact that signal processing and communications theory is founded in signals and systems, a traditional subject in electrical engineering curricula.

Package High Level Overview

This package is a collection of functions and classes to support signal processing and communications theory teaching and research. The foundation for this package is scipy.signal. The code in particular currently requires Python >=3.7x.

There are presently ten modules that make up scikit-dsp-comm:

  1. sigsys.py for basic signals and systems functions both continuous-time and discrete-time, including graphical display tools such as pole-zero plots, up-sampling and down-sampling.

  2. digitalcomm.py for digital modulation theory components, including asynchronous resampling and variable time delay functions, both useful in advanced modem testing.

  3. synchronization.py which contains phase-locked loop simulation functions and functions for carrier and phase synchronization of digital communications waveforms.

  4. fec_conv.py for the generation rate one-half and one-third convolutional codes and soft decision Viterbi algorithm decoding, including soft and hard decisions, trellis and trellis-traceback display functions, and puncturing.

  5. fir_design_helper.py which for easy design of lowpass, highpass, bandpass, and bandstop filters using the Kaiser window and equal-ripple designs, also includes a list plotting function for easily comparing magnitude, phase, and group delay frequency responses.

  6. iir_design_helper.py which for easy design of lowpass, highpass, bandpass, and bandstop filters using scipy.signal Butterworth, Chebyshev I and II, and elliptical designs, including the use of the cascade of second-order sections (SOS) topology from scipy.signal, also includes a list plotting function for easily comparing of magnitude, phase, and group delay frequency responses.

  7. multirate.py that encapsulate digital filters into objects for filtering, interpolation by an integer factor, and decimation by an integer factor.

  8. coeff2header.py write C/C++ header files for FIR and IIR filters implemented in C/C++, using the cascade of second-order section representation for the IIR case. This last module find use in real-time signal processing on embedded systems, but can be used for simulation models in C/C++.

Presently the collection of modules contains about 125 functions and classes. The authors/maintainers are working to get more detailed documentation in place.

Documentation

Documentation is now housed on readthedocs which you can get to by clicking the docs badge near the top of this README. Example notebooks can be viewed on GitHub pages. In time more notebook postings will be extracted from Dr. Wickert's Info Center.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

scikit_dsp_comm-2.0.5.tar.gz (123.3 kB view details)

Uploaded Source

Built Distribution

scikit_dsp_comm-2.0.5-py3-none-any.whl (89.9 kB view details)

Uploaded Python 3

File details

Details for the file scikit_dsp_comm-2.0.5.tar.gz.

File metadata

  • Download URL: scikit_dsp_comm-2.0.5.tar.gz
  • Upload date:
  • Size: 123.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.10.12

File hashes

Hashes for scikit_dsp_comm-2.0.5.tar.gz
Algorithm Hash digest
SHA256 093483ad8b2bc6133187bd591ce481013ee67e507b83bb67f930029b240e1f26
MD5 1d1281bb850de17379272ca71d323995
BLAKE2b-256 c061d91f100ccd08f237ccf32f74d067008c5d758066f3c24aff498dc38b4d79

See more details on using hashes here.

File details

Details for the file scikit_dsp_comm-2.0.5-py3-none-any.whl.

File metadata

File hashes

Hashes for scikit_dsp_comm-2.0.5-py3-none-any.whl
Algorithm Hash digest
SHA256 43e3e0b5c8c34953ae6e15045a8b7e7588afc18b6f5a93d22278929edb778631
MD5 61028c65ad7a806c11db80bb4a23b489
BLAKE2b-256 9614953a5be41fae20d8bdb30bb157e2c693f5b6662bcc49c4622683ecd1d09b

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page