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

how can I calculate delta? #6

Closed
tortuga3750 opened this issue Jul 5, 2024 · 2 comments
Closed

how can I calculate delta? #6

tortuga3750 opened this issue Jul 5, 2024 · 2 comments

Comments

@tortuga3750
Copy link

delta_equation

image

I am trying to calculate delta(tau) = (I_E - I_L) ./ (2 * I_P). This is one of many traditional spoofing detection methods.

If you look at the output of FGI-GSRx, I only have one outputs of I_E & I_L while I have many outputs of I_P.

I was expecting that I_E & I_L have same number of outputs as I_P...

or

in my equation, would only I_P be the changing values and I_E & I_L remain constant?

Am I missing something?

@zahidulbhuiyan
Copy link
Collaborator

Hi! tortuga3750,

I was on holidays. Sorry for the delay in replying you back. For the sake of not consuming a huge memory, FGI-GSRx v2.0.0 do not save all the tracking parameters like its predecessor v1.0.0. You just need to change the variable declaration, and save the corresponding epoch-by-epoch I_E and I_L values similar to I_P values. Good luck!

@tortuga3750
Copy link
Author

tortuga3750 commented Aug 16, 2024

Hi! tortuga3750,

I was on holidays. Sorry for the delay in replying you back. For the sake of not consuming a huge memory, FGI-GSRx v2.0.0 do not save all the tracking parameters like its predecessor v1.0.0. You just need to change the variable declaration, and save the corresponding epoch-by-epoch I_E and I_L values similar to I_P values. Good luck!

thank you so much..

Could you please offer some help on my post "Could you please share your GPS param file for OAKBAT dataset? #5"?

thank you again...

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