Skip to content

Commit

Permalink
Fix namespace call.
Browse files Browse the repository at this point in the history
  • Loading branch information
pablorcum committed Mar 23, 2024
1 parent 9396e0a commit e9b2d55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toolbox/examples/demo_phase_prediction_error_simple.m
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
PhaseErrorFilter = designfilt('bandpassfir', 'FilterOrder', round(fs), 'CutoffFrequency1', 9, 'CutoffFrequency2', 13, 'SampleRate', fs);

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

disp('Done.');

Expand Down

0 comments on commit e9b2d55

Please sign in to comment.