Merge pull request #139 from alibaba-damo-academy/dev_sx

timestamp func bug fix
This commit is contained in:
zhifu gao 2023-02-21 11:02:28 +08:00 committed by GitHub
commit 178df90dc3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,6 +5,8 @@ import numpy as np
from typing import Any, List, Tuple, Union
def time_stamp_lfr6_pl(us_alphas, us_cif_peak, char_list, begin_time=0.0, end_time=None):
if not len(char_list):
return []
START_END_THRESHOLD = 5
TIME_RATE = 10.0 * 6 / 1000 / 3 # 3 times upsampled
if len(us_alphas.shape) == 3: