p1.audio contains an audio recording of 9 digits, different for each student. However the data has been corrupted by a large amplitude interference frequency. Luckily the interference can be removed using a 3-point moving average.
Copy your 3-point moving average program from a5/p3 for use here to filter the data so that you can hear the digits. Then submit your 9-digit number for confirmation.
p2.audio contains an audio recording of 9 digits, different for each student. However the data has been corrupted by large amplitude interference frequencies. Luckily the interference can be removed using a 5-point moving average.
Start with a copy of your program from part 1 and modify it to perform a 5-point moving average to filter the data so that you can hear the digits. Then submit your 9-digit number for confirmation.