Lab 6: Smooth Signal

Web-CAT: Submit Python programs to this automated grading platform.

Task Outline

Background Theory

Hints

smooth = [0] * len(audio)
for i in range(start, stop):

Code Distribution

Description File Size File Name
Python Source Code for Smooth Signal 1.8KB lab06.zip

Contents of lab06.zip:

Lab06SmoothSignal/
├── smoothsignal.py
└── testsmoothsignal.py

Specification

Testing

Submission