Good Evening, When using wsprd in multi-pass mode (no '-s' option) and passing it the '-c' option to write a c2 file, it writes the c2 file at the end of the main loop on the first pass AFTER it subtracts out the decoded candidates. This means if you're using the c2 file to do analysis of the IQ data that was decoded you don't have the actual signals available (at least the ones decoded on the first pass).
Is there any particular reason the c2 file is written after the first pass? The only real changes I noted to idat and qdat within the main loop were signals being subtracted. Could it be written before the main loop after idat and qdat are created from a wav or c2 file? If so, I've attached a patch for wsprd.c that moves the logic that calls writec2file to right before the main loop. Thanks for your time, Ryan Tolboom N2BP
c2_before_subtract.patch
Description: Binary data
_______________________________________________ wsjt-devel mailing list wsjt-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wsjt-devel