Bug fix for the sensing function in the case without analog AA filter
In the case without AA filter, L321 of sensing.py give error TypeError: object of type 'float' has no len()
.
In this MR, use atleast_1d
from numpy to avoid this error.
Edited by Hsiang-Yu Huang