Functions

EEG-data processing functions
[EEG-Functions]

Collaboration diagram for EEG-data processing functions:

Functions

EEGeeg_wavelet_denoise (EEG *eeg, WaveletParameters P, bool alloc)
 Extend data to length 2^j using sigextfct and denoise it.

Detailed Description

These functions are a collection from all source files that use EEG data structs.


Function Documentation

EEG* eeg_wavelet_denoise ( EEG eeg,
WaveletParameters  P,
bool  alloc 
)

Extend data to length 2^j using sigextfct and denoise it.

See also:
Wavelet Filters
generic_denoising()
extend_and_denoise() data is directly written into the eegdata-struct or copied;
Parameters:
eeg input
P parameters
alloc allocate memory, or not

Definition at line 248 of file wavelet.c.