ABHISHEK KUMAR
national institute of technology,agartala
2013년부터 활동
Followers: 0 Following: 0
Feeds
질문
ANY MATLAB CODE FOR GAUSSIAN BEAM PROPAGATION IN A OPTICAL FIBER
TAKE SUITABLE VALUES FOR ALL THE PARAMETERS INVOLVED IN THE EQUATION... E(r,z)=Eo((Wo/w(Z))*exp(-r^2/.w(z)^2)-(i*Kz)(-i*(k*r^...
12년 초과 전 | 답변 수: 3 | 0
3
답변질문
How to get the exact plot of optical ring resonator drop port output curve? which is similar to gaussian beam i.e. intensity is highest at centre and it gradually decreases at the corners on both ends.
e1=input('enter the value of ei1') e2=input('enter the value of ei2') w=1.5:0.01:1.6; k1=0.25; k2=0.25; a=0.0005;...
12년 초과 전 | 답변 수: 0 | 0
0
답변질문
how to get the correct plot from this matlab code? correct plot is a gaussian type but i am getting a straight line.given (e1=1 and e2=0) or (e1=0 and e2=1)
i am writing the comlete code below. e1=input('enter the value of ei1') e2=input('enter the value of ei2') w=1.5:...
12년 초과 전 | 답변 수: 1 | 0
1
답변질문
how can i fix this error "Subscript indices must either be real positive integers or logicals".in the following program?
e1=input('enter the value of ei1') e2=input('enter the value of ei2') w=1.5:0.01:1.6; k1=0.25; k2=0.25; a=0.0005; ne=3.19;...
12년 초과 전 | 답변 수: 2 | 0