dhalperi / linux-80211n-csitool-supplementary

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

Error in Plot CSI .Dat File #190

Open azizshahics opened 8 years ago

azizshahics commented 8 years ago

Hello I succesfully gathered csi data into .dat file but it shows following message.I would really appreciate if anyone may help t??? Error using ==> transpose Transpose on ND array is not defined.

Error in ==> delete at 7 y=(db(abs(squeeze(csi).')))

Attached is .dat file

thanks in advance.

zainalabidenakhtar commented 8 years ago

i am also facing the same problem. I have .dat file of 900*1 cell array.

mjer commented 8 years ago

Hi, did you check the dimension of csi? If you use 3x3 MIMO you'll need to select which transmission antenna you'd like to analyze. In the example code it is assumed that the packet was sent in a single stream and three receiving antennas.

See FAQ Question 2, Paragraph 2 under Nrx http://dhalperi.github.io/linux-80211n-csitool/faq.html

Hope this helps. //Martin

tahmidzbr commented 8 years ago

@mjer @zainalabidenakhtar @azizshahics Hi, could you solve the problem? Ho can i select the transmission antenna that I want to analyze?