Files
imdd_silas/Tests/01_transmit/ChannelFreqResp_test.m
2024-09-06 15:53:32 +02:00

12 lines
306 B
Matlab

classdef ChannelFreqResp_test < matlab.unittest.TestCase
% Test class for ChannelFreqResp
methods (Test)
function testExample(testCase)
% Example test case for ChannelFreqResp
% Add your test code here
testCase.verifyTrue(true);
end
end
end