neuroNicle API - Sample Code
Sample Code 2 – Simple brainwave charting with neuroNicle API.
Abstract.
This article’s VC++2013 project(Code Sample 2) shows the simple real time brainwave charting with using “neuroNicle API”. The purpose of this code sample is “how we can acquire the brainwave raw data from neuroNicle API and how we can handle real time processing”. To avoid the code complexity, this project’s charting component is very navie and simple. You can use more beautiful charting components or your own charting codes. This article shows the detail informations about coding flow with screen capture step by step. Although you are newbie in VC++2013 you can easily understand how to make VC++2013 general project and how to use “neuroNicle API”. Read More
neuroNicle API - Sample Code
Sample Code 1 – VC++ step by step
Code Example Environment : MS Visual Studio 2010. VC++ MFC Dialog based application.
Project Name : neuroNicleAPI_CodeSample1