1 / 12

Beethoven’s Ear - Software Narrative

Beethoven’s Ear - Software Narrative. Nick Kwolek David Duemeler Martin Pendergast Stephen Edwards. Outline. Project Overview Signal Processing Code MIDI Transcription Code User Interface Code. Project Overview. A music composition and instruction tool

marlon
Download Presentation

Beethoven’s Ear - Software Narrative

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Beethoven’s Ear - Software Narrative Nick Kwolek David Duemeler Martin Pendergast Stephen Edwards

  2. Outline • Project Overview • Signal Processing Code • MIDI Transcription Code • User Interface Code

  3. Project Overview • A music composition and instruction tool • Records audio of a musical instrument and creates MIDI sheet music of the audio • Files transferred via SD card

  4. Project-Specific Success Criteria • An ability to sample an audio signal with appropriate input filtering. • An ability to transform an audio signal to the frequency domain in finite length sample windows. • An ability to determine the note names and durations based on the frequency spectrum and an internal metronome. • An ability to generate a musical score stored in a MIDI file, based on the analyzed data. • An ability to transfer the completed music file to a removable storage medium.

  5. Signal Processing Software • Currently a Matlab script • Possibility of Using Microchip IDE to directly comply code to dsPIC • If not, port code to C, then compile to dsPIC • Uses an FFT to create frequency spectrum • Window size: 4096 • Decimation and window lag can be varied • Selects the highest amplitude frequency as the fundamental

  6. DSP Software Frequency Window Index

  7. MIDI Transcription Software • Takes output of Signal Processing Software • Composes MIDI file header • BPM – Set By User • Time Signature – Set By User • Key Signature – Default to C major • Writes music data to SD card over SPI line

  8. MIDI Transcription Data Flow

  9. User Interface Software • Menu Based Display on the LCD • Beats Per Minute • Time Signature • Reads Data from RPG and push buttons • Processes Start and Stop Recording Signals

  10. User Interface

  11. Questions?

More Related