Finds the mode with highest (best) overlap between the specified D-CARD and the currently calculated modes in the mode list. Returns the name of the mode with the best overlap. This function is used for tracking the desired mode during parameter sweeps using the FDE solver.
See the overlap function for more details about overlap and coupling calculations.
Syntax |
Description |
---|---|
out = bestoverlap("test_mode"); |
Calculates the best overlap.
|
Examples
This example will calculate which of the current modes have the best overlap with the D-CARD named "test_mode". The effective index of the best mode is then returned.
mode_name = bestoverlap("test_mode");
neff = getdata(mode_name,"neff");
See Also
List of commands , findmodes , coupling , overlap , propagate , expand , expand2 , bestoverlap2 , Polarization converter example