timestamp func bug fix

This commit is contained in:
shixian.shi 2023-02-21 10:10:17 +08:00
parent 18bed4c8de
commit 03250ae634

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: