diff options
author | Eugeniy Mikhailov <evgmik@gmail.com> | 2009-12-21 23:45:54 +0000 |
---|---|---|
committer | Eugeniy Mikhailov <evgmik@gmail.com> | 2009-12-21 23:45:54 +0000 |
commit | 754da45e3c9f45647f83085b8f854aed3182a10e (patch) | |
tree | 1d4aae6f1ea3f4fbe3d634a26f3c7510a537927e /field_description.m | |
parent | 36d234ad938fd002bb5e391aebb255da1c48dd90 (diff) | |
download | multi_mode_eit-754da45e3c9f45647f83085b8f854aed3182a10e.tar.gz multi_mode_eit-754da45e3c9f45647f83085b8f854aed3182a10e.zip |
probe field defined in term od drive field
Diffstat (limited to 'field_description.m')
-rw-r--r-- | field_description.m | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/field_description.m b/field_description.m index 280bf61..d857171 100644 --- a/field_description.m +++ b/field_description.m @@ -1,10 +1,10 @@ 1; %EM field definition -Ep=0.06; %probe -Epc=conj(Ep); Ed=.1; %drive Edc=conj(Ed); +Ep=0.06*Ed; %probe +Epc=conj(Ep); Em=-Ep; % opposite sideband (resulting from EOM modulation of drive) Emc=conj(Em); %wd=w13; |