cbi_toolbox.utils

Submodules

Module contents

The utils package provides various utility functions to work with files and arrays.

cbi_toolbox.utils.fft_size(n)[source]

Returns the smallest power of 2 above n, but no less than 64 for efficient FFT computations.

Parameters:

n (int) – Size of the signal.