diff --git a/lib/hooks/dft.cpp b/lib/hooks/dft.cpp index 76db31363..2fbcbc7aa 100644 --- a/lib/hooks/dft.cpp +++ b/lib/hooks/dft.cpp @@ -11,7 +11,6 @@ * the Free Software Foundation, either version 3 of the License, or * any later version. * - * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the @@ -831,6 +830,9 @@ public: ppsSigSync.writeDataBinary(windowSize, tmpPPSWindow); #endif + ppsSigSync->writeData(windowSize, tmpPPSWindow); + } + #pragma omp parallel for for (unsigned i = 0; i < signalIndex.size(); i++) { Phasor currentResult = {0,0,0,0}; @@ -1076,7 +1078,7 @@ static HookPluginwriteData(windowSize, tmpSmpWindow); + origSigSync->writeData(windowSize, tmpSmpWindow); if (dftCalcCount > 1 && phasorAmplitude) phasorAmplitude->writeData(1, &tmpSmpWindow[windowSize - 1]); @@ -1089,8 +1091,12 @@ static HookPluginwriteData(windowSize, tmpSmpWindow); >>>>>>> dft: ifdef for full mem dump of dft +======= + windowdSigSync->writeData(windowSize, tmpSmpWindow); +>>>>>>> dft: code cleanup #endif @@ -1194,7 +1200,7 @@ static HookPlugin