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