Radio Communications Reciever

For the final project in Digital Communications Systems, I was to create the digital radio communication’s receiver for a communications system in MATLAB.

A bonus was given for best score on the Hard data set, which I received with a 94%.

To use the code, extract the ZIP file. Open the folder containing the files in Matlab. Run tester in the Matlab terminal and enter easy, medium, or hard. Tester will then run my code (RX.m) and display the score.

Radio_Reciever

FIR Filtering Example

This is a Matlab GUI example demonstrating digital FIR filtering using my own filtering code taken from a method out of our textbook. This filter achieved brilliant results and was reused in the final project for Digital Communications Systems. The code was also ported to C and used in other projects on ARM Cortex-M4 microprocessors.

FIR Filter Lab Report

Matlab FIR Code