11 lines
398 B
Matlab
11 lines
398 B
Matlab
classdef MLSE_new_test < IMDDTestCase
|
|
% Auto-generated placeholder for MLSE_new.
|
|
% Target: C:/Users/Silas/Documents/MATLAB/imdd_simulation/Classes/04_DSP/Sequence Detection/MLSE_new.m
|
|
|
|
methods (Test, TestTags = {'placeholder', 'todo'})
|
|
function testNotImplemented(testCase)
|
|
testCase.assumeFail("Tests for MLSE_new are not implemented yet.");
|
|
end
|
|
end
|
|
end
|