Skip to content

Commit 51ce0f8

Browse files
committed
Revert "Update examples."
This reverts commit 1362232.
1 parent 0b94446 commit 51ce0f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

toolbox/examples/demo_amplitude_threshold_tracking.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
bd.triggers_remaining = 1;
100100
bd.alpha.phase_target(1) = phase(randi(1:numel(phase), 1));
101101
bd.alpha.phase_plusminus(1) = phase_tolerance;
102-
bd.configure_generator_sequence([0 0.001 1 0 0 0 1]); % Configuring Trigger Sequence in [Time PulseWidth Port#1 Port#2 Port#3 Port#4 Marker] format
102+
bd.configure_generator_sequence([0 0.001 1 1]); % Configuring Trigger Sequence in [Time PulseWidth Port Marker] format
103103
bd.min_inter_trig_interval = minimium_inter_trigger_interval;
104104
bd.arm;
105105
end

toolbox/examples/demo_phase_triggered_plasticity_protocol.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
%% Preparing a Plasticity Protocol Seqeuence for BOSS Device
3434
plasticity_protocol_sequence = zeros(no_of_pulses,4);
3535
for iPulse=1:no_of_pulses
36-
plasticity_protocol_sequence(iPulse,:)=[0.01 0.001 1 0 0 0 iPulse]; % Configuring Trigger Sequence in [Time PulseWidth Port#1 Port#2 Port#3 Port#4 Marker] format
36+
plasticity_protocol_sequence(iPulse,:)=[0.01 0.001 1 iPulse]; % Configuring Trigger Sequence in [Time PulseWidth Port Marker] format
3737
end
3838

3939

0 commit comments

Comments
 (0)