SatDump 2.0.0-alpha-76a915210
Loading...
Searching...
No Matches
complex_json.h
1#pragma once
2
3#include "common/dsp/complex.h"
4#include "nlohmann/json.hpp"
5
6NLOHMANN_DEFINE_TYPE_NON_INTRUSIVE(complex_t, real, imag)