Skip to content

Commit d79dd9b

Browse files
authored
add discussion 344 to iq app note
1 parent 8db6431 commit d79dd9b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/app_notes/iq.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,8 @@ We implement the **IQ sample capture** with interesting extensions: many **trigg
166166
The openwifi IQ capture feature could run with not only monitor mode but also other modes, such as AP-Client or ad-hoc mode. After the communication functionality is fully up in those modes, you can start IQ capture from "**insmod side_ch.ko**" and "**./side_ch_ctl g**" on board as described in the previous sections to extract IQ information to your computer.
167167

168168
## Map the IQ information to the WiFi packet
169+
(See this https://github.com/open-sdr/openwifi/discussions/344 to understand how to map the collected data to the packet via the TSF timestamp)
170+
169171
If you want to relate the IQ information to the WiFi packet, you need to capture WiFi packets (tcpdump/wireshark/etc) while capturing IQ. Then you can relate the timestamp between WiFi packet and IQ information. Please be noticed that the timestamp in the IQ information is the moment when capture is triggered, which could be different from the timestamp reported in the packet capture program. But since they share the same time base (TSF timer), you can relate them easily by analyzing the WiFi packet and IQ sample sequence.
170172

171173
Please learn the python and Matlab script to extract IQ information per capture according to your requirement.

0 commit comments

Comments
 (0)