필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

how to find stair sinusoidal wave form as shown in attached file?

조회 수: 1 (최근 30일)
ajeet verma
ajeet verma 2017년 8월 21일
마감: MATLAB Answer Bot 2021년 8월 20일
i have generated stair phase but i have no idea about desired result so please help my code is
% step-1 stair phase m=1000; n=1000; p=64; N=4; for i= 1:m for j=1:n SP(i,j)=-pi+floor((mod(i-1,p*N)/p))*(2*pi/N-1); end
end plot(SP); please find attachment

답변 (0개)

이 질문은 마감되었습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by