6 lines
112 B
Text
6 lines
112 B
Text
|
|
v := Vector( [1,1,1,1,0,0,0,0], datatype=complex[8] ):
|
||
|
|
|
||
|
|
FourierTransform( v, normalization=none, inplace ):
|
||
|
|
|
||
|
|
v;
|