File: _cwt.pxd

package info (click to toggle)
pywavelets 1.4.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 13,680 kB
  • sloc: python: 8,849; ansic: 5,134; makefile: 93
file content (4 lines) | stat: -rw-r--r-- 133 bytes parent folder | download
1
2
3
4
from ._pywt cimport ContinuousWavelet, data_t


cpdef cwt_psi_single(data_t[::1] data, ContinuousWavelet wavelet, size_t output_len)