genspecsines2.m
Go to the documentation of this file.
1 Y = genspecsines([10.3, 20.6, 30.9], [-10, -13, -16], [0, 0, 0], 1024);
2 %Y_sin = genspecsines_sin([10.3, 20.6, 30.9], [-10, -13, -16],[0, 0, 0], 1024);
4 subplot(2,2,1)
5 plot(Y);
6 subplot(2,2,2)
7 plot(Y_sin);
8 subplot(2,2,3)
9 plot(ifft(Y));
10 subplot(2,2,4)
11 plot(ifft(Y_sin));
plot(ejex, abs(X3),'*')
subplot(2, 2, 1) plot(Y)
figure
Definition: genspecsines2.m:3
Y_sin
Definition: genspecsines2.m:2
Y
Definition: genspecsines2.m:1