satdump/src-core/dsp/complex_json.h

6 lines
133 B
C
Raw Permalink Normal View History

2025-06-06 08:12:02 +02:00
#pragma once
#include "common/dsp/complex.h"
#include "nlohmann/json.hpp"
NLOHMANN_DEFINE_TYPE_NON_INTRUSIVE(complex_t, real, imag)