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

Modifs to RAPTOR and state aggregator to get it running

parent d97b522f
No related branches found
No related tags found
No related merge requests found
function Qout = SCDsignal_worst(Q1,Q2)
% Worst between various quality tags
Qout = QualityTag(max(int8(Q1),int8(Q2)));
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