Hi,
I am trying to use C to analysis some EEG data. I would like to know what kind of api is being read into the computer when i run your products?
What kind of api is being read into the computer?
-
- Site Admin
- Posts: 1152
- Joined: Fri Mar 26, 2004 7:00 pm
- Location: Amsterdam, Netherlands
- Contact:
Re: What kind of api is being read into the computer?
For off-line analysis of data in BDF files, see http://www.biosemi.com/faq/file_format.htm and http://www.teuniz.net/edflib/ .
For on-line analysis of incoming ActiveTwo data, see http://www.biosemi.com/faq/make_own_acq ... ftware.htm and viewtopic.php?f=7&t=601 .
Best regards, Coen (BioSemi)
For on-line analysis of incoming ActiveTwo data, see http://www.biosemi.com/faq/make_own_acq ... ftware.htm and viewtopic.php?f=7&t=601 .
Best regards, Coen (BioSemi)
Re: What kind of api is being read into the computer?
I am using ubuntu 13.1 for developing. I followed the website's instruction and successfully installed everything http://neuro.debian.net/install_pkg.html?p=biosig-tools.
I would like to know what is the name of .lib and .h file that I need to include in my program in order to call the functions such as OPEN_DRIVER_ASYNC, USB_WRITE, READ_MULTIPLE_SWEEPS and etc...?
I would like to know what is the name of .lib and .h file that I need to include in my program in order to call the functions such as OPEN_DRIVER_ASYNC, USB_WRITE, READ_MULTIPLE_SWEEPS and etc...?
Re: What kind of api is being read into the computer?
Hunkeelin,
For includes, have a look at the code file "labview_dll_synctest.cpp" in the
BioSemi Linux driver download package. I think you need to include only "labview_dll.h",
which is in the download.
For linking, look at what is done for "Labview_DLL_SyncTest" in "Makefile", also in
the download.
Paul
For includes, have a look at the code file "labview_dll_synctest.cpp" in the
BioSemi Linux driver download package. I think you need to include only "labview_dll.h",
which is in the download.
For linking, look at what is done for "Labview_DLL_SyncTest" in "Makefile", also in
the download.
Paul