Skip to content

Commit

Permalink
Correct doc for compute_single_freq
Browse files Browse the repository at this point in the history
  • Loading branch information
deep-introspection committed May 12, 2023
1 parent 638471a commit 724a8b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hypyp/analyses.py
Original file line number Diff line number Diff line change
Expand Up @@ -653,7 +653,7 @@ def compute_single_freq(data: np.ndarray, sampling_rate: int, freq_range: list)
e.g. [5,30] refers to every integer in the frequency bin from 5 Hz to 30 Hz.
Returns:
complex_signal:
shape is (2, n_epochs, n_channels, n_frequencies, n_times)
shape is (2, n_epochs, n_channels, n_tapers, n_frequencies, n_times)
"""

complex_signal = np.array([mne.time_frequency.tfr_array_multitaper(data[participant], sfreq=sampling_rate,
Expand Down

0 comments on commit 724a8b0

Please sign in to comment.