Skip to content

Commit 9f244cf

Browse files
committed
add documentation line to explain the flag
1 parent bcfd691 commit 9f244cf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

python_speech_features/sigproc.py

Lines 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)