Problem Set 3: Note Frequency

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

Task Outline

Background Theory

Semitone notes

frequency = ref * 2 ** (octa + (semi/12.0))

Code Distribution

Description File Size File Name
Python Source Code for Note Frequency 1.3KB pset03.zip

Contents of pset03.zip:

PSet03NoteFrequency/
├── notefrequency.py
└── testnotefrequency.py

Specification

Testing

Submission