mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
dft: paralelize dft calculation with multiple signals
This commit is contained in:
parent
f5e9b8bfb1
commit
5a85a7282c
1 changed files with 2 additions and 1 deletions
|
@ -351,8 +351,9 @@ public:
|
|||
|
||||
ppsSigSync->writeData(windowSize, tmpPPSWindow);
|
||||
}
|
||||
//debugging for pps signal this should only be temporary
|
||||
|
||||
#pragma omp parallel for
|
||||
for (unsigned i = 0; i < signalIndex.size(); i++) {
|
||||
|
||||
calculateDft(PaddingType::ZERO, smpMemory[i], dftResults[i], smpMemPos);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue