<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Dear Jawad,<br>
<br>
simply create a Matlab array with the data<br>
<br>
data = [ 0 .2  .12 5 ........; % channel 1<br>
             2 0.3 0.23 1 1.2 .....; % channel 2<br>
             2.1 0.5 4.23 1.1 1.5 ..... ]; % channel 3<br>
<br>
Note that each row must have the same number of elements.<br>
Then use EEGLAB menu item to import the array<br>
(menu "File > Import data > From float/ASCII file or Matlab
array")<br>
<br>
Hope this helps,<br>
<br>
Arno<br>
<br>
jawad jawaheri wrote:
<blockquote
 cite="mid:a1c8854f0701311507g76f3011eu3a9fcc8fb45d9140@mail.gmail.com"
 type="cite">
  <div>
  <p>I'm preparing to the final college project , my project is  EEG
signals : <br>
I acquired signal by soundcard then I used Matlab to demultiplex each <br>
channel and to filter it ,and now I've data like these: <br>
  </p>
  <p>Channel1=[ 0 .2  .12 5 ........] <br>
Channel2=[2 0.3 0.23 1 1.2 .....] <br>
Channel3.......... <br>
     .. <br>
     .. <br>
Channel8=...... <br>
  </p>
  <p>What I need how to display these signals at same time in the axes
and how to clarify wrong and correct signals , and how to draw brain
map <br>
  <br>
I've tried using EEGLAB and I downloaded the tutorial <br>
But I found it difficult to use can any one guide me how to use it to
do <br>
what I explained above??!! </p>
 </div>
  <div> </div>
  <div>Thanks the manager for his <span
 style="font-size: 8pt; font-family: Tahoma;">
  <span style=""> </span>concurrence </span></div>
</blockquote>
</body>
</html>