Add Octave Functions for a Multi Term Debye approximation of the Djordjevic-Sarkar model#64
Merged
thliebig merged 2 commits intothliebig:masterfrom Jul 28, 2025
Merged
Conversation
Contributor
|
Minor formatting nitpicking. We're now auto-generating Octave function documentation, which will appear on the official website in the future. Thus, all Octave docstrings must be correctly formatted in the Markdown format. This requires you to change the docstrings using this PR as an example. It boils down to basically two things:
|
…tion of documentation
Contributor
Author
|
Hey biergaizi, |
Owner
|
I think the resulting doc looks good now. The created files are just not linked to anywhere just yet... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hello,
This pull request introduces two Octave functions for creating a Multi-Term Debye approximation of the Djordjevic-Sarkar model:
CalcDjordjevicSarkarApprox.mThis function computes the wide band Djordjevic-Sarkar model based on the original publication [1], using a single frequency, loss tangent, and relative permittivity as input. It then fits a multi-term Debye model to the result. The function includes plots (in both log and linear scale) to help visualize and review the model behavior.
AddDjordjevicSarkarMaterial.mThis function wraps CalcDjordjevicSarkarApprox and adds the resulting Debye material to the CSX structure for use within openEMS.
Please find additional information in the GitHub Discussions thread.
Documentation and a tutorial are planned.
Regards,
Tobias
Reference:
[1] Djordjevic, Antonije R., et al. "Wideband frequency-domain characterization of FR-4 and time-domain causality." IEEE Transactions on electromagnetic compatibility 43.4 (2001): 662-667.