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:
parent
6c0cec2770
commit
667d4a1703
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue