dhalperi / linux-80211n-csitool-supplementary

802.11n CSI Tool based on iwlwifi and Linux-2.6
http://dhalperi.github.com/linux-80211n-csitool/
196 stars 128 forks source link

Averaging CSI? #404

Open smsam75 opened 5 years ago

smsam75 commented 5 years ago

Hi,

I'm using CSItool for positioning and I need to reduce the dimension of collected CSI for each point. Currently, I have 500 packets each including 3x3x30 CSI (3 Tx and 3 Rx and 30 subcarriers). Is it a good idea to take the average the collected CSI from 3 transmitters of the access point?

Thanks, Mohsen

AliAwad1994 commented 5 years ago

what router are you using? if you want to have a 1 by 3 or 2 by 3 CSI you should either buy a router with 1 or 2 transmitting antennas. or you should fix the transmission rate of your current router [if supported by the firmware] to use 1 only transmitting antenna. you should choose a rate according to the 80211n MCS table.

tahmidzbr commented 5 years ago

Hi Mohsen, No you shouldn't average across all Tx-Rx streams. As the channel response across each stream is quite different.

smsam75 commented 5 years ago

Hi Mohsen, No you shouldn't average across all Tx-Rx streams. As the channel response across each stream is quite different.

Thanks Tahmid.