Problem Set 3: Note Frequency

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

Task Outline

Background Theory

Semitone notes

Frequency equation

frequency = ref * Math.pow(2, (octa + (semi/12.0)));

Code Distribution

Description File Size File Name
Java Source Code for Note Frequency 4.8KB pset03.zip

Contents of pset03.zip:

PSet03NoteFrequency/
├── NoteFrequency.class
├── NoteFrequency.ctxt
├── NoteFrequency.java
├── NoteFrequencyJUnitTest.class
├── NoteFrequencyJUnitTest.ctxt
├── NoteFrequencyJUnitTest.java
├── package.bluej
└── README.TXT

Specification

Testing

Submission