GithubHelp home page GithubHelp logo

maimogu / doamusic Goto Github PK

View Code? Open in Web Editor NEW

This project forked from yump/doamusic

0.0 2.0 0.0 220 KB

Python/C implementation of MUltiple SIgnal Classification as described by Schmidt.

License: GNU General Public License v3.0

Makefile 1.85% Python 82.53% C 15.62%

doamusic's Introduction

Doamusic

Purpose

Doamusic is a python library that implements the MUltiple SIgnal Classification (or MUSIC) algorithm for direction of arrival estimation as described by R.O. Schmidt..

MUSIC, as applied to an N-element array, uses the NxN joint expectation matrix (whose ij element is the expectation of the product of the signals at the ith and jth elements) to discriminiate between up to N-1 uncorrelated incident signals. Doamusic was developed for microwave direction finding, but it should be usable for any array of coherent sensors.

Performance

Critical computations are multithreaded and using the BLAS in compiled native code, and non-crtical computations use Numpy. On 2006 hardware, Doamusic can render a 512x512 pseudospectrum image for a 64 element array in around 2.3 seconds.

doamusic's People

Watchers

 avatar  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.