Yiyi Xu

Results 4 comments of Yiyi Xu

There are several ways to eliminate the random phase offset, such as: linear transformation; CSI tario; CSI multiplication; and find reference path, which are the methods that I know right...

Thank you so much! I read a paper (RSSI–CSI Measurement and Variation Mitigation With Commodity Wi-Fi Device), it said that: Pa(dBm) = RSSIa − AGC − C. ![image](https://github.com/citysu/csiread/assets/41616410/1614b242-ffd0-40e3-9283-c830537abe8f) Multiplying the...

Hi @rafaelsilvag, @shuspieler, I have a question about calculating 'scaled CSI' I also work on CSI. In 'get_scaled_csi.m' line 40, 37,34: ret = csi * sqrt(scale / total_noise_pwr); total_noise_pwr =...

It seems that:Pa(dBm) = RSSIa − AGC − C (paper: RSSI–CSI Measurement and Variation Mitigation With Commodity Wi-Fi Device) In this way, what should be the value of 'C'? AGC+C...