Skip to content

Commit 36f29f6

Browse files
committed
mh fix
1 parent 5975cfc commit 36f29f6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

input/equateRmsWav.m

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
function equateRmsWav(subjName)
2-
% function equateRmsWav(subjName)
3-
% Not used during the experiment itself but allows to root mean square the sounds of a given subject.
2+
% function equateRmsWav(subjName)
3+
% Not used during the experiment itself but allows to root mean square the sounds of a given
4+
% subject.
45
if nargin < 1
56
subjName = input('Enter Subjects name: ', 's');
67
end

0 commit comments

Comments
 (0)