view build/linux/amd64/atlas/atlas_trsmNB.h @ 66:12516e68c81e

* Start work on fixes to similarity plugin -- avoid crash when running in chroma mode -- set up chroma to have same blocksize as mfcc -- unfortunately we now have meaningless beat spectra for chroma+rhythm mode -- probably something very trivial, but I don't see what right now
author Chris Cannam <c.cannam@qmul.ac.uk>
date Mon, 03 Mar 2008 18:07:27 +0000
parents ddea89113517
children
line wrap: on
line source
#ifndef ATLAS_TRSMNB_H
   #define ATLAS_TRSMNB_H

   #ifdef SREAL
      #define TRSM_NB 60
   #elif defined(DREAL)
      #define TRSM_NB 12
   #else
      #define TRSM_NB 4
   #endif

#endif