Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyen-td committed Mar 19, 2024
1 parent c013f6b commit 63aed0b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion roi_pac.m
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% roi_pac() - Compute phase-amplitude coupling (PAC) between ROIs (cf. Zandvoort and Nolte, 2021).
% roi_pac() - Computes phase-amplitude coupling (PAC) between ROIs (cf. Zandvoort and Nolte, 2021).
% Wrapper function for pac_bispec().
%
% Usage:
Expand Down
3 changes: 2 additions & 1 deletion simulations/sim_tde_bispec.m
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,10 @@
[peak_val, peak_idx] = max(aT); % extract estimated delay/peak
est_delay = delay_scale(peak_idx);

figure; plot(delay_scale, aT)
figure; plot(delay_scale, aT, 'black')
xline(est_delay, '--r')
xlabel('Time (s)')
ylabel('a.u.')
title(sprintf('TDE | Method %d', method))
subtitle("\tau = " + num2str(est_delay) + " (s)")
grid on
Expand Down

0 comments on commit 63aed0b

Please sign in to comment.