lowpass.h 271 B

12345678910111213141516
  1. /*
  2. * lowpass.h
  3. *
  4. * Created on: 2023Äê4ÔÂ3ÈÕ
  5. * Author: wangd
  6. */
  7. #ifndef USERSOURCE_LOWPASS_H_
  8. #define USERSOURCE_LOWPASS_H_
  9. #include "IQmathLib.h"
  10. extern long lowpassfilter(long sample_1,long sample,long cutoff,long Ts);
  11. #endif /* USERSOURCE_LOWPASS_H_ */