Skip to content

Commit

Permalink
Fix documentation on attribute type
Browse files Browse the repository at this point in the history
  • Loading branch information
liadomide committed May 22, 2024
1 parent cc6df8a commit fd98b32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tvb_library/tvb/analyzers/fft.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def compute_fast_fourier_transform(time_series, segment_length, window_function,
The segment length determines the frequency resolution of the resulting power spectra -- longer
windows produce finer frequency resolution
window_function : str
window_function : WindowingFunctionsEnum
Windowing functions can be applied before the FFT is performed. Default is None, possibilities are: 'hamming';
'bartlett';'blackman'; and 'hanning'. See, numpy.<function_name>.
Expand Down

0 comments on commit fd98b32

Please sign in to comment.