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