// file:e: $warren/research/exp_001/filt_get_01.cc // version: // // isip include files // #include "Filter.h" // method: getMaLag // // arguments: VectorFloat& ma_lag (output) a vector of. . . // // return: a boolean value indicating status // boolean Filter::getMaLag(VectorLong& ma_lag) { // get the filter coefficients--can immediately return since the Vector // assign() method returns type boolean // return ma_lag.assign(ma_lag_d); }