Skip to content

Commit

Permalink
Ensure table columns have equal widths
Browse files Browse the repository at this point in the history
  • Loading branch information
zeertzjq committed Sep 14, 2024
1 parent bf76a31 commit ff0e5a3
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,21 +26,21 @@ Many Qualcomm chips' spectral scan feature can only cover a 40 MHz range centere

This app shows a spectrogram on the screen, where brighter colors indicate higher FFT magnitudes. This app also employs a simple algorithm to detect Bluetooth transmission and estimate its strength. The following are screenshots of the app in the presence of frequency sweeps and Bluetooth transmission, respectively (click on either to view a screen recording):

<table>
<table width="100%">
<tr>
<th scope="col">Frequency Sweeps</th>
<th scope="col">Bluetooth Transmission</th>
<th scope="col" width="50%">Frequency Sweeps</th>
<th scope="col" width="50%">Bluetooth Transmission</th>
</tr>
<tr>
<td>
<td width="50%">
<a href="https://github.com/user-attachments/assets/fc7661dd-4d6e-4f2d-a557-94dd07076314">
<img
src="assets/images/sweep.png"
alt="A screenshot of the app in the presence of frequency sweeps."
/>
</a>
</td>
<td>
<td width="50%">
<a href="https://github.com/user-attachments/assets/7ac2a5bd-31df-46bd-a4cc-2590a514cb7b">
<img
src="assets/images/bluetooth.png"
Expand All @@ -53,15 +53,15 @@ This app shows a spectrogram on the screen, where brighter colors indicate highe

A short click on the screen pauses or resumes the scanning, while a long click shows a configuration dialog:

<table>
<table width="100%">
<tr>
<td>
<td width="50%">
<img
src="assets/images/config0.png"
alt="The configuration dialog shown on long click."
/>
</td>
<td>
<td width="50%">
<img
src="assets/images/config1.png"
alt="The configuration dialog for AP frequencies."
Expand All @@ -70,7 +70,6 @@ A short click on the screen pauses or resumes the scanning, while a long click s
</tr>
</table>


## Contact

If you have any questions about this project, contact <zhoujq2024@shanghaitech.edu.cn> or <yangzhc@shanghaitech.edu.cn>.

0 comments on commit ff0e5a3

Please sign in to comment.