Skip to content

210342/Sound-Processing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sound-Processing

A project for a sound and image processing course

Application written in UWP using MVVM design pattern.

Application can read and save sound files in wave format. It can calculate fundamental frequencies for the signal in consecutive windows using Average Magnitude Difference Function or cepstral analysis using real cepstrum. It also implements Finite Impulse Response filters with three different possible windows.

The code depends on: