mmoussallam / bird

Pure Python implementation of the BIRD algorithm for (structured)-sparsity based denoising of multichannel array

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BIRD

Pure Python implementation of the BIRD algorithm. BIRD is a denoising algorithm using randomized greedy pursuits. It works for single signal and supports (structured)-sparsity for multivariate signals, e.g. multichannel array data.

Reference

Algorithm presented here are described in:

Blind Denoising with Random Greedy Pursuits. Moussallam, M., Gramfort, A., Daudet, L., & Richard, G. (2014). IEEE Signal Processing Letters, 21(11), 1341-1345 Preprint available at: http://arxiv.org/abs/1312.5444

Build

About

Pure Python implementation of the BIRD algorithm for (structured)-sparsity based denoising of multichannel array

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 97.5%Language:Makefile 2.5%