Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Souden MVDR beamformer on GPU with CuPy

License

NotificationsYou must be signed in to change notification settings

desh2608/beamformer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This package is modified from the core parts ofpb_bssand modifies it to useCuPy for accelerated GPU-based inference.

At the moment, it is meant to be used with theGSS toolkit,but it can also be used as a general beamformer.

Installation

> pip install cupy-cuda102# modify according to your CUDA version (https://docs.cupy.dev/en/stable/install.html#installing-cupy)> pip install beamformer-gpu

Usage

frombeamformerimportbeamform_mvdrimportcupyascpX=cp.random.rand(4,1000,513)# D, T, FX_mask=cp.random.rand(1000,513)# T, FN_mask=cp.random.rand(1000,513)# T, FX_hat=beamform_mvdr(X,X_mask,N_mask,ban=True)

About

Souden MVDR beamformer on GPU with CuPy

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp