mainly tests (empty) and some theroy plots
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user