Skip to main content

Diamondback digital signal processing package.

Project description

Description

Diamondback is a package which provides Digital Signal Processing ( DSP ) solutions, organized in the form of commons, filters, interfaces, models, and transforms.

Diamondback was designed to complement Artificial Intelligence ( AI ) frameworks, by defining components which analyze, filter, extract, model, and transform data into forms which are useful in applications including pattern recognition, feature extraction, and optimization.

Diamondback was also designed to provide utility in the context of classical signal processing solutions including communications, modeling, signal identification and extraction, and noise cancellation.

Documentation is provided in HTML form, extracted from docstrings in the diamondback package source, and a jupyter notebook is provided to dynamically construct and exercise diamondback components to facilitate experimentation and visualization.

Details

An extensible factory design pattern is expressed in many components, and a mix-in design pattern is extensively employed in property definition. Complex or real types, in adaptive or static forms, are supported as appropriate. Data collections are consistently expressed in native types, including tuples, sets, lists, and dictionaries, with vector and matrix types expressed in numpy arrays.

Diamondback is defined in subpackages :

commons

  • Log singleton instance which formats and writes log entries with a specified level and stream using the loguru package. Log entries contain an ISO-8601 datetime and level. Dynamic stream redirection and level specification are supported.

  • RestClient instances define a client for simple REST service requests using the requests package. An API and an elective dictionary of parameter strings are encoded to build a URL, elective JSON or binary data are defined in the body of a request, and a requests response containing JSON or binary data is returned. URL, proxy, and timeout definition are supported.

  • Serial singleton instance which encodes and decodes an instance or collection with JSON, or base-85 encoded gzip JSON binary format using the jsonpickle packages.

filters

  • ComplexBandPassFilter instances adaptively extract or reject signals at a normalized frequency of interest, and may be employed to dynamically track magnitude and phase or demodulate signals.

  • ComplexExponentialFilter instances synthesize complex exponential signals at normalized frequencies of interest with contiguous phase.

  • ComplexFrequencyFilter instances adaptively discriminate and estimate a normalized frequency of a signal.

  • DerivativeFilter instances estimate discrete derivative approximations at several filter orders, through extensible factory construction.

  • FirFilter instances realize discrete difference equations of Finite Impulse Response ( FIR ) form, in adaptive or static solutions. A factory electively constructs instances based on type, classification, normalized frequency, order, cascade count, and complement. Filters may be readily extended to support new types and functionality, while retaining factory support. Root extraction, group delay, and frequency response evaluation are defined. Adaptation is elective.

  • GoertzelFilter instances efficiently evaluate a Discrete Fourier Transform ( DFT ) at a normalized frequency, based on a window filter and normalized frequency.

  • IirFilter instances realize discrete difference equations of Infinite Impulse Response ( IIR ) form, in adaptive or static solutions. A factory electively constructs instances based on type, classification, normalized frequency, order, cascade count, and complement. Filters may be readily extended to support new types and functionality, while retaining factory support. Root extraction, group delay, and frequency response evaluation are defined. Adaptation is elective.

  • IntegralFilter instances estimate discrete integral approximations at several filter orders, through extensible factory construction.

  • PidFilter instances realize discrete difference equations of Proportional Integral Derivative ( PID ) form.

  • PolynomialRateFilter instances approximate a signal evaluated at an effective frequency equal to the product of the normalized frequency and a rate greater than zero, supporting decimation and interpolation through localized polynomial approximation with no group delay.

  • PolyphaseRateFilter instances approximate a signal evaluated at an effective frequency equal to the product of the normalized frequency and a rate greater than zero, supporting decimation and interpolation through construction and application of a polyphase filter bank, a sequence of low pass filters with a common frequency response and a fractional sample difference in group delay. An appropriate stride is determined to realize the specified effective frequency without bias and with group delay based on order.

  • RankFilter instances define nonlinear morphological operators, which define functionality based on rank and order, including dilation, median, and erosion, and may be combined in sequences to support close and open.

  • WindowFilter instances realize discrete window functions useful in Fourier analysis, based on type, classification, order, and normalization, through extensible factory construction.

interfaces

models

  • DiversityModel instances select and retain a state extracted to maximize the minimum distance between state members based on classification and order, through extensible factory construction. An opportunistic unsupervised learning model typically improves condition and numerical accuracy and reduces storage relative to alternative approaches including generalized linear inverse.

  • PrincipalComponentModel instances are supervised learning models which analyze an incident signal to learn a mean vector, standard deviation vector, and a collection of eigenvectors, and produce a reference signal which is a candidate for dimension reduction, in which higher order dimensions are discarded, reducing the order of the reference signal, while preserving significant and often sufficient information.

transforms

  • ComplexTransform is a singleton instance which converts a three-phase real signal to a complex signal, or a complex signal to a three-phase real signal, in equivalent and reversible representations, based on a neutral condition.

  • FourierTransform is a singleton instance which converts a real or complex discrete-time signal to a complex discrete-frequency signal, or a complex discrete-frequency signal to a real or complex discrete-time signal, in equivalent and reversible representations, based on a window filter and inverse.

  • PowerSpectrumTransform is a singleton instance which converts a real or complex discrete-time signal to a real discrete-frequency signal which estimates a mean power density of the signal, based on a window filter.

  • WaveletTransform instances realize a temporal spatial frequency transformation through construction and application of analysis and synthesis filters with complementary frequency responses, combined with downsampling and upsampling operations, in equivalent and reversible representations. A factory constructs instances based on type, classification, and order. Filters may be readily extended to support new types and functionality, while retaining factory support.

  • ZTransform is a singleton instance which converts continuous s-domain to discrete z-domain difference equations, based on a normalized frequency and application of bilinear or impulse invariant methods.

Dependencies

Diamondback depends upon external packages :

Diamondback jupyter notebook depends upon additional external packages :

Installation

Diamondback is a public repository hosted at PyPI and GitHub.

pip install diamondback

pip install git+https://github.com/larryturner/diamondback.git

Demonstration

A jupyter notebook defines cells to create and exercise diamondback components. The notebook serves as a tool for visualization, validation, and demonstration of diamondback capabilities.

A jupyter notebook may be run on a remote server without installation with Binder, which dynamically builds and deploys a docker container from a GitHub repository, or installed from GitHub and run on a local system.

Remote

Binder

Local

git clone https://github.com/larryturner/diamondback.git

cd diamondback

pip install --requirement requirements.txt

jupyter notebook .\jupyter\diamondback.ipynb

Restart the kernel, as the first cell contains common definitions, find cells which exercise components of interest, and manipulate widgets to exercise and visualize functionality.

Documentation

Diamondback documentation is generated from the source, indexed, and searchable from GitHub.

GitHub

Tests

A simple pytest solution is provided to exercise and verify diamondback components.

pytest --capture=no --verbose

Author

Larry Turner

License

BSD-3C

Release

Version

Copyright (c) 2018, Larry Turner, Schneider Electric. All rights reserved.

Project details


Release history Release notifications | RSS feed

Download files

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

Source Distribution

diamondback-1.0.75.tar.gz (54.6 kB view hashes)

Uploaded Source

Built Distribution

diamondback-1.0.75-py3-none-any.whl (90.7 kB view hashes)

Uploaded Python 3

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