Code Monkey home page Code Monkey logo

mca's Introduction

Multi Channel Analyzer

Graph based signal processing tool. Data is being passed between blocks via inputs and outputs in a block diagram. Allows sequential and parallel execution of various processing steps in a easy and trivial manner.

docs/figures/mca_gui.png

Features

  • Loading and saving block structure
  • Graphical User Interface (PySide6)
    • Easy editing of blocks
    • Language Support
  • Audio Support
  • Support for Handyscope oscilloscope devices (HS3, HS5)

Installation

Stable release

You can download stand-alone executables from GitHub releases. They include a bundled Python version, thus no further installations are necessary.

If Python3.7 or greater is available on your system, you can also install the Multi Channel Analyzer with pip:

pip install git+https://github.com/emtpb/mca.git

This will always install the most recent stable release.

If you don't have pip installed, this Python installation guide can guide you through the process. Note that on systems that still use legacy Python as the default, you will have to use pip3 instead of pip.

Under Linux you need to install the PortAudio library which can be done via package manager:

sudo apt-get install libportaudio2

From sources

The sources for Multi Channel Analyzer can be downloaded from the Github repo.

You can either clone the public repository:

git clone git://github.com/emtpb/mca

Or download the tarball:

curl -OL https://github.com/emtpb/mca/tarball/master

Once you have a copy of the source, you can install it with:

python setup.py install

Usage

Most users will just start the GUI by launching the installed executable.

If installed via pip, call

mca

from the command line (if you have added your python scripts path to your PATH).

mca's People

Contributors

kevink17 avatar tomtom7899 avatar transistortim avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.