Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • D Documentation
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • anywave
  • Documentation
  • Wiki
    • Plugins
  • Imaginary Coherence

Imaginary Coherence · Changes

Page history
Update Imaginary Coherence authored Jul 18, 2025 by Bruno Colombet's avatar Bruno Colombet
Hide whitespace changes
Inline Side-by-side
Showing with 13 additions and 13 deletions
+13 -13
  • plugins/Imaginary-Coherence.md plugins/Imaginary-Coherence.md +13 -13
  • No files found.
plugins/Imaginary-Coherence.md
View page @ a96a8ad8
...@@ -12,23 +12,23 @@ anywave --run imaginary-coherence --input_file <file> --low_freq 8 --high_freq 1 ...@@ -12,23 +12,23 @@ anywave --run imaginary-coherence --input_file <file> --low_freq 8 --high_freq 1
``` ```
# Parameters # Parameters
* low_freq: low frequency bin in Hz. Default value is 8Hz. * **low_freq**: low frequency bin in Hz. Default value is 8Hz.
* high_freq: high frequency bin in Hz. Default value is 12Hz. * **high_freq**: high frequency bin in Hz. Default value is 12Hz.
* fft_window: duration of the FFT window used in seconds. Default value is 1s. * **fft_window**: duration of the FFT window used in seconds. Default value is 1s.
* fft_overlap: duration of the FFT shift in seconds. Default is 0.25s. * **fft_overlap**: duration of the FFT shift in seconds. Default is 0.25s.
When launched in GUI mode, the plugin allows to select the output file path to store results. When launched in GUI mode, the plugin allows to select the output file path to store results.
By default a file results.mat will be created in the current data folder. By default a file results.mat will be created in the current data folder.
# Result file # Result file
A MATLAB file containing the following variables: A MATLAB file containing the following variables:
* method: a string to mention the method. * **method**: a string to mention the method.
* sampling_rate: data sampling rate in Hz * **sampling_rate**: data sampling rate in Hz
* high_freq: high freq parameter value * **high_freq**: high freq parameter value
* low_freq: low freq parameter value * **low_freq**: low freq parameter value
* fft_window: fft_window parameter value * **fft_window**: fft_window parameter value
* fft_overlap: fft_overlap parameter value * **fft_overlap**: fft_overlap parameter value
* electrode_names : cell array of strings containing the labels of channels * **electrode_names **: cell array of strings containing the labels of channels
* coherence : nChannels x nChannels x nSections matrix containing the coherence values. * **coherence **: nChannels x nChannels x nSections matrix containing the coherence values.
* sections: structure containing the section named in AnyWave and the starting and ending positions in seconds. * **sections**: structure containing the section named in AnyWave and the starting and ending positions in seconds.
\ No newline at end of file
Clone repository
  • Build_AnyWave
  • CLI
  • CLI_List
  • Changes
  • ExportData
  • ICA
  • Imaginary Coherence
  • MATLAB anywave function
  • MATLAB_BIDS
  • MATLAB_change_sig_prop
  • MATLAB_debug
  • MATLAB_get_data
  • MATLAB_get_markers
  • MATLAB_get_props
  • MATLAB_init
View All Pages