bf
This commit is contained in:
parent
84b104c6ec
commit
e139a7a283
@ -156,10 +156,12 @@ def main(args):
|
|||||||
else:
|
else:
|
||||||
right_time_bound[enu] = rise_end_t[0]
|
right_time_bound[enu] = rise_end_t[0]
|
||||||
|
|
||||||
left_time_bound -= 2
|
dt_bbox = right_time_bound - left_time_bound
|
||||||
right_time_bound *= 2
|
df_bbox = upper_freq_bound - lower_freq_bound
|
||||||
lower_freq_bound -= 2
|
left_time_bound -= dt_bbox*0.1
|
||||||
upper_freq_bound += 0.2*rise_size_oi
|
right_time_bound += dt_bbox*0.1
|
||||||
|
lower_freq_bound -= df_bbox*0.1
|
||||||
|
upper_freq_bound += df_bbox*0.1
|
||||||
|
|
||||||
print(f'f0: {lower_freq_bound}')
|
print(f'f0: {lower_freq_bound}')
|
||||||
print(f'f1: {upper_freq_bound}')
|
print(f'f1: {upper_freq_bound}')
|
||||||
|
Loading…
Reference in New Issue
Block a user