Index
BBO/getPhaseMismatchAngles
 [ vPhaseMismatch ] = getPhaseMismatchAngles(vInWavelengths, vInPolarisations, mInAngles, vOutWavelengths, vOutPolarisations, mOutAngles)
    fPhaseMismatch in wavenumbers
    vInPolarisations, vOutPolarisations = 'o' or 'e', 's'- slow
    'f' - fast
 
    example ooe SHG at 800 nm:
        vInWavelengths = [ 800e-9, 800e-9];
        vInPolarisations = ['o', 'o'];
        vOutWavelengths = 400e-9 ;
        vOutPolarisations = 'e';
         mInAngles = [fTheta1, fTheta2; fPhi1, fPhi2]
    2014.03.16
Help for BBO/getPhaseMismatchAngles is inherited from superclass CMaterial
Method Details
Defining Class CMaterial
Access public
Sealed false
Static false