How to draw incoherent light intensity ?

2 vues (au cours des 30 derniers jours)
Yi-Jing Pan
Yi-Jing Pan le 18 Déc 2019
Modifié(e) : Yi-Jing Pan le 18 Déc 2019
This is a two-lens imaging processing system.
I want to draw incoherent light intensity in 2D system.
Use lamda=632nm,A=5mm,B=7mm,f1=10cm,f2=8cm
sf(x,y) = rect(x/A)rect(y/B).
clc
clear all
lamda = 632e-9;
k = 2*pi/lamda;
A = 5e-3; B = 7e-3;
f1 = 0.1; f2 = 0.08;
Sf(x,y)=rect(x/A).*rect(y/B);
please help me
thank you!

Réponses (0)

Catégories

En savoir plus sur Simulink dans Help Center et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by