12345678910111213141516 |
- /*
- * lowpass.h
- *
- * Created on: 2023Äê4ÔÂ3ÈÕ
- * Author: wangd
- */
- #ifndef USERSOURCE_LOWPASS_H_
- #define USERSOURCE_LOWPASS_H_
- #include "IQmathLib.h"
- extern long lowpassfilter(long sample_1,long sample,long cutoff,long Ts);
- #endif /* USERSOURCE_LOWPASS_H_ */
|