mainly tests (empty) and some theroy plots
This commit is contained in:
11
Tests/04_DSP/Timing Recovery/Godard_Timing_Recovery_test.m
Normal file
11
Tests/04_DSP/Timing Recovery/Godard_Timing_Recovery_test.m
Normal file
@@ -0,0 +1,11 @@
|
||||
classdef Godard_Timing_Recovery_test < matlab.unittest.TestCase
|
||||
% Test class for Godard_Timing_Recovery
|
||||
|
||||
methods (Test)
|
||||
function testExample(testCase)
|
||||
% Example test case for Godard_Timing_Recovery
|
||||
% Add your test code here
|
||||
testCase.verifyTrue(true);
|
||||
end
|
||||
end
|
||||
end
|
||||
11
Tests/04_DSP/Timing Recovery/MaxVar_Timing_Recovery_test.m
Normal file
11
Tests/04_DSP/Timing Recovery/MaxVar_Timing_Recovery_test.m
Normal file
@@ -0,0 +1,11 @@
|
||||
classdef MaxVar_Timing_Recovery_test < matlab.unittest.TestCase
|
||||
% Test class for MaxVar_Timing_Recovery
|
||||
|
||||
methods (Test)
|
||||
function testExample(testCase)
|
||||
% Example test case for MaxVar_Timing_Recovery
|
||||
% Add your test code here
|
||||
testCase.verifyTrue(true);
|
||||
end
|
||||
end
|
||||
end
|
||||
11
Tests/04_DSP/Timing Recovery/Time_Shifter_test.m
Normal file
11
Tests/04_DSP/Timing Recovery/Time_Shifter_test.m
Normal file
@@ -0,0 +1,11 @@
|
||||
classdef Time_Shifter_test < matlab.unittest.TestCase
|
||||
% Test class for Time_Shifter
|
||||
|
||||
methods (Test)
|
||||
function testExample(testCase)
|
||||
% Example test case for Time_Shifter
|
||||
% Add your test code here
|
||||
testCase.verifyTrue(true);
|
||||
end
|
||||
end
|
||||
end
|
||||
11
Tests/04_DSP/Timing Recovery/Timing_Recovery_GPT_test.m
Normal file
11
Tests/04_DSP/Timing Recovery/Timing_Recovery_GPT_test.m
Normal file
@@ -0,0 +1,11 @@
|
||||
classdef Timing_Recovery_GPT_test < matlab.unittest.TestCase
|
||||
% Test class for Timing_Recovery_GPT
|
||||
|
||||
methods (Test)
|
||||
function testExample(testCase)
|
||||
% Example test case for Timing_Recovery_GPT
|
||||
% Add your test code here
|
||||
testCase.verifyTrue(true);
|
||||
end
|
||||
end
|
||||
end
|
||||
11
Tests/04_DSP/Timing Recovery/Timing_Recovery_Move_It_test.m
Normal file
11
Tests/04_DSP/Timing Recovery/Timing_Recovery_Move_It_test.m
Normal file
@@ -0,0 +1,11 @@
|
||||
classdef Timing_Recovery_Move_It_test < matlab.unittest.TestCase
|
||||
% Test class for Timing_Recovery_Move_It
|
||||
|
||||
methods (Test)
|
||||
function testExample(testCase)
|
||||
% Example test case for Timing_Recovery_Move_It
|
||||
% Add your test code here
|
||||
testCase.verifyTrue(true);
|
||||
end
|
||||
end
|
||||
end
|
||||
11
Tests/04_DSP/Timing Recovery/Timing_Recovery_test.m
Normal file
11
Tests/04_DSP/Timing Recovery/Timing_Recovery_test.m
Normal file
@@ -0,0 +1,11 @@
|
||||
classdef Timing_Recovery_test < matlab.unittest.TestCase
|
||||
% Test class for Timing_Recovery
|
||||
|
||||
methods (Test)
|
||||
function testExample(testCase)
|
||||
% Example test case for Timing_Recovery
|
||||
% Add your test code here
|
||||
testCase.verifyTrue(true);
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user