// file: $ECE_8993/class/signal/v1.0/sig_set_3.cc // // isip include files // #include "signal.h" #include #include "signal_constants.h" // method: set_sample_frequency_cc // // arguments: // float_4 sf: (input) sample frequency of the signal // // return: none // // this method assigns the sample frequency of the signal // logical_1 Signal::set_sample_frequency_cc(float_4 sf_a) { // assign the sample frequency // sf_d = sf_a; // exit gracefully // return ISIP_TRUE; }