pulsarbat.fast_len#

pulsarbat.fast_len(z, /)[source]#

Crops signal to an efficient length for FFTs.

Output signal is cropped to a length of the largest 7-smooth number less than or equal to the length of the input signal.

Parameters:
zSignal

Input signal.

Returns:
Signal

Cropped signal.