Skip to content

Commit 02660b4

Browse files
committed
Modify CI
1 parent c5492b1 commit 02660b4

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

SoftwareTests/PreFiles/PreFilterDesign.m

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,9 @@
33
% ---- Known Issues -----
44
KnownIssuesID = "MATLAB:minrhs";
55
% ---- Pre-run commands -----
6-
play = @(x) disp("Playing audio");
6+
play = @(x) disp("Playing audio");
7+
audioread = @(x) NewAudioRead(x);
8+
function varargout=NewAudioRead(varargin)
9+
load(fullfile(currentProject().RootFolder,"SoftwareTests","PreFiles","PreFilterDesign.mat"));
10+
varargout={Signal,SamplingFreq};
11+
end
4.99 MB
Binary file not shown.

0 commit comments

Comments
 (0)