Commit cd07c3e
authored
updated base.py. (winfunc added in logfbank)
Previously I was using fbank for feature extraction. Then when I found that when I used log on the Fbank the accuracy of the model was better. But I was using hamming frame on windows for feature extraction, because of this I was taking log after implementing fbank. So it would be better if we have a choice to apply window function while using logfbank function as well.1 parent e51df9e commit cd07c3eCopy full SHA for cd07c3e
1 file changed
+4-2Lines changed: 4 additions & 2 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- python_speech_features
Expand file treeCollapse file tree
Open diff view settings
Collapse file
python_speech_features/base.py
Copy file name to clipboardExpand all lines: python_speech_features/base.py+4-2Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
64 | 64 | |
65 | 65 | |
66 | 66 | |
67 | | - |
| 67 | + |
| 68 | + |
68 | 69 | |
69 | 70 | |
70 | 71 | |
| ||
76 | 77 | |
77 | 78 | |
78 | 79 | |
| 80 | + |
79 | 81 | |
80 | 82 | |
81 | | - |
| 83 | + |
82 | 84 | |
83 | 85 | |
84 | 86 | |
|
0 commit comments