Översikt

    • The goal of this exercise is to get acquainted with basics of speech processing. This includes recording, reading, resampling, windowing, and computing magnitude spectrum and spectrogram along with visualizations.

    • In this exercise, you will be implementing two popular fundamental frequency estimation methods: They are: (1) auto-correlation and (2) cepstral methods.


      Please read carefully, the instructions provided in the Jupyter notebook.

    • Mapp icon
      Exercise 1: Solution Mapp
      Tillgänglig om: Du tillhör någon grupp
    • In this exercise, you will be implementing functions to extract simple speech features which are suitable for voice activity detection (VAD) and utilize them to train two simple VAD classifiers. The computed features are combined into a matrix that acts as the input data provider for our classifiers. The code for the classifier training and some features are already provided in the notebook, but you must experiment with different features and properties, and report your findings.


    • Mapp icon
      Exercise 2: Solution Mapp
      Tillgänglig om: Du tillhör någon grupp
    • The goal of this exercise is to implement basic speech enhancement techniques and evaluate and visualize the quality of the enhancement. You will be implementing four different methods: Spectral-subtraction, Wiener-filter, linear-filter and a VAD based filter.

    • Mapp icon
      Exercise 3: Solution Mapp
      Tillgänglig om: Du tillhör någon grupp
    • Mapp icon
      Exercise 4: Solution Mapp
      Tillgänglig om: Du tillhör någon grupp