Community Profile

photo

abed


Active since 2013

Statistics

  • Thankful Level 1

View badges

Content Feed

View by

Question


approach to solve coupled differential equiations
to whom it may concern, I was wondering how to approach these coupled differential equations numerically using matlab. Note tha...

meer dan 8 jaar ago | 1 answer | 0

1

answer

Question


change from frequency to time domain
%%%hello every one so here is my code in solving the NLSE(Non Linear Schrödinger Equation) using Split Step Fourier Method w...

ongeveer 10 jaar ago | 0 answers | 0

0

answers

Question


how to add a signal?
so this is my small code on solving the nonlinear schrodinger equation , when you run the program you will get some graphs my ...

ongeveer 10 jaar ago | 1 answer | 0

1

answer

Question


changing to wavelength domain
% hello everyone i have a question : in my small code here, I drawn a Fourier transform function from time to frequency domain...

ongeveer 10 jaar ago | 0 answers | 0

0

answers

Question


getting the error please help
b4=0.1:0.001:1; B=(20.*abs(b4))/3; F1=(6/abs(b4)).*(sqrt(10^(-2)+B)+10^(-1)); F2=(6/abs(b4)).*(sqrt(10^(-4)+B)+10^...

ongeveer 10 jaar ago | 1 answer | 0

1

answer

Question


i want to draw 10 lines from x =0 till x=10 in 3d i tried but i wouldnt get my result any thoughts??
x=0:1:10; y=0:1:10; z=0:1:10; for j=0:1:10 for i=0:1:10 x=x+i; end plot3(x,y,z) end

meer dan 10 jaar ago | 2 answers | 0

2

answers

Question


i need to plot in 3d the freuquency domain of a gaussian pulse please someone tell me how to do it this is so far what i could do i did it in 2d but my purpose is in 3d???any one???
t=-10:0.1:10; C=0; t0=1; T=t/t0; A=1+(1i.*C); fymax=1i; B=T.^2; ut=exp((-0.5.*A.*B)+(z*1i*exp(-A.*B))); ...

meer dan 10 jaar ago | 0 answers | 0

0

answers

Question


to save time the mistake is in this line how can i solve it
omega=(pi/tmax)*(0:nt/2-1) (-nt/2:-1); the error is said: Unbalanced or unexpected parenthesis or bracket.how can i solve ...

meer dan 10 jaar ago | 1 answer | 0

1

answer

Question


how to plot the signal maintained in frequency domain in 3d i tried but as you can see its not what i want :(
t=-10:0.1:10; C=0; t0=1; T=t/t0; A=1+(1i.*C); fymax=4.5.*pi; B=T.^2; ut=exp((-0.5.*A.*B)+(4.5i*pi*exp(-A....

meer dan 10 jaar ago | 2 answers | 0

2

answers

Question


i tried to fix the problem i didnt know how :( please help
clear all; distance=15; beta2=1; N=1; mshape=input('m=0 for seech, m>0 for super-gaussian= '); chirp0=0; nt=...

meer dan 10 jaar ago | 0 answers | 0

0

answers

Question


fix the mistake line 91 function
% This program simulates a single-channel fiber transmission link % using the symmetrized split-step Fourier algorithm. ...

meer dan 10 jaar ago | 1 answer | 0

1

answer

Question


i copied it from the book i know the error is in the omega definition(line 12) but i dont know how to solve it please help
clear all; distance=15; beta2=1; N=1; mshape=input('m=0 for seech, m>0 for super-gaussian= '); chirp0=0; nt=...

meer dan 10 jaar ago | 1 answer | 0

1

answer

Question


i dont know why the second figure is empty
fs=20; Ts=1/fs; N=1024 Tmax=(N-1)*Ts; t=-10:Ts:10; ut=exp(-(t/10).^2); plot(t,ut.^2) f=-5:fs:5; z=ffts...

meer dan 10 jaar ago | 1 answer | 0

1

answer

Question


Is it possible to solve the following ???
Hello everyone I need to ask a tough question I have an integral I should plot in 3d from minus infinite to plus infinite it is ...

meer dan 10 jaar ago | 1 answer | 0

1

answer