Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some question in "cross_vali_data_convert_merge" #30

Open
beyond96 opened this issue Oct 30, 2020 · 3 comments
Open

Some question in "cross_vali_data_convert_merge" #30

beyond96 opened this issue Oct 30, 2020 · 3 comments

Comments

@beyond96
Copy link

What are the purposes of setting the following parameters?

window_size = 1000
threshold = 60
slide_size = 200

Many thanks!

@beyond96
Copy link
Author

"y = np.zeros(((len(tmp2) + 1 - 2 * window_size)//slide_size+1,8))" Line 46

I feel confused, Could you help me?

@Hirokazu-Narui
Copy link
Collaborator

"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.

@beyond96
Copy link
Author

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?

I am so sorry to disturb you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants