Files
imdd_silas/Tests/04_DSP/Equalizer/ML_MLSE_GPU_test.m
2026-03-12 17:26:13 +01:00

12 lines
294 B
Matlab

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