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

Unc calculation in frequency domain #2

Open
lucaob opened this issue Feb 5, 2015 · 1 comment
Open

Unc calculation in frequency domain #2

lucaob opened this issue Feb 5, 2015 · 1 comment

Comments

@lucaob
Copy link
Collaborator

lucaob commented Feb 5, 2015

Added a method called FdData.calculateFDunc that uses the equations from Withawat paper.
Comparison results with the previous method FdData.calculateSTDunc results in:

  • unc in abs, real and imag part of FFT are close with the two methods and very low but STDunc gives almost constand results while FDunc results are slightly more oscllating behavior
  • unc in abs is completely different: STDunc is around 1.5 while FDunc is between 0.001 and 0.01 (measured data from Marburg measurements of INRIM Silicon sample with nitrogen)
  • STDunc for imag part is zero!

Maybe some problems in the code.
myphunch
FDunc on the phase

bothabsunc
unc on the modulus (red line is FDunc)

bothrealunc
unc on the real part (red line is FDunc)

bothimagunc
unc on the imag part (red line is FDunc)

@DavidJahn86
Copy link
Owner

I dont know, but in frequency domain, it takes also very long to evaluate the uncertainty, changed the method slightly but still takes a long time (most of the time, when running terapy) Maybe we make uncertainty calculation optional...

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