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)
- numpy 1.20.0
- scipy 1.6.1
- matplotlib 3.5.1
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