RosettaCodeData/Task/Fast-Fourier-transform/Maple/fast-fourier-transform-2.maple

6 lines
112 B
Text
Raw Permalink Normal View History

2014-04-02 16:56:35 +00:00
v := Vector( [1,1,1,1,0,0,0,0], datatype=complex[8] ):
FourierTransform( v, normalization=none, inplace ):
v;