计算脉冲在非线性耦合器中演化的Matlab 程序 bh+R9~
%tQIKjsVaY
% This Matlab script file solves the coupled nonlinear Schrodinger equations of 2hU4g
e?6
% soliton in 2 cores coupler. The output pulse evolution plot is shown in Fig.1 of sU+~#K$b
% Youfa Wang and Wenfeng Wang, “A simple and effective numerical method for nonlinear eZ
]6Q
% pulse propagation in N-core optical couplers”, IEEE Photonics Technology lett. Vol.16, No.4, pp1077-1079, 2004 i<=@7W
|wK)(s
%fid=fopen('e21.dat','w'); qn4Dm ^
N = 128; % Number of Fourier modes (Time domain sampling points)
<_42h|-
M1 =3000; % Total number of space steps /dWuHS
J =100; % Steps between output of space _KD(V2W
T =10; % length of time windows:T*T0 S93NsrBbY
T0=0.1; % input pulse width vz@QGgQ9~2
MN1=0; % initial value for the space output location lG jdDqi
dt = T/N; % time step =YPWt>\a}
n = [-N/2:1:N/2-1]'; % Index S:^Q(w7
t = n.*dt;
pRt )B`#
u10=1.*sech(1*t); % input to waveguide1 amplitude: power=u10*u10 RsrZ1dhPvV
u20=u10.*0.0; % input to waveguide 2 _VY]
u1=u10; u2=u20; sy>P n
U1 = u1; p&ow\AO
U2 = u2; % Compute initial condition; save it in U ^!kvgm<{$
ww = 4*n.*n*pi*pi/T/T; % Square of frequency. Note i^2=-1. cl)MI,/>
w=2*pi*n./T; JTz1M~
g=-i*ww./2; % w=2*pi*f*n./N, f=1/dt=N/T,so w=2*pi*n./T B5tJ|3!
L=4; % length of evoluation to compare with S. Trillo's paper %iJ6;V4
dz=L/M1; % space step, make sure nonlinear<0.05 h ]MSjC.X
for m1 = 1:1:M1 % Start space evolution IP{Cj=
u1 = exp(dz*i*(abs(u1).*abs(u1))).*u1; % 1st sSolve nonlinear part of NLS dIM:U:c
u2 = exp(dz*i*(abs(u2).*abs(u2))).*u2; #2cH.`ty
ca1 = fftshift(fft(u1)); % Take Fourier transform ^P{'l^CVX
ca2 = fftshift(fft(u2)); o8Bo%OjE
c2=exp(g.*dz).*(ca2+i*1*ca1.*dz); % approximation $F/&/Aa
c1=exp(g.*dz).*(ca1+i*1*ca2.*dz); % frequency domain phase shift EDnmYaa)dZ
u2 = ifft(fftshift(c2)); % Return to physical space ;gW~+hW ^
u1 = ifft(fftshift(c1)); ;7 IVg[f
if rem(m1,J) == 0 % Save output every J steps. 6] <?+#uQ
U1 = [U1 u1]; % put solutions in U array /Ee0S8!Z!1
U2=[U2 u2]; Odbjl[>k
MN1=[MN1 m1]; U*6-Y%7
z1=dz*MN1'; % output location 1noFXzeU3
end 4)XN1r:
end jhg!K.A
hg=abs(U1').*abs(U1'); % for data write to excel G&