Show
Ignore:
Timestamp:
04/05/07 16:52:57 (6 years ago)
Author:
jgaeddert
Message:

cleaning up PPFB code

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • SigProc/trunk/SigProc/SigProc.h

    r3308 r3322  
    491491    unsigned int GetNumFilters() { return Npfb; } 
    492492 
    493     /// 
     493    /// Return a pointer to the filter bank coefficients; this is intended 
     494    /// for debugging 
    494495    float * GetFilterBankCoefficients() { return H; } 
    495496