All Projects → cokelaer → Spectrum

cokelaer / Spectrum

Licence: bsd-3-clause
Spectral Analysis in Python

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Spectrum

Artal
A .PSD parsing library for LÖVE
Stars: ✭ 41 (-80.75%)
Mutual labels:  psd
Psd Tools
Python package for reading Adobe Photoshop PSD files
Stars: ✭ 646 (+203.29%)
Mutual labels:  psd
Ag Psd
Javascript library for reading and writing PSD files
Stars: ✭ 135 (-36.62%)
Mutual labels:  psd
unity-ugui-edit-tools
编辑器下的界面工具集合
Stars: ✭ 30 (-85.92%)
Mutual labels:  psd
Jpegsnoop
JPEGsnoop: JPEG decoder and detailed analysis
Stars: ✭ 282 (+32.39%)
Mutual labels:  psd
Libqpsd
PSD (Photoshop Document) & PSB (Photoshop Big) Plugin for Qt/C++ (Qt4/Qt5)
Stars: ✭ 90 (-57.75%)
Mutual labels:  psd
Weui Design
Design package for WeUI
Stars: ✭ 2,758 (+1194.84%)
Mutual labels:  psd
Psd2unityimporter
An advanced PSD importer tool for Unity
Stars: ✭ 155 (-27.23%)
Mutual labels:  psd
Psd.rb
Parse Photoshop files in Ruby with ease
Stars: ✭ 3,092 (+1351.64%)
Mutual labels:  psd
Weui Sketch
weui sketch by ZTfer
Stars: ✭ 116 (-45.54%)
Mutual labels:  psd
psd2svg
PSD to SVG converter.
Stars: ✭ 40 (-81.22%)
Mutual labels:  psd
psd ockham
Utility to reduce PSD file size
Stars: ✭ 17 (-92.02%)
Mutual labels:  psd
Xs2a
Open Source NextGenPSD2 XS2A Implementation from adorsys
Stars: ✭ 108 (-49.3%)
Mutual labels:  psd
cyan
Cyan Color Converter
Stars: ✭ 68 (-68.08%)
Mutual labels:  psd
Psd Templates Requirements
Требования, пожелания и рекомендации к PSD (и не только) макетам
Stars: ✭ 140 (-34.27%)
Mutual labels:  psd
oculante
A minimalistic crossplatform image viewer written in rust
Stars: ✭ 169 (-20.66%)
Mutual labels:  psd
Twelvemonkeys
TwelveMonkeys ImageIO: Additional plug-ins and extensions for Java's ImageIO
Stars: ✭ 1,221 (+473.24%)
Mutual labels:  psd
Azpainter
Full color painting software for Unix-like systems for illustration drawing. This is un-official little fixed repository for package maintainers of image editor AzPainter (based on "mlib" toolkit). Official repository - http://azsky2.html.xdomain.jp/arc/download.html
Stars: ✭ 179 (-15.96%)
Mutual labels:  psd
Psdinfo
Inspect PSD files from the command line
Stars: ✭ 144 (-32.39%)
Mutual labels:  psd
Measure
📏 Measure UI for PSD
Stars: ✭ 110 (-48.36%)
Mutual labels:  psd

SPECTRUM : Spectral Analysis in Python

.. image:: https://badge.fury.io/py/spectrum.svg :target: https://pypi.python.org/pypi/spectrum

.. image:: https://secure.travis-ci.org/cokelaer/spectrum.png :target: http://travis-ci.org/cokelaer/spectrum

.. image:: https://coveralls.io/repos/cokelaer/spectrum/badge.png?branch=master :target: https://coveralls.io/r/cokelaer/spectrum?branch=master

.. image:: https://anaconda.org/conda-forge/spectrum/badges/license.svg :target: https://anaconda.org/conda-forge/spectrum

.. image:: https://anaconda.org/conda-forge/spectrum/badges/installer/conda.svg :target: https://conda.anaconda.org/conda-forge

.. image:: https://anaconda.org/conda-forge/spectrum/badges/downloads.svg :target: https://anaconda.org/conda-forge/spectrum

.. image:: http://joss.theoj.org/papers/e4e34e78e4a670f2ca9a6a97ce9d3b8e/status.svg :target: http://joss.theoj.org/papers/e4e34e78e4a670f2ca9a6a97ce9d3b8e

:contributions: Please join https://github.com/cokelaer/spectrum :contributors: https://github.com/cokelaer/spectrum/graphs/contributors :issues: Please use https://github.com/cokelaer/spectrum/issues :documentation: http://pyspectrum.readthedocs.io/ :Citation: Cokelaer et al, (2017), 'Spectrum': Spectral Analysis in Python, Journal of Open Source Software, 2(18), 348, doi:10.21105/joss.00348

.. image:: http://www.thomas-cokelaer.info/software/spectrum/html/_images/psd_all.png :class: align-right :width: 50%

Spectrum contains tools to estimate Power Spectral Densities using methods based on Fourier transform, Parametric methods or eigenvalues analysis:

* The Fourier methods are based upon correlogram, periodogram and Welch estimates. Standard tapering windows (Hann, Hamming, Blackman) and more exotic ones are available (DPSS, Taylor, ...). 
* The parametric methods are based on Yule-Walker, BURG, MA and ARMA, covariance and modified covariance methods.
* Non-parametric methods based on eigen analysis (e.g., MUSIC) and minimum variance analysis are also implemented.
* Multitapering is also available

The targetted audience is diverse. Although the use of power spectrum of a signal is fundamental in electrical engineering (e.g. radio communications, radar), it has a wide range of applications from cosmology (e.g., detection of gravitational waves in 2016), to music (pattern detection) or biology (mass spectroscopy).

Quick Installation

spectrum is available on Pypi::

pip install spectrum

and conda::

conda config --append channels conda-forge
conda install spectrum

To install the conda executable itself, please see https://www.continuum.io/downloads .

Contributions

Please see github <http://github.com/cokelaer/spectrum>_ for any issues/bugs/comments/contributions.

Some notebooks (external contributions)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].