You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered: