.. currentmodule:: xrscipy ############# API reference ############# This page provides an auto-generated summary of xr-scipy's API. For more details and examples, refer to the relevant chapters in the main part of the documentation. integrate ========= .. autosummary:: :toctree: generated/ integrate.trapezoid integrate.simpson integrate.romb integrate.cumulative_trapezoid integrate.cumulative_simpson fft === .. autosummary:: :toctree: generated/ fft.fft fft.ifft fft.rfft fft.irfft fft.fftn fft.ifftn fft.rfftn fft.irfftn fft.hfft fft.ihfft fftpack ======= .. autosummary:: :toctree: generated/ fftpack.fft fftpack.ifft fftpack.rfft fftpack.irfft fftpack.dct fftpack.idct fftpack.dst fftpack.idst Spectral (FFT) analysis ======================= .. autosummary:: :toctree: generated/ signal.csd signal.coherence signal.spectrogram signal.hilbert Digital filters =============== .. autosummary:: :toctree: generated/ signal.sosfilt signal.sosfiltfilt signal.savgol_filter signal.decimate