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