필터 지우기
필터 지우기

how to find stair phase ?

조회 수: 1 (최근 30일)
ajeet verma
ajeet verma 2017년 8월 23일
i have stair phase equation and i am trying to generate but its not working properly, so please help my code is: clc; clear all; m=256; n=256; p=100; N=4; for i= 1:m for j=1:n SP(i,j)=-pi+round(mod(i,p))*(2*pi/N); end
end plot(SP);
please find attachment

답변 (0개)

카테고리

Help CenterFile Exchange에서 Image Processing Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by