Skip to content

Commit 5975cfc

Browse files
Update input/equateRmsWav.m
Co-authored-by: Remi Gau <[email protected]>
1 parent c355c2e commit 5975cfc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

input/equateRmsWav.m

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

0 commit comments

Comments
 (0)