필터 지우기
필터 지우기

how to find sinusoidal wave form using exponential?

조회 수: 1 (최근 30일)
ajeet verma
ajeet verma 2017년 8월 21일
편집: KSSV 2017년 8월 21일
i have a code for sinusoidal fringe pattern but i need wave form my code:
% sinusoidal fringe pattern
m=1000;
n=1000;
f1=20; % No. of vertical fringes
f2=0; % No. of horizontal fringes
for i=1:m
for j=1:n
I(i,j)=exp(1i*(2*pi*(f1*j/n+f2*i/m)));
end
end
imshow(I,[])

답변 (0개)

카테고리

Help CenterFile Exchange에서 Continuous Wavelet Transforms에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by