for loop for fft

조회 수: 1 (최근 30일)
Ajira
Ajira 2020년 2월 9일
Hi, how can I write a for loop for a range
for i=1:68
U1(1,i) = u_gdc(1,i);
gg = fft(U1);
P2 = (abs((gg/L)));
P1 = (P2(1:L/2+1));
P1(2:end-1) = 2*P1(2:end-1);
end
and P1 should has finally 1 row and 68 column.
thx

답변 (0개)

카테고리

Help CenterFile Exchange에서 Loops and Conditional Statements에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by