Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by lostinsocorro

  1. L

    retrieval of mu and epsilon from s parameter for bianisotropic media

    Have you had any luck with this? If so, can you please post your code? Thanks!
  2. L

    Retrieving the refractive index

    Hi RRumpf, Your lecture notes are simply beautiful. Thanks for the effort. Can you also include your simulation examples (CST or whatever) and your Matlab code for effective parameter retrieval? This would be a tremendous help. Thanks.
  3. L

    CST Simulation: Local Density of Optical States LDOS

    This is a helpful paper for something like a photonic crystal, but I would like to calculate the LDOS for an arbitrary structure. An arbitrary structure could include a resonant dielectric sphere, a waveguide, or anything of that nature.... something that isn't periodic and preferably lossy to...
  4. L

    Problem with linking between Matlab, CST and applying Genetic Algorithm(GA)

    Does anyone know how to run a CST macro from Matlab? Also, how do you get the results from the result tree using Matlab?
  5. L

    CST Simulation: Local Density of Optical States LDOS

    Does anyone know how to calculate the local density of optical states (LDOS) of an arbitrary structure using CST?
  6. L

    Retrieve the effective parameters of metamaterial

    Rrumpf, please post your code and references. Also, does anyone have any nonlinear or anistropic metamaterial effective parameter extraction codes?
  7. L

    anisotropic in CST Transient Solver

    Did you ever figure out this problem? Please post how you accomplished this. Thanks.
  8. L

    Retrieve the effective parameters of metamaterial

    It's important to note that there is a branching ambiguity due to the arc cosine function. This issue causes some regions in the calculated spectrum, for the real part of the refractive index, to have the wrong sign or amplitude. As a result, these regions require correction by hand. The...
  9. L

    How to determine the effective thickness of metamaterial

    This method doesn't require an effective metamaterial thickness calculation for the calculation of the effective parameters. Also, code is provided online for the algorithm (see references in paper). A Unique Extraction of Metamaterial Parameters Based on Kramers–Kronig Relationship Zsolt...
  10. L

    [SOLVED] Permeability and Permittivity Extraction From Scattering Parameter

    Did you ever correct this problem? Post code here if you did.
  11. L

    Retrieve the effective parameters of metamaterial

    % RUN SMITH EXAMPLE ON CST directory = pwd; % START CST STUDIO cst = actxserver('CSTStudio.application'); % OPEN MWS MODEL mws = invoke(cst, 'OpenFile', [directory '\Smith_Parameter_Extraction_Working.cst']); % START SOLVER fdsolver = invoke(mws, 'FDSolver'); invoke(fdsolver, 'Start')...
  12. L

    How do I automate or create a script in CST to postprocess some CST s-parameters?

    Anyone know how to extract the Q-Value from the \Tables\0D Results\ folder? I use Q1=invoke(mws, 'SelectTreeItem','Tables\0D Results\Q-Value-h-field (f=resf)') but it does not give me the q-value that is calculated from the simulation. I get Q1 = 1. Please help.

Part and Inventory Search

Back
Top