the header file "spuce/complex.h" is missing.
When compiling create_remez_fir.cpp or iir_allpass_variable_cascade.cpp There is no such a file.
Replace
#include "spuce/complex.h" with
#include
Hi,
You didn't finish you comment :-( include what?
It was github formatting!
#include "complex" (replace " with angled brackets)
Thank you but there are many headers that are missing. Concretely, in : "iir_allpass_variable_cascade.h" spuce/dsp_functions/math.h <-- i have changed it for math.h directly spuce/fixed/round.h <-- I can't find it. spuce/circ_buffer.h <--- This one is in spuce/dsp_classes
Sorry, things were re-arranged and only things that build with Cmake have been verified to have integrity, so there are some other files that are incomplete. I haven't had time to be able to complete those incomplete issues