Skip to content

Commit e9b2d55

Browse files
committed
Fix namespace call.
1 parent 9396e0a commit e9b2d55

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
@@ -62,7 +62,7 @@
6262
PhaseErrorFilter = designfilt('bandpassfir', 'FilterOrder', round(fs), 'CutoffFrequency1', 9, 'CutoffFrequency2', 13, 'SampleRate', fs);
6363

6464
% Compute phase prediction error
65-
[phaseError, meanError, meanDev] = bossapi.computePhasePredictionError(PhaseErrorFilter, spf_sigData(:,1), osc_alpha_ipData(:,1));
65+
[phaseError, meanError, meanDev] = bossapi.boss.computePhasePredictionError(PhaseErrorFilter, spf_sigData(:,1), osc_alpha_ipData(:,1));
6666

6767
disp('Done.');
6868

0 commit comments

Comments
 (0)