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

Lightweight filter specification (kind, cutoff frequencies, length). More...

#include "mne_global.h"
Include dependency graph for mne_filter_def.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  MNELIB::MNEFilterDef

Namespaces

namespace  MNELIB
 Core MNE data structures (source spaces, source estimates, hemispheres).

Macros

#define MNEFILTERDEF

Detailed Description

Lightweight filter specification (kind, cutoff frequencies, length).

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

MNELIB::MNEFilterDef captures the parameters needed by the legacy MNE-C raw browser to instantiate a band-pass / band-stop filter; used here to feed the filter thread machinery in filter_thread_arg.h.

Definition in file mne_filter_def.h.

Macro Definition Documentation

◆ MNEFILTERDEF

#define MNEFILTERDEF

Definition at line 35 of file mne_filter_def.h.