Hirokazu Narui

Results 8 comments of Hirokazu Narui

Hi, @AV-Coding Thank you for trying out my code. When does this error be shown? While "bed" data is processing? or another activity?

Sorry for the late reply. The amplitude are raw data. But phase are calibrated using below code. ``` function calibrated_phase2 = phase_calibration(phasedata) calibrated_phase(1) = phasedata(1); difference = 0; for i...

https://web.stanford.edu/~skatti/pubs/sigcomm15-spotfi.pdf Our phase are unwrapped like this article. If it over 2pi, I just added 2pi.

You only need is subtract 2pi if it greater than 2pi. and subtract 4pi if it greater than 4pi.

Actually, we are not using phase difference. And I couldn't remember how we think about it at that time. But here is the code for phase calibration. I hope it...

I think wrapped data will not be continuous over time. That's why we unwrapped phase. But again, we are not using phase information.

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

My code is not for calling function. I think you need to modify our code. Or using .sh file to run the model.