photo

Hasan


Last seen: 8 months ago Active since 2023

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


why do i get "Array indices must be positive integers or logical values " and how do i solve it ?
theta = [0:23] * pi/12 + 3*pi/8; x = ones(1, 24) + sin(theta); X = fft(x) / 24; X_period = X([-11:12]); disp('X[k] for one p...

8 months ago | 1 answer | 0

1

answer