diff options
Diffstat (limited to 'psr/field_description.m')
-rw-r--r-- | psr/field_description.m | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/psr/field_description.m b/psr/field_description.m new file mode 100644 index 0000000..738ebe3 --- /dev/null +++ b/psr/field_description.m @@ -0,0 +1,14 @@ +1; + +%EM field definition +Ed=10.12; %drive +Edc=conj(Ed); +Ep=0.8*Ed; %probe +Epc=conj(Ep); +Em=-Ep; % opposite sideband (resulting from EOM modulation of drive) +Emc=conj(Em); +%wd=w13; +%wp=w12; +%wm=wd-(wp-wd); +%light_positive_freq = [wp, wd, wp-wd]; +E_field = [Ep, Ed, 0 ]; |