#include <stdint.h>
#include <function.hpp>
auto simplest_lowpass(Function<uint32_t, int16_t> f_in) {
Function<uint32_t, int16_t> f_out;
}