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

Use largest gridsize possible for FDTD (if frequencies differ) #69

Open
gomezzz opened this issue Mar 25, 2022 · 4 comments
Open

Use largest gridsize possible for FDTD (if frequencies differ) #69

gomezzz opened this issue Mar 25, 2022 · 4 comments
Labels
enhancement New feature or request

Comments

@gomezzz
Copy link
Collaborator

gomezzz commented Mar 25, 2022

No description provided.

@gomezzz
Copy link
Collaborator Author

gomezzz commented Mar 25, 2022

Then, resample time domain signal

@gomezzz gomezzz added the enhancement New feature or request label Mar 29, 2022
@gomezzz
Copy link
Collaborator Author

gomezzz commented Mar 29, 2022

relates to #58

@torbjornstoro
Copy link
Collaborator

# Test to see if scaling with each wavelength makes a difference in terms of spectrum
"""scaling = max(
    UNIT_MAGNITUDE / (wavelength * FDTD_GRID_SCALE),
    cfg.FDTD_min_gridpoints_per_unit_magnitude,
)"""

Tried this, but the results was very different from before, i.e. not good

@gomezzz
Copy link
Collaborator Author

gomezzz commented Apr 26, 2022

@torbjornstoro write down thoughts here pls 🙏

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

No branches or pull requests

2 participants