Re: [Discuss-gnuradio] CSI data in gr-ieee802-11

2016-10-20 Thread Bastian Bloessl
Hi, On 10/20/2016 08:01 AM, ABDELWAHED wrote: *Is there a way to log CSI values by adding a block within the .grc ? * Not out of the box, you will have to modify the code to output the data somehow. *(I updated the ls.cc code (attached) to log the "d_H" variable values to console, is this

[Discuss-gnuradio] CSI data in gr-ieee802-11

2016-10-20 Thread ABDELWAHED
Greetings all, I hope you can guide me to any resource that helps me resolving the issue below. I want to read WiFi CSI values (amplitude and phase for all subcarriers)in the gr-ieee802-11 (https://github.com/bastibl/gr-ieee802-11)implementation. I am running wifi_rx.grc (attached) and I am