how to implement the below equation in matlab?where sigmax=sigmay=1/2*pi.

3 views (last 30 days)

Accepted Answer

Walter Roberson
Walter Roberson on 3 Feb 2014
g = @(x,y) h(x,y) * exp(2*pi*j*W(x));

More Answers (0)

Categories

Find more on Programming in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!