Basic Formation of DFT | Matlab Programming
Generates a sine signal x (t) = 3cos (2πt), at t = nT.Untuks n = 0 ~ 99, and T = 0.01.
.%dft1
%oleh :Syarial
n=0:199;
T=0.01;
x_t=3
cos(2pi
nT);
plot(n,x_t)
grid;
Output
FOLLOW ME:
@ryal
Basic Formation of DFT | Matlab Programming | Ecencygartenwerker ·