Difference between revisions of "AnyWave"

From WikiMEG
Jump to: navigation, search
(How to write a Matlab Scripted plug-in)
Line 28: Line 28:
 
=[[AnyWave:Faq|Read the FAQ]]=
 
=[[AnyWave:Faq|Read the FAQ]]=
 
=Developing plug-ins=
 
=Developing plug-ins=
==How to write a Matlab Scripted plug-in==
+
==[[AnyWave:WriteMatlabScripted|How to write a Matlab Scripted plug-in]]==

Revision as of 16:14, 17 April 2014

AnyWave : multi-platform software for visualizing and processing EEG/SEEG/MEG/XMG data.

Anywave.png

AnyWave is a software designed to easily open and view data recorded by EEG or MEG acquisition systems.
AnyWave is a modular software that can load additionnal plug-ins to enhance its features and capabilities.
AnyWave can handle the following file formats:
- Neuroscan (.cnt)
- MicroMed (.trc)
- EDF/BDF
- Brain Vision Analyser (.vhdr)
- 4DNI MEG Format
- CTF MEG Format
- ADES Format (AnyWave simple format)

AnyWave can export to the following file formats:
- Brain Vision Analyser (.vhdr)
- ADES Format (AnyWave simple format)

AnyWave uses plug-ins to read and write data file formats, so the list of supported file formats can be extended.

You may read the FAQ for more details about AnyWave.

Download AnyWave


Read the FAQ

Developing plug-ins

How to write a Matlab Scripted plug-in