Download - task5

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


Top Related