Skip to content

The code for paper "Underdetermined Blind Signal Separation with Maximum Entropy Function"

License

Notifications You must be signed in to change notification settings

LYXRhythm/UBSS-SAF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Underdetermined Blind Signal Separation with Smooth Approximation Function for Insufficiently Sparse Sources

This is the demo for the paper "Underdetermined Blind Signal Separation with Smooth Approximation Function for Insufficiently Sparse Sources". This code validates the most basic idea of proposed method and achieves the estimation of the transmission channel matrix. (Circuits, Systems, and Signal Processing, Python Code)

Catalog

Setup

  1. numpy 1.20.0
  2. scipy 1.6.1
  3. matplotlib 3.5.1

Files

filetree 
├── main.py
├── cluster.py
├── utils.py
├── README.md
├── /data/
│   ├── S_BSS.npy
│   ├── A_BSS.npy
│   ├── X_BSS.npy
│   ├── S_UBSS.npy
│   ├── A_UBSS.npy
│   ├── X_UBSS.npy

About

The code for paper "Underdetermined Blind Signal Separation with Maximum Entropy Function"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages