We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2f6a738 + 64de799 commit a5d2983Copy full SHA for a5d2983
spectral_connectivity/transforms.py
@@ -504,7 +504,9 @@ class Multitaper:
504
start_time : float or NDArray[floating], default=0
505
Start time in seconds of the time series data.
506
n_fft_samples : int, optional
507
- Length of FFT. If None, uses next power of 2 >= n_time_samples_per_window.
+ Length of FFT. If None, uses a value >= n_time_samples_per_window chosen
508
+ to be fast for the FFT algorithm. The value is determined by
509
+ scipy.fft.next_fast_len (or cupy.fft.next_fast_len when GPU is enabled).
510
n_time_samples_per_window : int, optional
511
Number of samples per time window. Computed from time_window_duration
512
if not provided.
0 commit comments