You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am getting the following warning when passing a list of heart rate PPG values to get_time_domain_features.
/Users/mqm0624/miniconda3/envs/mist/lib/python3.8/site-packages/scipy/signal/spectral.py:1961: UserWarning: nperseg = 256 is greater than input length = 10, using nperseg = 10
warnings.warn('nperseg = {0:d} is greater than input length '
The text was updated successfully, but these errors were encountered:
I am getting the following warning when passing a list of heart rate PPG values to get_time_domain_features.
The text was updated successfully, but these errors were encountered: