mainly tests (empty) and some theroy plots
This commit is contained in:
11
Tests/04_DSP/CIC_filter_test.m
Normal file
11
Tests/04_DSP/CIC_filter_test.m
Normal file
@@ -0,0 +1,11 @@
|
||||
classdef CIC_filter_test < matlab.unittest.TestCase
|
||||
% Test class for CIC_filter
|
||||
|
||||
methods (Test)
|
||||
function testExample(testCase)
|
||||
% Example test case for CIC_filter
|
||||
% Add your test code here
|
||||
testCase.verifyTrue(true);
|
||||
end
|
||||
end
|
||||
end
|
||||
@@ -12,7 +12,7 @@ classdef Duobinary_test < matlab.unittest.TestCase
|
||||
properties (MethodSetupParameter)
|
||||
% Define method-level parameters for PRBS and bit pattern
|
||||
% i.e.: useprbs = {0,1};
|
||||
useprbs = struct('true', 1); % variations: {0, 1}
|
||||
useprbs = struct('true', 0); % variations: {0, 1}
|
||||
M = struct('M2', 2, 'M4', 4, 'M6', 6, 'M8', 8); % variations: {2, 4, 6, 8}
|
||||
O = struct('O10', 10,'O11', 11,'O12', 12,'O13', 13, 'O15', 15, 'O17', 17, 'O18', 18, 'O19', 19); % variations: {10, 15, 17}
|
||||
end
|
||||
|
||||
11
Tests/04_DSP/Equalizer/FFE_DCremoval_adaptive_mu_test.m
Normal file
11
Tests/04_DSP/Equalizer/FFE_DCremoval_adaptive_mu_test.m
Normal file
@@ -0,0 +1,11 @@
|
||||
classdef FFE_DCremoval_adaptive_mu_test < matlab.unittest.TestCase
|
||||
% Test class for FFE_DCremoval_adaptive_mu
|
||||
|
||||
methods (Test)
|
||||
function testExample(testCase)
|
||||
% Example test case for FFE_DCremoval_adaptive_mu
|
||||
% Add your test code here
|
||||
testCase.verifyTrue(true);
|
||||
end
|
||||
end
|
||||
end
|
||||
11
Tests/04_DSP/Equalizer/FFE_DCremoval_level_test.m
Normal file
11
Tests/04_DSP/Equalizer/FFE_DCremoval_level_test.m
Normal file
@@ -0,0 +1,11 @@
|
||||
classdef FFE_DCremoval_level_test < matlab.unittest.TestCase
|
||||
% Test class for FFE_DCremoval_level
|
||||
|
||||
methods (Test)
|
||||
function testExample(testCase)
|
||||
% Example test case for FFE_DCremoval_level
|
||||
% Add your test code here
|
||||
testCase.verifyTrue(true);
|
||||
end
|
||||
end
|
||||
end
|
||||
11
Tests/04_DSP/Equalizer/FFE_Kalman_Feedback_test.m
Normal file
11
Tests/04_DSP/Equalizer/FFE_Kalman_Feedback_test.m
Normal file
@@ -0,0 +1,11 @@
|
||||
classdef FFE_Kalman_Feedback_test < matlab.unittest.TestCase
|
||||
% Test class for FFE_Kalman_Feedback
|
||||
|
||||
methods (Test)
|
||||
function testExample(testCase)
|
||||
% Example test case for FFE_Kalman_Feedback
|
||||
% Add your test code here
|
||||
testCase.verifyTrue(true);
|
||||
end
|
||||
end
|
||||
end
|
||||
11
Tests/04_DSP/Equalizer/FFE_Kalman_test.m
Normal file
11
Tests/04_DSP/Equalizer/FFE_Kalman_test.m
Normal file
@@ -0,0 +1,11 @@
|
||||
classdef FFE_Kalman_test < matlab.unittest.TestCase
|
||||
% Test class for FFE_Kalman
|
||||
|
||||
methods (Test)
|
||||
function testExample(testCase)
|
||||
% Example test case for FFE_Kalman
|
||||
% Add your test code here
|
||||
testCase.verifyTrue(true);
|
||||
end
|
||||
end
|
||||
end
|
||||
11
Tests/04_DSP/Equalizer/FFE_MLSE_test.m
Normal file
11
Tests/04_DSP/Equalizer/FFE_MLSE_test.m
Normal file
@@ -0,0 +1,11 @@
|
||||
classdef FFE_MLSE_test < matlab.unittest.TestCase
|
||||
% Test class for FFE_MLSE
|
||||
|
||||
methods (Test)
|
||||
function testExample(testCase)
|
||||
% Example test case for FFE_MLSE
|
||||
% Add your test code here
|
||||
testCase.verifyTrue(true);
|
||||
end
|
||||
end
|
||||
end
|
||||
11
Tests/04_DSP/Equalizer/ML_MLSE_GPU_test.m
Normal file
11
Tests/04_DSP/Equalizer/ML_MLSE_GPU_test.m
Normal file
@@ -0,0 +1,11 @@
|
||||
classdef ML_MLSE_GPU_test < matlab.unittest.TestCase
|
||||
% Test class for ML_MLSE_GPU
|
||||
|
||||
methods (Test)
|
||||
function testExample(testCase)
|
||||
% Example test case for ML_MLSE_GPU
|
||||
% Add your test code here
|
||||
testCase.verifyTrue(true);
|
||||
end
|
||||
end
|
||||
end
|
||||
11
Tests/04_DSP/Equalizer/ML_MLSE_test.m
Normal file
11
Tests/04_DSP/Equalizer/ML_MLSE_test.m
Normal file
@@ -0,0 +1,11 @@
|
||||
classdef ML_MLSE_test < matlab.unittest.TestCase
|
||||
% Test class for ML_MLSE
|
||||
|
||||
methods (Test)
|
||||
function testExample(testCase)
|
||||
% Example test case for ML_MLSE
|
||||
% Add your test code here
|
||||
testCase.verifyTrue(true);
|
||||
end
|
||||
end
|
||||
end
|
||||
11
Tests/04_DSP/Equalizer/Postfilter_test.m
Normal file
11
Tests/04_DSP/Equalizer/Postfilter_test.m
Normal file
@@ -0,0 +1,11 @@
|
||||
classdef Postfilter_test < matlab.unittest.TestCase
|
||||
% Test class for Postfilter
|
||||
|
||||
methods (Test)
|
||||
function testExample(testCase)
|
||||
% Example test case for Postfilter
|
||||
% Add your test code here
|
||||
testCase.verifyTrue(true);
|
||||
end
|
||||
end
|
||||
end
|
||||
11
Tests/04_DSP/Sequence Detection/MLSE_new_test.m
Normal file
11
Tests/04_DSP/Sequence Detection/MLSE_new_test.m
Normal file
@@ -0,0 +1,11 @@
|
||||
classdef MLSE_new_test < matlab.unittest.TestCase
|
||||
% Test class for MLSE_new
|
||||
|
||||
methods (Test)
|
||||
function testExample(testCase)
|
||||
% Example test case for MLSE_new
|
||||
% Add your test code here
|
||||
testCase.verifyTrue(true);
|
||||
end
|
||||
end
|
||||
end
|
||||
11
Tests/04_DSP/Sequence Detection/MLSE_viterbi_test.m
Normal file
11
Tests/04_DSP/Sequence Detection/MLSE_viterbi_test.m
Normal file
@@ -0,0 +1,11 @@
|
||||
classdef MLSE_viterbi_test < matlab.unittest.TestCase
|
||||
% Test class for MLSE_viterbi
|
||||
|
||||
methods (Test)
|
||||
function testExample(testCase)
|
||||
% Example test case for MLSE_viterbi
|
||||
% Add your test code here
|
||||
testCase.verifyTrue(true);
|
||||
end
|
||||
end
|
||||
end
|
||||
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
|
||||
11
Tests/04_DSP/Timing_Recovery_test.m
Normal file
11
Tests/04_DSP/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
|
||||
11
Tests/04_DSP/TransmissionPerformance_test.m
Normal file
11
Tests/04_DSP/TransmissionPerformance_test.m
Normal file
@@ -0,0 +1,11 @@
|
||||
classdef TransmissionPerformance_test < matlab.unittest.TestCase
|
||||
% Test class for TransmissionPerformance
|
||||
|
||||
methods (Test)
|
||||
function testExample(testCase)
|
||||
% Example test case for TransmissionPerformance
|
||||
% Add your test code here
|
||||
testCase.verifyTrue(true);
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user