<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN">
<html><body style='font-size: 10pt; font-family: Verdana,Geneva,sans-serif'>
<p>Hello, i'm creating a new display for raw EEG data in JAVA, similar to the brainvision display, but with my own additions. I plan on eventually using it for real-time EEG data visualization, but in the meantime i'm testing it on saved EEG data from previous experiments...</p>
<p>right now, i'm just writing the EEGLAB data to a text file using the matlab command dlmwrite, and then loading that text file into a java array, but its pretty slow, and also you lose all the trigger/sampling rate etc info that could be useful in the display...i'm wondering if there's a way to directly load a .set file into java, and if not, what would be the best way to get all the .set info into java?</p>
<p>thanks,</p>
<p>Russell</p>
<p> </p>
<div> </div>
</body></html>