Code Search for Developers
 
 
  

plotHarmo.m from marsyas at Krugle


Show plotHarmo.m syntax highlighted

clf
subplot(3, 1, 1);
hold on
text(f1, a1*1.2, num2str((1:length(f1))'-1));
stem(f1, a1);
text(f2, a2*1.4, num2str((1:length(f2))'-1));
stem(f2, a2);
stem(sf1, max(a1), 'rd');
stem(sf2, max(a2), 'rd');
subplot(3, 1, 2);
hold on
text(F1, A1*1.2, num2str((1:length(F1))'-1), 'Color', 'r');
stem(F1, A1, 'r*');
text(F2, A2*1.4, num2str((1:length(F2))'-1), 'Color','b');
stem(F2, A2, 'kd');

subplot(3, 1, 3);
l=length(x1);
t = (0:1/l:1-1/l);
bar(t, [x1; x2]');



See more files for this project here

marsyas

Marsyas (Music Analysis, Retrieval and Synthesis for Audio Signals) is a framework for developing systems for audio processing. It provides an general architecture for connecting audio, soundfiles, signal processing blocks and machine learning.

Project homepage: http://sourceforge.net/projects/marsyas
Programming language(s): C++
License: other

  ncut/
    a_times_b_cmplx.dll
    a_times_b_cmplx.mexglx
    a_times_b_cmplx.mexmac
    discretisation.m
    discretisationEigenVectorData.m
    eigs2.m
    mex_w_times_x_symmetric.dll
    mex_w_times_x_symmetric.mexglx
    mex_w_times_x_symmetric.mexmac
    ncut.m
    ncutW.m
    sparsifyc.dll
    sparsifyc.mexglx
    sparsifyc.mexmac
    spmtimesd.dll
    spmtimesd.mexglx
    spmtimesd.mexmac
  divisor.m
  getSnr.m
  harmo.m
  harmoGen.m
  playCluster.m
  plotCluster.m
  plotClusters.m
  plotGpPeaks.m
  plotHarmo.m
  plotPeaks.m