task5

4
1 Table of Contents TASK 5 MUSIC ANALYSIS ............................................................................................... 1 BLOCK SIZE = 128 ........................................................................................................... 1 BLOCK SIZE = 256 ........................................................................................................... 1 BLOCK SIZE = 512 ........................................................................................................... 2 BLOCK SIZE = 1024 ......................................................................................................... 3 CONCLUSIONS ................................................................................................................ 4 TASK 5 MUSIC ANALYSIS BLOCK SIZE = 128 myspectogram_hann_ovlap(x,128,fs) BLOCK SIZE = 256 myspectogram_hann_ovlap(x,256,fs)

Upload: rohan-jain

Post on 15-Nov-2015

212 views

Category:

Documents


0 download

DESCRIPTION

iitb takss 5

TRANSCRIPT

  • 1Table of ContentsTASK 5 MUSIC ANALYSIS ............................................................................................... 1BLOCK SIZE = 128 ........................................................................................................... 1BLOCK SIZE = 256 ........................................................................................................... 1BLOCK SIZE = 512 ........................................................................................................... 2BLOCK SIZE = 1024 ......................................................................................................... 3CONCLUSIONS ................................................................................................................ 4

    TASK 5 MUSIC ANALYSISBLOCK SIZE = 128

    myspectogram_hann_ovlap(x,128,fs)

    BLOCK SIZE = 256myspectogram_hann_ovlap(x,256,fs)

  • 2BLOCK SIZE = 512myspectogram_hann_ovlap(x,512,fs)

  • 3BLOCK SIZE = 1024myspectogram_hann_ovlap(x,1024,fs)

  • 4CONCLUSIONS% 1. Block size = 1024 is best for representing this music signal as it% is very smooth

    % 2. Drum is hit as integer times, 1,2,3,4... which can be identified as% drum beats have very low frequency

    % 3. Time 1-2 and 2-3 piano tune can be identified in these regions

    % 4. 3 instruments are there. Piano, drum beats and pop sound

    Published with MATLAB R2013a

    Table of ContentsTASK 5 MUSIC ANALYSISBLOCK SIZE = 128BLOCK SIZE = 256BLOCK SIZE = 512BLOCK SIZE = 1024CONCLUSIONS