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
"window_size" means the number of sampling point for the input data. (30 channels x 3 antenna x 1000 sampling points will be the input.)
"slide_size" means how many points will be overlapped for the input data. In this case, 1 to 1000, 200 to 1200, 400 to 1400... will be input data.
"threshould" means how much percent of data should be included to activity data. If 60 percent of "bed" label is included in the window, it will be "bed" label.
Thanks for your reply!
Another question,:Would you mind shaing your code of Figure4 in your paper?Why can't I get the result of Figure 4 when I use STFT?
What are the purposes of setting the following parameters?
window_size = 1000
threshold = 60
slide_size = 200
Many thanks!
The text was updated successfully, but these errors were encountered: