Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 11d2163

Browse filesBrowse files
author
ybdarrenwang
committed
fix bug during rebase
1 parent fd40f35 commit 11d2163
Copy full SHA for 11d2163

1 file changed

-1Lines changed: 0 additions & 1 deletion

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
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
-1Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ def logfbank(signal,samplerate=16000,winlen=0.025,winstep=0.01,
7979
:returns: A numpy array of size (NUMFRAMES by nfilt) containing features. Each row holds 1 feature vector.
8080
"""
8181
feat,energy = fbank(signal,samplerate,winlen,winstep,nfilt,nfft,lowfreq,highfreq,preemph)
82-
if appendEnergy: feat = numpy.column_stack((energy,feat)) # append frame energy (will be taken log before return)
8382
return numpy.log(feat)
8483

8584
def ssc(signal,samplerate=16000,winlen=0.025,winstep=0.01,

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.