Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 524 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 524 Bytes

MP1 / CPEN 221 / Fall 2019

Sound Wave implemenaion

The goal of this assignment is to work with sound, and specifically to think of sound waves as datatypes. The following functions are implemented-

  • Adding echoes;
  • High-pass filter to remove low frequency noise from audio;
  • Supporting the discrete Fourier transform operation on a sound wave;
  • Comparing two sound waves;

In addition to the given methods, The following methods are being implemented -

  • Graphic Wave Visualiser
  • Grouping waves by similarity