Skip to content
Snippets Groups Projects
Commit a10761f8 authored by Federico Felici's avatar Federico Felici
Browse files

Add SCDalgo_template as algorithm template

with test harness!
parent 6b54b3e0
No related branches found
No related tags found
No related merge requests found
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
function fp = SCDalgo_template_loadfp(obj)
%% Timing
if nargin>0
fp.timing = obj.gettiming; %get t_struct from object
end
%% Load other fixed parameters
end
\ No newline at end of file
function TP = SCDalgo_template_loadtp()
% Setup tunable control params
TP.gain = 2;
end
classdef SCDalgo_template_test < SCDalgo_test
properties
algoobj = SCDalgoobj_template();
end
end
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment