satdump/src-core/dsp/benchmark/render/plot_results.h
2026-05-26 18:47:10 +01:00

10 lines
No EOL
205 B
C++

#include "dsp/benchmark/bench.h"
#include "image/image.h"
namespace satdump
{
namespace ndsp
{
image::Image renderResults(std::vector<DSPBenchResult> results);
}
} // namespace satdump