Estadística
12 Preguntas
0 Respuestas
CLASIFICACIÓN
291.116
of 297.046
REPUTACIÓN
0
CONTRIBUCIONES
12 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
66.67%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.422
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 157.776
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
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; ...
casi 10 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
casi 10 años hace | 1 respuesta | 0
1
respuestaPregunta
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'...
alrededor de 10 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
más de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
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.*...
más de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
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; ...
más de 10 años hace | 2 respuestas | 0
2
respuestasPregunta
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...
más de 10 años hace | 0 respuestas | 0
0
respuestasPregunta
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....
más de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
how to multiply an image by a cosine(x) function?
i've tried but there shows some dimension problem....plzz give an exam
más de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
How to create a image of four white box in a black box???
i'm new to matlab .plzz help me
más de 10 años hace | 1 respuesta | 0