Skip to content

Commit

Permalink
Add debug
Browse files Browse the repository at this point in the history
Signed-off-by: Travis F. Collins <[email protected]>
  • Loading branch information
tfcollins committed Aug 28, 2024
1 parent 975d9df commit e29b40a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/FilterWizardTests.m
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ function testLTEFilterGeneration(testCase)
i = load([m{:},'_input.mat']);
o = load([m{:},'_output.mat']);
output = internal_design_filter(i.input);
disp(output.firtaps);
fprintf('-----\n');
disp(o.output.firtaps)
testCase.verifyThat(o.output.firtaps,IsEqualTo(output.firtaps));
end
end
Expand Down

0 comments on commit e29b40a

Please sign in to comment.