neurodsp-tools / neurodsp

Digital signal processing for neural time series.
https://neurodsp-tools.github.io/
Apache License 2.0
281 stars 61 forks source link

PAC in NeuroDSP #311

Closed neuropil closed 1 year ago

neuropil commented 1 year ago

What is the best approach for computing PAC using the neurodsp library?

Thanks!

TomDonoghue commented 1 year ago

We used to have some basic functions for computing PAC, but we removed them (see here) because this functionality was covered in other places (we used to have pactools for this, but this module is no longer supported).

I think the current recommendation would be to use pactools.

neuropil commented 1 year ago

Thank you!!