We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5975cfc commit 36f29f6Copy full SHA for 36f29f6
input/equateRmsWav.m
@@ -1,6 +1,7 @@
1
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.
+ % function equateRmsWav(subjName)
+ % Not used during the experiment itself but allows to root mean square the sounds of a given
4
+ % subject.
5
if nargin < 1
6
subjName = input('Enter Subjects name: ', 's');
7
end
0 commit comments