genspecsines2.m File Reference

Go to the source code of this file.

Functions

 subplot (2, 2, 1) plot(Y)
 
 subplot (2, 2, 2) plot(Y_sin)
 
 subplot (2, 2, 3) plot(ifft(Y))
 
 subplot (2, 2, 4) plot(ifft(Y_sin))
 

Variables

 Y = genspecsines([10.3, 20.6, 30.9], [-10, -13, -16], [0, 0, 0], 1024)
 
 Y_sin = genspecsines_sin([10.3, 20.6, 30.9], [-10, -13, -16],[0, 0, 0], 1024)
 
 figure
 

Function Documentation

subplot ( ,
,
 
)
subplot ( ,
,
 
)
subplot ( ,
,
 
)
subplot ( ,
,
 
)

Variable Documentation

figure

Definition at line 3 of file genspecsines2.m.

Y = genspecsines([10.3, 20.6, 30.9], [-10, -13, -16], [0, 0, 0], 1024)

Definition at line 1 of file genspecsines2.m.

Y_sin = genspecsines_sin([10.3, 20.6, 30.9], [-10, -13, -16],[0, 0, 0], 1024)

Definition at line 2 of file genspecsines2.m.