Question: Description: TPRG2131_Winter2022: Project_A There is a sensor device connected to a host system, the sensor sends a data packet (sized 2048 bytes) every 2
Description: TPRG2131_Winter2022: Project_A There is a sensor device connected to a host system, the sensor sends a data packet (sized 2048 bytes) every 2 second to the host. A data packet is saved in .txt file for this certain sensor. Read and process data from the TPRG2131_Project_A_data.txt file and plot the signal. Read hex data from the *.txt file. Convert the hex data to decimal value. Save decimal values into an array. Normalize the values to 65535, it means you might divide each element of array to 65535. 1- Plot the data, this is a waveform which is generated with a sensor. 2- There is a dc value with the signal, remove dc value by subtracting each element of the array with mean value of the array. Here the mean value supposed to be 2041. 3- Plot the final graph and determine the peaks of the signal maximum and minimum. 4- Print maximum, minimum, and mean values of data.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
