Skip to content

Commit

Permalink
Fix method call
Browse files Browse the repository at this point in the history
Signed-off-by: Julia Pineda <[email protected]>
  • Loading branch information
jpineda3 committed Jun 3, 2024
1 parent 289acc4 commit 9e30abe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/AD4630_24Tests.m
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ function testAD4630_24DifferentialInputSweep(testCase,signal_test)
[data,valid] = adc();
end
data = double(data);
freq = estFrequencyMax(double(data),fs);
freq = testCase.estFrequencyMax(double(data),fs);

% Assertions
testCase.assertTrue(valid);
Expand Down

0 comments on commit 9e30abe

Please sign in to comment.