Skip to content

FMVPJet/ssps_ubss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Single Source Points (SSPs) Extraction and Underdetermined bling Source Separation (UBSS)

Jet Kwok (2023/09/19)

SciPy Python NumPy


📖 Table of Contents


📍 Overview

The Python Version of SSPs&UBSS Algorithm.


📦 Features

Here is the cluster visualization result of data, during SSPs.

Here is the UBSS result of data.


📂 Repository Structure

└── ssps_ubss/
    ├── __asserts__/
    │   └── figs/
    ├── main.py
    ├── pinv.py
    ├── requirements.txt
    ├── span.py
    ├── temp_test.py
    └── utils/
        └── utils.py

⚙️ Modules

Root
File Summary
main.py Main file of this project
pinv.py ISTFT
requirements.txt The requirement packages of this project
span.py The space theory and a modified subspace algorithm
temp_test.py Test file
utils.py utils file

🚀 Getting Started

🔧 Installation

  1. Clone the ssps_ubss repository:
git clone https://github.com/FMVPJet/ssps_ubss.git
  1. Change to the project directory:
cd ssps_ubss
  1. Install the dependencies:
pip install -r requirements.txt

🤖 Running ssps_ubss

python main.py

🧪 Tests

TODO

📄 License

MIT


👏 Reference

[1] Pan ning, "Modulation Classification of Time-Frequency Mixed Signals Based on Semantic Segmentation."

[2] 周君琪. 欠定盲源分离混合矩阵估计及源信号恢复算法

[3] README.md file is created by README-AI.

Return


About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages