8 lines
84 B
Text
8 lines
84 B
Text
clear
|
|
set obs 4
|
|
gen t=_n
|
|
gen x=_n
|
|
gen y=0
|
|
tsset t
|
|
fft y x, gen(v u)
|
|
list u v, noobs
|