Skip to content

Commit 0f6e1b9

Browse files
committed
Fix example.
1 parent 51ce0f8 commit 0f6e1b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

toolbox/examples/demo_phase_prediction_error_simple.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464

6565
% Compute phase prediction error
6666
[phaseError, meanError, meanDev] = bossapi.boss.computePhasePredictionError(oscBPFfilter,...
67-
syncedData.spf_sig_idx1(1+numSamples:end-1), syncedData.osc_idx1(2:end-numSamples));
67+
syncedData.spf_sig(1+numSamples:end-1), syncedData.osc(2:end-numSamples));
6868

6969
disp('Done.');
7070

0 commit comments

Comments
 (0)