mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-04 08:21:17 -05:00
Swap Tx I, Q channels.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@4230 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
1b104f67ce
commit
cee3a4d490
@ -1,4 +1,4 @@
|
||||
//-------------------------------------------------------------- MainWindow
|
||||
//--------------------------------------------------------------- MainWindow
|
||||
#include "mainwindow.h"
|
||||
#include "ui_mainwindow.h"
|
||||
#include "devsetup.h"
|
||||
|
@ -103,8 +103,8 @@ extern "C" int d2aCallback(const void *inputBuffer, void *outputBuffer,
|
||||
}
|
||||
// i2a=0.01*txPower*i2a;
|
||||
// i2b=0.01*txPower*i2b;
|
||||
*wptr++ = i2a; //left
|
||||
*wptr++ = i2b; //right
|
||||
*wptr++ = i2b; //left
|
||||
*wptr++ = i2a; //right
|
||||
}
|
||||
} else {
|
||||
for(i=0 ; i<framesToProcess; i++ ) {
|
||||
|
Loading…
Reference in New Issue
Block a user