#ifndef EMG_UTIL_H #define EMG_UTIL_H // ¸üк¯ÊýÔÐÍÒÔʹÓà float void emg_denoised(float *emg_raw, int length, int fs, float *emg_denoised); // double -> float #endif // EMG_UTIL_H