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 9f244cf

Browse filesBrowse files
committed
add documentation line to explain the flag
1 parent bcfd691 commit 9f244cf
Copy full SHA for 9f244cf

1 file changed

+1Lines changed: 1 addition & 0 deletions

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/sigproc.py‎

Copy file name to clipboardExpand all lines: python_speech_features/sigproc.py
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ def framesig(sig, frame_len, frame_step, winfunc=lambda x: numpy.ones((x,)), str
2525
:param frame_len: length of each frame measured in samples.
2626
:param frame_step: number of samples after the start of the previous frame that the next frame should begin.
2727
:param winfunc: the analysis window to apply to each frame. By default no window is applied.
28+
:param stride_trick: use stride trick to compute the rolling window and window multiplication faster
2829
:returns: an array of frames. Size is NUMFRAMES by frame_len.
2930
"""
3031
slen = len(sig)

0 commit comments

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