// 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, float_4& window, float_4& pre_emph, int_4& lp_order, float_4& center, int_4& sf, int_4& method); // end of file // #endif