Bug #1815
Magic numbers in analysis
Status: | New | Start date: | 2017-06-19 | |
---|---|---|---|---|
Priority: | Normal | Due 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.