Pacpy
Calculate phase-amplitude coupling in Python (and Matlab).
Install / Use
/learn @voytekresearch/PacpyREADME
pacpy
A module to calculate phase-amplitude coupling in Python.
Note: pactools
Pacpy is no longer actively supported, but it is in a stable state. For an actively maintained package, we recommend pactools. Note that these two packages may give different results when using the default filter parameters.
Demo
A Binder demo, complete with simulated data, can be found here.
Install
pip install pacpy
Tested on Linux (Ubuntu 4.10), OS X (10.10.4), and Windows 9.
Dependencies
- numpy
- scipy
- pytest (optional)
That is , we assume Anaconda is installed.
Matlab
The wrapper for MATLAB can be found at, https://github.com/voytekresearch/pacmat
Usage
An example of calculating PAC from two simulated voltage signals using the phase-locking value (PLV) method:
import numpy as np
from scipy.signal import hilbert
from pacpy.pac import plv
t = np.arange(0, 10, .001) # Define time array
lo = np.sin(t * 2 * np.pi * 6) # Create low frequency carrier
hi = np.sin(t * 2 * np.pi * 100) # Create modulated oscillation
hi[np.angle(hilbert(lo)) > -np.pi*.5] = 0 # Clip to 1/4 of cycle
plv(lo, hi, (4,8), (80,150)) # Calculate PAC
0.99863308613553081
Related Skills
node-connect
352.2kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
111.1kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
352.2kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
352.2kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
