Skip to content

Commit

Permalink
Updated username
Browse files Browse the repository at this point in the history
  • Loading branch information
williamyang98 committed Feb 13, 2024
1 parent c1bce80 commit 7a057fc
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
url = https://github.com/ocornut/imgui.git
[submodule "receiver/vendor/librtlsdr"]
path = receiver/vendor/librtlsdr
url = https://github.com/FiendChain/librtlsdr_cmake.git
url = https://github.com/williamyang98/librtlsdr_cmake.git
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ This circuit can work with the STM32F401 (even with 3.3V logic out).

## Download sample data
You can download sample transmitter data for the AtMega328p and STM32F401CC circuits
[here](https://github.com/FiendChain/16qam_modulator/releases/tag/sample_iq_data)
[here](https://github.com/williamyang98/16qam_modulator/releases/tag/sample_iq_data)

## TODO
- Improve the demodulator by using better techniques
Expand Down
4 changes: 2 additions & 2 deletions receiver/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Introduction
[![windows-build](https://github.com/FiendChain/16qam_modulator/actions/workflows/16qam_receiver_windows.yml/badge.svg)](https://github.com/FiendChain/16qam_modulator/actions/workflows/16qam_receiver_windows.yml)
[![linux-build](https://github.com/FiendChain/16qam_modulator/actions/workflows/16qam_receiver_linux.yml/badge.svg)](https://github.com/FiendChain/16qam_modulator/actions/workflows/16qam_receiver_linux.yml)
[![windows-build](https://github.com/williamyang98/16qam_modulator/actions/workflows/16qam_receiver_windows.yml/badge.svg)](https://github.com/williamyang98/16qam_modulator/actions/workflows/16qam_receiver_windows.yml)
[![linux-build](https://github.com/williamyang98/16qam_modulator/actions/workflows/16qam_receiver_linux.yml/badge.svg)](https://github.com/williamyang98/16qam_modulator/actions/workflows/16qam_receiver_linux.yml)

Software radio receiver for 16QAM modulator.

Expand Down
2 changes: 1 addition & 1 deletion receiver/vendor/librtlsdr
Submodule librtlsdr updated 2 files
+1 −1 LICENSE.txt
+3 −3 README.md

0 comments on commit 7a057fc

Please sign in to comment.