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