Hello folks.
Since the gcc complex float was removed from the code, there is a good chance to build using MSVC / clang-cl.
But rtlsdr was also removed and I have no airspy. So I kindly ask to get the rtlsdr code w/o complex float back.
I tried to adapt the old rtl.c code for MSVC/clang-cl, but fail to understand what this dsfilter[] stuff really does.
Comparing to air.c, it seems all samples are weigthed by dsfilter[] twice!?
Hello folks.
Since the gcc
complex floatwas removed from the code, there is a good chance to build using MSVC / clang-cl.But
rtlsdrwas also removed and I have noairspy. So I kindly ask to get thertlsdrcode w/ocomplex floatback.I tried to adapt the old
rtl.ccode for MSVC/clang-cl, but fail to understand what thisdsfilter[]stuff really does.Comparing to
air.c, it seems all samples are weigthed bydsfilter[]twice!?