photo

TULIKA


2014 年からアクティブ

Followers: 0   Following: 0

統計

  • Thankful Level 3

バッジを表示

Feeds

表示方法

質問


output problem for penumbral blur. plzzzz check the program
X =linspace(-8,8,10); g=.000080; Lambda=.000000001; R1=(1.-(X.^2)); H=(exp(i*2*pi.*R1)).*g/Lambda; ...

9年以上 前 | 0 件の回答 | 0

0

回答

質問


error in multiply a square wave and Fresnel function and plotting it...
[X,Y] = meshgrid(-2:.2:2);lambda=.000000001;z=.000010;R =X.^2; F = exp((i.*pi.*R)./(lambda.*z)); mesh(imag(F...

9年以上 前 | 1 件の回答 | 0

1

回答

質問


this program didn't give proper output due to value...plzzz check
* *In this case, D1 = 10 m, D2 = 50microm,sigmad= 0.25 mm;lamc=15*10^-4;lamd=10*10^-4;* * now the program didn'...

9年以上 前 | 0 件の回答 | 0

0

回答

質問


interference b/w two sine wave error.please please help..
x = [0:.1:5]; w=1; t=2; lm=233*10^-9; k=2*pi/lm; f1=sin(k*x-w*t); f2=sin(k*x-w*t); f=f1+f...

9年以上 前 | 1 件の回答 | 0

1

回答

質問


i have an output of the following code...but i need to do haar wavelet transform of that output.PLEASE HELP ME IN CODING
I3=zeros(150,150); I3(10:140,10:53)=1; I3(10:140,56:93)=1; I3(10:140,96:140)=1; imshow (I3, []); title('picture...

10年弱 前 | 1 件の回答 | 0

1

回答

質問


convolution of two image in frequency domain?
x= 1:150;y=1:150; [p,q]=freqspace(150); [X,Y]=meshgrid(p,q); R=(X.^2 + Y.^2); Lambda=633*10^-9; dis=10*10^-3; F = (exp(i.*...

10年弱 前 | 1 件の回答 | 0

1

回答

質問


convolution of the two image
<</matlabcentral/answers/uploaded_files/17189/image.jpg>> i have to code convolution of the two image(the greyimage output a...

10年弱 前 | 1 件の回答 | 0

1

回答

質問


RGB TO GRAY ERROR
x= 1:150;y=1:150; [p,q]=freqspace(150); [X,Y]=meshgrid(p,q); R=(X.^2 + Y.^2); Lambda=633*10^-9; dis=10*10^-3; ...

10年弱 前 | 2 件の回答 | 0

2

回答

質問


how to get fresnel diffraction output using freqspace????????i need circles in output which have less frequency near the centre and far away more frequencies...
Lambda=633*10^-9; >> dis=10*10^-3; >> x= [1;150]; >> y=[1;150]; >> [p,q]=freqspace([1 : 150]); >> [X,Y]=meshgri...

10年弱 前 | 0 件の回答 | 0

0

回答

質問


IS THERE ANY PROBLEM IN THIS PROGRAM OF FRESNEL DIFFRACTION
Lambda=633*10^-9; z=10*10^-3; x=1:150; y=1:150; [p,q]=freqspace([1 150],’whole’); [X Y]=meshgrid(p,q); R=(X....

10年弱 前 | 1 件の回答 | 0

1

回答

質問


how to multiply an image by a cosine(x) function?
i've tried but there shows some dimension problem....plzz give an exam

約10年 前 | 1 件の回答 | 0

1

回答

質問


How to create a image of four white box in a black box???
i'm new to matlab .plzz help me

約10年 前 | 1 件の回答 | 0

1

回答