Skip to content

Commit

Permalink
Merge pull request #7853 from andfoy/port_vectorstrength_coherence_sp…
Browse files Browse the repository at this point in the history
…ectrogram

Port vectorstrength, coherence and spectrogram from CuSignal to cupyx.scipy.signal
  • Loading branch information
takagi committed Nov 7, 2023
2 parents 1cd6db5 + e5ef6ab commit a29335a
Show file tree
Hide file tree
Showing 4 changed files with 644 additions and 1 deletion.
3 changes: 3 additions & 0 deletions cupyx/scipy/signal/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,9 @@
from cupyx.scipy.signal._spectral import check_NOLA # NOQA
from cupyx.scipy.signal._spectral import stft # NOQA
from cupyx.scipy.signal._spectral import istft # NOQA
from cupyx.scipy.signal._spectral import spectrogram # NOQA
from cupyx.scipy.signal._spectral import vectorstrength # NOQA
from cupyx.scipy.signal._spectral import coherence # NOQA

from cupyx.scipy.signal._peak_finding import argrelextrema # NOQA
from cupyx.scipy.signal._peak_finding import argrelmin # NOQA
Expand Down

0 comments on commit a29335a

Please sign in to comment.