Skip to content

ForrestCKoch/PSD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PSD

Credit to Seid Miad Zandavi (s.zandavi@unsw.edu.au) for development of this method. The Python code has simply been adapted from his Matlab implementation.

Usage

The package can be installed with pip install psdPy. It can then be used as follows:

from psdPy import psd
import numpy as np

# Replace X with your data
# X should be in the form (samples x features)
X = np.random.normal(size=(10,10))
psd(X)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages