Skip to content Skip to navigation

Connexions

You are here: Home » Content » System Overview

Navigation

Content Actions

  • Download module PDF
  • Add to ...
    Add the module to:
    • My Favorites
    • A lens
    • An external social bookmarking service
    • My Favorites (What is 'My Favorites'?)
      'My Favorites' is a special kind of lens which you can use to bookmark modules and collections directly in Connexions. 'My Favorites' can only be seen by you, and collections saved in 'My Favorites' can remember the last module you were on. You need a Connexions account to use 'My Favorites'.
    • A lens (What is a lens?)

      Definition of a lens

      Lenses

      A lens is a custom view of Connexions content. You can think of it as a fancy kind of list that will let you see Connexions through the eyes of organizations and people you trust.

      What is in a lens?

      Lens makers point to Connexions materials (modules and collections), creating a guide that includes their own comments and descriptive tags about the content.

      Who can create a lens?

      Any individual Connexions member, a community, or a respected organization.

    • External bookmarks
  • E-mail the author

Lenses

What is a lens?

Definition of a lens

Lenses

A lens is a custom view of Connexions content. You can think of it as a fancy kind of list that will let you see Connexions through the eyes of organizations and people you trust.

What is in a lens?

Lens makers point to Connexions materials (modules and collections), creating a guide that includes their own comments and descriptive tags about the content.

Who can create a lens?

Any individual Connexions member, a community, or a respected organization.

This content is ...

Affiliated with (What does "Affiliated with" mean?)

This content is either by members of the organizations listed or about topics related to the organizations listed. Click each link to see a list of all content affiliated with the organization.
  • Rice University ELEC 301 Projects

    This module is included inLens: Rice University ELEC 301 Project Lens
    By: Rice University ELEC 301As a part of collection:"ELEC 301 Projects Fall 2005"

    Click the "Rice University ELEC 301 Projects" link to see all content affiliated with them.

Recently Viewed

System Overview

Module by: Yi-Chieh Wu

Summary: An overview of our Musical Instrument Recognition System.

Figure 1: System Flowchart.
Pitch and Instrument Recognition System Diagram
Pitch and Instrument Recognition System
Diagram (Graphic1)

The system takes some training songs and creates an output vector of features that characterize the signal. A Gaussian mixture model (GMM) is trained to identify patterns and predict an output instrument classification given a set of features.

Each digitized signal was windowed into smaller chunks for feature processing. In training, features were calculated for each window and concatenated into a single vector to be fed into the GMM for training. In testing, features were calculated for each window and fed into the GMM for classification. If multiple notes were to be detected, we recurred on the same window until we found the maximum number of notes or until a note could no longer be detected (as evaluated using a cutoff threshold for what constitutes silence).

From a user standpoint, the user must input a set of training songs, which includes a wav file and the instrument that produced the sound at specific times. Once the system is trained, the user can then input a new song, and our algorithm will output the song in “piano roll” format, i.e. the pitch and instrument of notes plotted over time.

Comments, questions, feedback, criticisms?

Send feedback