Changes between Version 15 and Version 16 of Other/Summer/2024/pD
- Timestamp:
- Jun 19, 2024, 3:36:03 PM (5 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Other/Summer/2024/pD
v15 v16 24 24 ==== WEEK THREE ==== 25 25 [https://docs.google.com/presentation/d/15bAzRQfZHG3FM4fyjsaUbeUBmcJpEHqheeM7rIhx3_g/edit?usp=sharing Weekly Presentation]\\ 26 //Progress: //Continued using GNURadio to understand [https://wiki.gnuradio.org/index.php?title=Simulation_example:_FSK frequency shift keying] and [https://www.mathworks.com/help/signal/ref/periodogram.html periodograms] (maximum likelihood estimators). We also used MATLAB/Octave to compare our results from GNURadio.26 //Progress: //Continued using GNURadio to implement [https://wiki.gnuradio.org/index.php?title=Simulation_example:_FSK frequency shift keying] and [https://www.mathworks.com/help/signal/ref/periodogram.html periodograms] (maximum likelihood estimators). We also used MATLAB/Octave to compare our results from GNURadio using the SDR. 27 27 28 28 ==== WEEK FOUR ==== 29 29 [Weekly Presentation]\\ 30 //Progress: // Determined the error rate of the GNURadio receiver dependent of the power transmission, frequency, and distance between the SDR and signal generator.30 //Progress: //Explored the accuracy of the reciever while changing the power transmission, frequency, and distance between the SDR and signal generator. Learned about matched filters and how to [https://www.telecom.tuc.gr/~aggelos/files/TCOM2014.pdf implement them into the receiver].