pulsarbat.contrib.istft#

pulsarbat.contrib.istft(z, /, window='boxcar', nperseg=256, noverlap=0, nfft=None)[source]#

Performs an inverse short-time Fourier transform.

Behaves the same as scipy.signal.istft. Currently, only supports window=’boxcar’, noverlap=0 and nfft = None.

For now, users should only use the z and nperseg arguments.

When fully implemented, should behave exactly as scipy.signal.istft with support for different window and overlap configurations, and lazy execution via dask.