Changeset 162 in flair-src for trunk/lib/FlairFilter/src/ButterworthLowPass.h
- Timestamp:
- 03/06/17 20:30:06 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/FlairFilter/src/ButterworthLowPass.h
r15 r162 48 48 * \param name name 49 49 * \param order order of the filter 50 * \param nbRow number of rows of input/output 51 * \param nbCol number of cols of input/output 50 52 */ 51 53 ButterworthLowPass(const IODevice *parent, 52 54 const gui::LayoutPosition *position, std::string name, 53 int order);55 uint32_t order,uint32_t nbRow=1,uint32_t nbCol=1); 54 56 55 57 /*! … … 65 67 * \param name name 66 68 * \param order order of the filter 69 * \param nbRow number of rows of input/output 70 * \param nbCol number of cols of input/output 67 71 */ 68 72 ButterworthLowPass(const gui::LayoutPosition *position, std::string name, 69 int order);73 uint32_t order,uint32_t nbRow,uint32_t nbCol); 70 74 71 75 /*!
Note:
See TracChangeset
for help on using the changeset viewer.