[422372]: / functions / @mmo / fft.m

Download this file

4 lines (2 with data), 83 Bytes

1
2
3
function obj2 = fft( obj1, varargin )
obj2 = unitaryopp(@fft, obj1, varargin{:});