https://github.com/tapyu/ece4305-sdr-systems-and-analysis
The first lab homeworks of "ECE4305 - Software Defined Radio Systems and Analysis",from the Department of Electrical and Computer Engineering (ECE), at Worcester Polytechnic Institute (WPI), taught by Prof. Dr. Alexander Wyglinski.
https://github.com/tapyu/ece4305-sdr-systems-and-analysis
Last synced: 5 months ago
JSON representation
The first lab homeworks of "ECE4305 - Software Defined Radio Systems and Analysis",from the Department of Electrical and Computer Engineering (ECE), at Worcester Polytechnic Institute (WPI), taught by Prof. Dr. Alexander Wyglinski.
- Host: GitHub
- URL: https://github.com/tapyu/ece4305-sdr-systems-and-analysis
- Owner: tapyu
- Created: 2024-07-11T14:06:27.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-11T16:03:29.000Z (almost 2 years ago)
- Last Synced: 2025-06-29T09:42:54.601Z (about 1 year ago)
- Homepage:
- Size: 2.33 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ECE4305 Software Defined Radio Systems and Analysis
This repository contains the old lab homeworks of the course [ECE 4305: Software-Defined Radio Systems and Analysis](https://wpi.cleancatalog.net/electrical-and-computer-engineering/ece-4305). While the current lab homeworks can be easily found in its [`LabGuides` repository](https://github.com/sdrforengineers/LabGuides), I had a hard time to find the first set of lab homeworks. Luckly, such materials were available in other course: [EE 506 Fundamentals of Wireless Communications](https://courses.washington.edu/ee506/index.html), from University of Washington.
Therefore, I decided to create this repository to make them avaible for me and anyone else who is interested in this content.
> PS1: The Simulink files are in the old [`.mld` extension](https://fileinfo.com/extension/mdl), which was replaced by `.slx`.
> PS2: Each lab homework refers to a given chapter. I am not sure which book it is, but it is probably [Software-Defined Radio for Engineers](https://www.mathworks.com/campaigns/offers/download-rtl-sdr-ebook.html) as ECE4305 is heavily based on it.
> PS3: It seems that the ECE4305's initial hardware set up was based on USRP2. USRP (short for Universal Software Radio Peripheral) is a specific brand and a serie of SDR devices developed by Ettus Research, which is a company of National Instruments. It is known for high flexibility, modularity, and performance, and suitable for professional and research applications, but it is more expansive than low-price SDR devices developed for hobbist and students, such as ADALM-PLUTO SDR and RTL-SDR. Howerver, the newest lab homeworks (see [`LabGuides`](https://github.com/sdrforengineers/LabGuides) show that ECE4305 is now adopting ADALM-PLUTO SDR. Therefore, you should refer to this device to implement the lab homeworks (the old documents refering to USRP2 are kept here for the sake of reference).