有人帮我这些关于英特尔 5300 wifi 卡数据的参数,这是什么意思?

Somebody help me with these parameters which are about intel 5300 wifi card data , and what does that means?

我 fork 了一个 github 项目:https://github.com/OlympusKnight/CSIworks 还有一些参数我不知道means.I知道csi/rssi,但是不知道什么是"agc",谁能告诉我,谢谢!

我可以通过 google 找到其中的一些,例如'什么是 agc'

csi_struct = {"timestamp_low": timestamp_low, "bfee_count": 0, "Nrx": nrx, "Ntx": ntx, "rssi_a": rssi_a,
                      "rssi_b": rssi_b, "rssi_c": rssi_c, "noise": noise, "agc": agc, "perm": perm,
                      "rate": fake_rate_n_flags, "csi": csi}

这是 Automatic Gain Controller which basically compensates the incoming signal amplitude attenuation to the transmitted power level. You can find more info in https://dhalperi.github.io/linux-80211n-csitool/faq.html