emg_util.h 186 B

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