Skip to content

Commit 9293e90

Browse files
committed
Maintenance cycle R2024b
1 parent ba82c24 commit 9293e90

File tree

6 files changed

+27
-7
lines changed

6 files changed

+27
-7
lines changed
1.55 MB
Binary file not shown.
Binary file not shown.

SoftwareTests/PreFiles/PreComplexFourierSeries.m

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,9 @@
22
% ---- Known Issues -----
33
KnownIssuesID = "";
44
% ---- Pre-run commands -----
5-
5+
soundsc = @(x,y) disp("Using soundsc");
6+
audioread = @(x) NewAudioRead(x);
7+
function varargout=NewAudioRead(varargin)
8+
load(fullfile(currentProject().RootFolder,"SoftwareTests","PreFiles","ComplexFourierSeries.mat"));
9+
varargout={yGuitar,FsGuitar};
10+
end
Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
1-
% Pre-run script for ComplexFourierSeriesSoln.mlx
1+
% Pre-run script for ComplexFourierSeries.mlx
22
% ---- Known Issues -----
33
KnownIssuesID = "";
44
% ---- Pre-run commands -----
5-
5+
soundsc = @(x,y) disp("Using soundsc");
6+
audioread = @(x) NewAudioRead(x);
7+
function varargout=NewAudioRead(varargin)
8+
load(fullfile(currentProject().RootFolder,"SoftwareTests","PreFiles","ComplexFourierSeries.mat"));
9+
varargout={yGuitar,FsGuitar};
10+
end
Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
1-
% Pre-run script for DiscreteFourierTransform.mlx
1+
% Pre-run script for ComplexFourierSeries.mlx
22
% ---- Known Issues -----
33
KnownIssuesID = "";
44
% ---- Pre-run commands -----
5-
5+
soundsc = @(x,y) disp("Using soundsc");
6+
audioread = @(x) NewAudioRead(x);
7+
function varargout=NewAudioRead(varargin)
8+
load(fullfile(currentProject().RootFolder,"SoftwareTests","PreFiles","DiscreteFourierTransform.mat"));
9+
varargout={g2Ch,Fs};
10+
end
Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
1-
% Pre-run script for DiscreteFourierTransformSoln.mlx
1+
% Pre-run script for ComplexFourierSeries.mlx
22
% ---- Known Issues -----
33
KnownIssuesID = "";
44
% ---- Pre-run commands -----
5-
5+
soundsc = @(x,y) disp("Using soundsc");
6+
audioread = @(x) NewAudioRead(x);
7+
function varargout=NewAudioRead(varargin)
8+
load(fullfile(currentProject().RootFolder,"SoftwareTests","PreFiles","DiscreteFourierTransform.mat"));
9+
varargout={g2Ch,Fs};
10+
end

0 commit comments

Comments
 (0)