Statistik
14 Fragen
0 Antworten
RANG
181.440
of 295.495
REPUTATION
0
BEITRÄGE
14 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
7.14%
ERHALTENE STIMMEN
0
RANG
of 20.240
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 153.991
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
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...
etwa 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 10 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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 ...
mehr als 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
fast 11 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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^...
fast 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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
fast 11 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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))); ...
fast 11 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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 ...
fast 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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....
fast 11 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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=...
fast 11 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
fix the mistake line 91 function
% This program simulates a single-channel fiber transmission link % using the symmetrized split-step Fourier algorithm. ...
fast 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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=...
fast 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
fast 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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 ...
fast 11 Jahre vor | 1 Antwort | 0