voytekresearch / pacpy

Calculate phase-amplitude coupling in Python (and Matlab).
MIT License
24 stars 12 forks source link

one-pass filtering instead of two-pass filtering #30

Open srcole opened 9 years ago

srcole commented 9 years ago

To improve frequency resolution (method as described by @roemervandermeij )

Also make the morlet filter optional functional

roemervandermeij commented 8 years ago

Is two-pass filtering still the default? IMO a bigger issue than unexpected bandwidth

srcole commented 8 years ago

as of now, yes. but will fix this in the upcoming change (which will have to be a different API to improve the filtering, see https://github.com/voytekresearch/pacpy/issues/47)