func_FE_BrainWavesEnergy_WT
Version 1.0.0 (2.02 KB) by
Golnaz Baghdadi
This function extracts five brain wave signals in the time domain and also the power of each band using Wavelet transform algorithm
%%% This function extracts five brain wave signals in time domain and also
%%% the power of each band usning Wavelet transform algorithm
%%% input: data (channels,samples)
%%% Fs frequecy rate (Hz)
%%% Wname 'amor' 'bump' 'Morse'
%%% opt option for plotting the results 0=no plot
%%% output: delta -> delta band in time domain (channels,samples)
%%% theta -> theta band in time domain (channels,samples)
%%% alpha -> alpha band in time domain (channels,samples)
%%% beta -> beta band in time domain (channels,samples)
%%% gamma -> gamma band in time domain (channels,samples)
%%% power -> brain waves power (channels,power of each band [delta, theta, alpha, beta, gamma])
%%% writen by Golnaz Baghdadi 7/25/2021
%%---------------------------------------------------------------------------------------
Cite As
Golnaz Baghdadi (2025). func_FE_BrainWavesEnergy_WT (https://www.mathworks.com/matlabcentral/fileexchange/98129-func_fe_brainwavesenergy_wt), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Created with
R2020a
Compatible with any release
Platform Compatibility
Windows macOS LinuxTags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
Version | Published | Release Notes | |
---|---|---|---|
1.0.0 |