Open samcrow opened 2 years ago
Note to self: When the reconstruct code is compiled as a static library, does it still link dynamically with FFTW? To avoid GPL infection, we don't want to statically link FFTW.
It looks like the library libgnuradio-sparsdr.so has code that calls the FFTW functions but does not include the FFTW code itself, so the GPL situation should not change.
Move the reconstruction into the GNU Radio process, called like a library from the work function
This should slightly improve performance, and allows Windows compatibility