Implementation of CONNECTIVITYLIB::Correlation - trial-averaged zero-lag Pearson correlation between every channel pair, run in parallel via QtConcurrent::mappedReduced.
More...
#include "correlation.h"#include "../network/networknode.h"#include "../network/networkedge.h"#include "../network/network.h"#include <QDebug>#include <QElapsedTimer>#include <QtConcurrent>#include <unsupported/Eigen/FFT>
Go to the source code of this file.
Implementation of CONNECTIVITYLIB::Correlation - trial-averaged zero-lag Pearson correlation between every channel pair, run in parallel via QtConcurrent::mappedReduced.
SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2018-2026 MNE-CPP Authors
Definition in file correlation.cpp.