1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

dft: dump phase, freq, amp of channel 1 outside signal calc loop

This commit is contained in:
Manuel Pitz 2021-06-23 20:34:40 +02:00
parent 6c0cec2770
commit 667d4a1703

View file

@ -38,7 +38,6 @@
/* Uncomment to enable dumper of memory windows */
//#define DFT_MEM_DUMP
namespace villas {
namespace node {
@ -864,6 +863,7 @@ public:
currentResult.amplitude = estimate.y;
}
}
}
if (windowSize < smpMemPos) {