classdef FFE_adaptive_decision_test < matlab.unittest.TestCase % Test class for FFE_adaptive_decision methods (Test) function testExample(testCase) % Example test case for FFE_adaptive_decision % Add your test code here testCase.verifyTrue(true); end end end