diff options
Diffstat (limited to 'faraday/field_description.m')
-rw-r--r-- | faraday/field_description.m | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/faraday/field_description.m b/faraday/field_description.m new file mode 100644 index 0000000..71a1cdb --- /dev/null +++ b/faraday/field_description.m @@ -0,0 +1,14 @@ +1; + +%EM field definition +%Ed=0.2; %drive +%Edc=conj(Ed); +Ep=0.2; %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 ]; |