Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Band pass in delay estimator #16

Open
lepmik opened this issue May 9, 2019 · 1 comment
Open

Band pass in delay estimator #16

lepmik opened this issue May 9, 2019 · 1 comment

Comments

@lepmik
Copy link

lepmik commented May 9, 2019

If I understand the delay estimator correctly it estimates the delay on the entire high frequency part of the PAC (dar model) (assuming the driver is low freq and the pac high frequencies e.g. theta gamma). Would it be possible/easy to implement a way to define which high frequency band to estimate delay for?

I'm asking because I typically get PAC looking like: (from entorhinal cortex L2)
image
When estimating delay, I'm not sure if it corresponds to the high frequency blob or the low frequency blob.

@lepmik lepmik changed the title High pass band in delay estimator Band pass in delay estimator May 9, 2019
@TomDLT
Copy link
Member

TomDLT commented May 9, 2019

Interesting figure !

This is definitely a limitation of the toolbox, due to the fact that the design is centered around DAR models. In DAR models, the modulation of amplitude is estimated on all frequencies at the same time, so the delay is unique.

In your data, you seem to have different PAC behaviors in the band [10, 30] Hz and in the band [60, 100] Hz. If you want to estimate two delays for the two bands, you will need to implement your own AddDriverDelay, adding a filtering step to separate the two bands, and apply two different delays.

Importantly, you need to consider the possibility that this is not a delay, but a phase shift (see this example to distinguish the two notions).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants