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

12 lines
291 B
Matlab

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