Examples

Explore hands-on examples for common use-cases with the intan package. Each example includes full scripts, usage notes, and expected outcomes.

Getting Started

If you’re new to the package, start with these fundamental examples:

Advanced Topics

Quick Reference

By Task:

By Data Format:

By Hardware:

Example Scripts Location

All example scripts can be found in the examples/ directory of the repository:

examples/
├── Read_Files/              # File loading examples
├── RHXDevice/               # Device streaming examples
├── LSL/                     # Lab Streaming Layer
├── gesture_classifier/      # ML pipeline (training & prediction)
├── applications/            # GUI applications
├── 3D_printed_arm_control/  # Robotic control
├── interface/               # Hardware interfacing
├── intan_tcp/               # Low-level TCP examples
└── RHD2164_wireless/        # Wireless headstage

Contributing Examples

Have an interesting use case? We welcome example contributions! See the contribution guide for details on submitting new examples.