v2.0.0
Loading...
Searching...
No Matches
dsp_global.h File Reference

Export/import macros and namespace declaration for the DSP library. More...

#include <utils/buildinfo.h>
#include <QtCore/qglobal.h>
Include dependency graph for dsp_global.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  DSPLIB
 Digital signal processing (filtering, spectrograms, real-time averaging, HPI, noise reduction).

Macros

#define DSPSHARED_EXPORT

Functions

DSPSHARED_EXPORT const char * DSPLIB::buildDateTime ()
DSPSHARED_EXPORT const char * DSPLIB::buildHash ()
DSPSHARED_EXPORT const char * DSPLIB::buildHashLong ()

Detailed Description

Export/import macros and namespace declaration for the DSP library.

SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2026 MNE-CPP Authors

Author
Christoph Dinh chris.nosp@m.toph.nosp@m..dinh.nosp@m.@mne.nosp@m.-cpp..nosp@m.org
Since
2.0.0
Date
March 2026

The DSP library bundles every digital-signal-processing component shipped with mne-cpp: FIR / IIR / cosine-tapered / Parks–McClellan filter design and application, FFT-based overlap-add convolution, polyphase rational resampling, Morlet wavelet and multitaper time-frequency representations, Welch and multitaper power spectral density estimators, surface Laplacian (CSD) and SPHARA spatial filters, ExtendedInfomax and PICARD ICA, Maxwell filtering (SSS, movement compensation, fine calibration), cHPI line-noise removal, bridged-electrode and LOF bad-channel detection, EOG regression and assorted real-time wrappers (averaging, covariance, noise PSD, inverse operator update).

DSPSHARED_EXPORT resolves to Q_DECL_EXPORT inside the DSP target itself and to Q_DECL_IMPORT for every downstream consumer; it collapses to an empty token in static builds. This macro must annotate every symbol that crosses the shared-library boundary on Windows so the import library is generated correctly.

Definition in file dsp_global.h.

Macro Definition Documentation

◆ DSPSHARED_EXPORT

#define DSPSHARED_EXPORT

Definition at line 50 of file dsp_global.h.