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

FastDispersionFitter import data format support #1293

Open
2 of 5 tasks
Frank-DingYC opened this issue Dec 6, 2023 · 1 comment
Open
2 of 5 tasks

FastDispersionFitter import data format support #1293

Frank-DingYC opened this issue Dec 6, 2023 · 1 comment
Assignees

Comments

@Frank-DingYC
Copy link

Frank-DingYC commented Dec 6, 2023

Current

We only support the following data format for FastDispersionFitter:

  • $n(\lambda)=n+jk$
    • $\lambda$: wave length

Expect

We can support the following data format for FastDispersionFitter:

  • $n(f)=n+jk$
    • $f$:frequency
  • $\epsilon(f)=\epsilon_{real}+j\epsilon_{imag}$
    • $\epsilon_{real}$: real part of the permitivity
    • $\epsilon_{imag}$: imaginary part of the permitivity
  • $\epsilon(\lambda)=\epsilon_{real}+j\epsilon_{imag}$
  • $\epsilon(f)=\epsilon_{real}+j\epsilon_{real} \cdot tan\delta$
    • $tan\delta$: loss tangent, which has the relation $tan\delta=\frac{\epsilon_{imag}}{\epsilon_{real}}$
  • $\epsilon(\lambda)=\epsilon_{real}+j\epsilon_{real} \cdot tan\delta$
@weiliangjin2021
Copy link
Collaborator

The rest waiting until we have frequency-wavelength conversion convenience function? @tylerflex

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

3 participants