// file: $SPEECH_HOMEWORK4/hw4/util/calculate_snr/v1.0/calculate_snr.h // // make sure the definitions are made only once // #ifndef __ISIP_CALCULATE_SNR #define __ISIP_CALCULATE_SNR // isip include files // #ifndef __ISIP_INTEGRAL #include #endif // function definitions // logical_1 get_parameters_cc(int_4 argc, char_1** argv, char_1*& param_file, char_1*& input_file, char_1*& output_file, int_4& debug_level, int_4& num_chan, int_4& frame, int_4& window, float_4& sth, float_4& nth, int_4& sf); // end of file // #endif