define INTERLEAVE_DISTANCE

This commit is contained in:
Thomas Kolb 2024-08-09 22:18:20 +02:00
parent 2ddb8aa18c
commit 6d9068f63d

View file

@ -1,6 +1,6 @@
#include "interleaver.h"
#include "config.h"
#define INTERLEAVE_DISTANCE 16
void interleaver_interleave(const float complex *in, float complex *out, size_t n)
{