Ignore:
Timestamp:
01/07/05 11:19:31 (19 years ago)
Author:
kil064
Message:

remove 'hanning' functions and add 'smooth' functions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/SDMathWrapper.h

    r175 r178  
    5656  SDMemTableWrapper add(const SDMemTableWrapper& in, float offset, bool all);
    5757
    58 // Hanning
    59   void hanningInSitu (SDMemTableWrapper& in, bool doAll);
    60   SDMemTableWrapper hanning(const SDMemTableWrapper& in, bool doAll);
     58// Smooth
     59  void smoothInSitu (SDMemTableWrapper& in, const std::string& kernel, float width, bool doAll);
     60  SDMemTableWrapper smooth (const SDMemTableWrapper& in, const std::string& kernel, float width, bool doAll);
    6161
    6262// Bin up
Note: See TracChangeset for help on using the changeset viewer.