Syed Ayaz Mahmud

Results 5 issues of Syed Ayaz Mahmud

Hi, Are the 802.11n blocks designed in Gnuradio for this experiment has been uploaded?

I am trying to capture the HT Sounding packet in order to analyze them. Taking a trace from the transmitter (while sending the CSI packet) captures the packet naming "**Bogus...

Hi, What I have understood from the 802.11n standard is that the Tx is sending NDP (HT sounding) to the Rx (explicit case). The preamble portion of HT sounding frame...

Plotting CSI Vs Packet in MATLAB giving high variance. ``` main = read_log_file('raw'); struct_array = [main{:}]; csi = [struct_array.csi]; sub56 = csi(2,:,56) plot(abs(sub56)) xlabel('No. of packets'); ylabel('CSI'); ``` ![untitled](https://user-images.githubusercontent.com/22035469/36619235-53853896-18ab-11e8-9e8a-bf9b0ea3e389.jpg) Can...

Hi Lucian Lo, I came to your page while searching for an implementation of 802.11n. I am trying to understand the concept behind 802.11n and also understand the flow you...