csiread icon indicating copy to clipboard operation
csiread copied to clipboard

how to remove agc (when use get_scaled_csi_sm to get CSI, already remove agc?)

Open evileleven opened this issue 11 months ago • 2 comments

get_scaled_csi_sm

evileleven avatar Mar 20 '24 02:03 evileleven

https://github.com/citysu/csiread/blob/c4ec21d5638e2d86887fce557704313bf135e2fd/csiread/_csiread.pyx#L410-L411

citysu avatar Mar 20 '24 03:03 citysu

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

Multiplying the nominal amplitude of CSI by ρ image

get_scaled_csi_sm returns the result as the the result of multiplying the nominal amplitude of CSI by ρ?

evileleven avatar Mar 21 '24 10:03 evileleven