Blog
Notes on experiments, code, tools, and readings · Posts 21–25 of 25
-
APPS
Chrome Extension for the library of the University of Melbourne
This extension is no longer working since the university introduces new systems in. The university libraries provide the access to many databases but you need to use library search engine and log in every time. How to avoid this? Quite ann…
-
NOTES
Send Triggers via Parallel Port in Linux – using pp & ppMEX.c
This method is developed by Erik Flister. It is designed to read/write TTL levels on parallel port pins under Linux, win32 (using porttalk), or matlab32 on win64 (using io32). This method includes two code files: pp.m and ppMex.c. The way…
-
NOTES
Install Biosemi Actiview on 64-bit Linux (Ubuntu)
Biosemi is a lazy EEG company… Biosemi developed their Linux recording software (Actiview) based on Labview 8.5 (32-bit). Actiview, therefore, has to run in a LabVIEW run-time engine (8.5) environment. It seems that they didn’t update this…
-
MATLAB
A MATLAB Toolbox for Face Research
This toolbox can resize the face and then rotate the face. I’m working on a function that can automatically crop the face and then do the luminance balance work. Here is the source code: DownloadHow to use: Just feed face images into the s…
-
EEG
EEG Toolbox for lazy people
Shichun Guo and I developed a toolbox (based on MATLAB) to analyze EEG data, we called it ”EEGKiller” because it meets our demands so nicely. Download and try it! Download