Bug #1815

Magic numbers in analysis

Added by Bob Sturm almost 7 years ago.

Status:NewStart date:2017-06-19
Priority:NormalDue date:
Assignee:-% Done:

0%

Category:-
Target version:-

Description

in analysis, magic numbers!

win.Length = str2num(get(handles.edt_winlen, 'String'))*44100/1000;
win.Hop = str2num(get(handles.edt_overlap, 'String'))*44100/1000;

Use the corpus sampling rate. And make sure the target has the same sampling rate.

Also available in: Atom PDF