How to draw incoherent light intensity ?

2 ビュー (過去 30 日間)
Yi-Jing Pan
Yi-Jing Pan 2019 年 12 月 18 日
編集済み: Yi-Jing Pan 2019 年 12 月 18 日
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!

回答 (0 件)

カテゴリ

Help Center および File ExchangeSimulink についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by