フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

this program didn't give proper output due to value...plzzz check

1 回表示 (過去 30 日間)
TULIKA
TULIKA 2015 年 1 月 12 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
* *In this case, D1 = 10 m, D2 = 50microm,sigmad= 0.25 mm;lamc=15*10^-4;lamd=10*10^-4;* *
now the program didn't give output
x=1:150;y=1:150;
[p,q]=meshgrid(x,y);
lamc=15*10^-4;
lamd=10*10^-4;
d2=100*10^-6;
d1=10;
sigmad=2.5*10^-6;
a=exp((j*pi/(lamc*d2)).*(p^2-q^2));
imshow(a,[]);
b= sinc((pi/2*lamd*d2)*(p^2-q^2));
imshow(b,[]);
c=exp(-2*((pi*sigmad/(lamc*d1))*(p-q))^2);
imshow(c,[]);
f=a*b*c;
imshow(f,[])
* * *input variable should be like above measurement,but dont give output for that any value* * *

回答 (0 件)

この質問は閉じられています。

タグ

タグが未入力です。

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by