Hoffice push
This commit is contained in:
11
Tests/04_DSP/Coding/Duobinary_test.m
Normal file
11
Tests/04_DSP/Coding/Duobinary_test.m
Normal file
@@ -0,0 +1,11 @@
|
||||
classdef Duobinary_test < matlab.unittest.TestCase
|
||||
% Test class for Duobinary
|
||||
|
||||
methods (Test)
|
||||
function testExample(testCase)
|
||||
% Example test case for Duobinary
|
||||
% Add your test code here
|
||||
testCase.verifyTrue(true);
|
||||
end
|
||||
end
|
||||
end
|
||||
11
Tests/04_DSP/Coding/MRDS_coding_test.m
Normal file
11
Tests/04_DSP/Coding/MRDS_coding_test.m
Normal file
@@ -0,0 +1,11 @@
|
||||
classdef MRDS_coding_test < matlab.unittest.TestCase
|
||||
% Test class for MRDS_coding
|
||||
|
||||
methods (Test)
|
||||
function testExample(testCase)
|
||||
% Example test case for MRDS_coding
|
||||
% Add your test code here
|
||||
testCase.verifyTrue(true);
|
||||
end
|
||||
end
|
||||
end
|
||||
11
Tests/04_DSP/Equalizer/EQ_copy_test.m
Normal file
11
Tests/04_DSP/Equalizer/EQ_copy_test.m
Normal file
@@ -0,0 +1,11 @@
|
||||
classdef EQ_copy_test < matlab.unittest.TestCase
|
||||
% Test class for EQ_copy
|
||||
|
||||
methods (Test)
|
||||
function testExample(testCase)
|
||||
% Example test case for EQ_copy
|
||||
% Add your test code here
|
||||
testCase.verifyTrue(true);
|
||||
end
|
||||
end
|
||||
end
|
||||
11
Tests/04_DSP/Equalizer/EQ_silas_ofc_test.m
Normal file
11
Tests/04_DSP/Equalizer/EQ_silas_ofc_test.m
Normal file
@@ -0,0 +1,11 @@
|
||||
classdef EQ_silas_ofc_test < matlab.unittest.TestCase
|
||||
% Test class for EQ_silas_ofc
|
||||
|
||||
methods (Test)
|
||||
function testExample(testCase)
|
||||
% Example test case for EQ_silas_ofc
|
||||
% Add your test code here
|
||||
testCase.verifyTrue(true);
|
||||
end
|
||||
end
|
||||
end
|
||||
11
Tests/04_DSP/Equalizer/EQ_silas_plain_test.m
Normal file
11
Tests/04_DSP/Equalizer/EQ_silas_plain_test.m
Normal file
@@ -0,0 +1,11 @@
|
||||
classdef EQ_silas_plain_test < matlab.unittest.TestCase
|
||||
% Test class for EQ_silas_plain
|
||||
|
||||
methods (Test)
|
||||
function testExample(testCase)
|
||||
% Example test case for EQ_silas_plain
|
||||
% Add your test code here
|
||||
testCase.verifyTrue(true);
|
||||
end
|
||||
end
|
||||
end
|
||||
@@ -0,0 +1,11 @@
|
||||
classdef EQ_silas_sliding_window_dc_removal_test < matlab.unittest.TestCase
|
||||
% Test class for EQ_silas_sliding_window_dc_removal
|
||||
|
||||
methods (Test)
|
||||
function testExample(testCase)
|
||||
% Example test case for EQ_silas_sliding_window_dc_removal
|
||||
% Add your test code here
|
||||
testCase.verifyTrue(true);
|
||||
end
|
||||
end
|
||||
end
|
||||
11
Tests/04_DSP/Equalizer/EQ_silas_test.m
Normal file
11
Tests/04_DSP/Equalizer/EQ_silas_test.m
Normal file
@@ -0,0 +1,11 @@
|
||||
classdef EQ_silas_test < matlab.unittest.TestCase
|
||||
% Test class for EQ_silas
|
||||
|
||||
methods (Test)
|
||||
function testExample(testCase)
|
||||
% Example test case for EQ_silas
|
||||
% Add your test code here
|
||||
testCase.verifyTrue(true);
|
||||
end
|
||||
end
|
||||
end
|
||||
11
Tests/04_DSP/Equalizer/EQ_test.m
Normal file
11
Tests/04_DSP/Equalizer/EQ_test.m
Normal file
@@ -0,0 +1,11 @@
|
||||
classdef EQ_test < matlab.unittest.TestCase
|
||||
% Test class for EQ
|
||||
|
||||
methods (Test)
|
||||
function testExample(testCase)
|
||||
% Example test case for EQ
|
||||
% Add your test code here
|
||||
testCase.verifyTrue(true);
|
||||
end
|
||||
end
|
||||
end
|
||||
11
Tests/04_DSP/Equalizer/FFE_DCremoval_test.m
Normal file
11
Tests/04_DSP/Equalizer/FFE_DCremoval_test.m
Normal file
@@ -0,0 +1,11 @@
|
||||
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
|
||||
11
Tests/04_DSP/Equalizer/FFE_DFE_test.m
Normal file
11
Tests/04_DSP/Equalizer/FFE_DFE_test.m
Normal file
@@ -0,0 +1,11 @@
|
||||
classdef FFE_DFE_test < matlab.unittest.TestCase
|
||||
% Test class for FFE_DFE
|
||||
|
||||
methods (Test)
|
||||
function testExample(testCase)
|
||||
% Example test case for FFE_DFE
|
||||
% Add your test code here
|
||||
testCase.verifyTrue(true);
|
||||
end
|
||||
end
|
||||
end
|
||||
11
Tests/04_DSP/Equalizer/FFE_FFDCAVG_test.m
Normal file
11
Tests/04_DSP/Equalizer/FFE_FFDCAVG_test.m
Normal file
@@ -0,0 +1,11 @@
|
||||
classdef FFE_FFDCAVG_test < matlab.unittest.TestCase
|
||||
% Test class for FFE_FFDCAVG
|
||||
|
||||
methods (Test)
|
||||
function testExample(testCase)
|
||||
% Example test case for FFE_FFDCAVG
|
||||
% Add your test code here
|
||||
testCase.verifyTrue(true);
|
||||
end
|
||||
end
|
||||
end
|
||||
11
Tests/04_DSP/Equalizer/FFE_adaptive_decision_test.m
Normal file
11
Tests/04_DSP/Equalizer/FFE_adaptive_decision_test.m
Normal file
@@ -0,0 +1,11 @@
|
||||
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
|
||||
11
Tests/04_DSP/Equalizer/FFE_test.m
Normal file
11
Tests/04_DSP/Equalizer/FFE_test.m
Normal file
@@ -0,0 +1,11 @@
|
||||
classdef FFE_test < matlab.unittest.TestCase
|
||||
% Test class for FFE
|
||||
|
||||
methods (Test)
|
||||
function testExample(testCase)
|
||||
% Example test case for FFE
|
||||
% Add your test code here
|
||||
testCase.verifyTrue(true);
|
||||
end
|
||||
end
|
||||
end
|
||||
11
Tests/04_DSP/Equalizer/VNLE_test.m
Normal file
11
Tests/04_DSP/Equalizer/VNLE_test.m
Normal file
@@ -0,0 +1,11 @@
|
||||
classdef VNLE_test < matlab.unittest.TestCase
|
||||
% Test class for VNLE
|
||||
|
||||
methods (Test)
|
||||
function testExample(testCase)
|
||||
% Example test case for VNLE
|
||||
% Add your test code here
|
||||
testCase.verifyTrue(true);
|
||||
end
|
||||
end
|
||||
end
|
||||
11
Tests/04_DSP/Sequence Detection/MLSE_test.m
Normal file
11
Tests/04_DSP/Sequence Detection/MLSE_test.m
Normal file
@@ -0,0 +1,11 @@
|
||||
classdef MLSE_test < matlab.unittest.TestCase
|
||||
% Test class for MLSE
|
||||
|
||||
methods (Test)
|
||||
function testExample(testCase)
|
||||
% Example test case for MLSE
|
||||
% Add your test code here
|
||||
testCase.verifyTrue(true);
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user