// file: $ECE_8993/class/signal/v1.0/sig_set_1.cc // // isip include files // #include "signal.h" #include #include "signal_constants.h" // method: set_num_chans_cc // // arguments: // int_4 num_chans: (input) number of channels in the file // // return: none // // this method assigns the number of channels in the file // logical_1 Signal::set_num_chans_cc(int_4 num_chans_a) { // assign the number of channels // num_chans_d = num_chans_a; // exit gracefully // return ISIP_TRUE; }