PURPOSE
c = fft(a) : computes the Discrete Fourier transform of iData objects
SYNOPSIS
function b = fft(a, op, dim)
DESCRIPTION
CROSS-REFERENCE INFORMATION
This function calls:
- abs b = abs(s) : absolute value of iData object
- ceil b = ceil(s) : upper integer round of iData object
- copyobj b = copyobj(s) : makes a copy of iData object
- diff b = diff(s) : computes the difference long 1st axis of iData object
- end b = end(s,index,n) : end value for iData objects
- fft c = fft(a) : computes the Discrete Fourier transform of iData objects
- get [...] = get(s, 'PropertyName', ...) : get iData object properties
- getalias [link, label,names] = getalias(s, 'AliasName') : get iData alias
- getaxis [val, lab] = getaxis(s, AxisIndex) : get iData axis value and label
- iData d = iData(a, ...) : iData class object constructor
- ifft c = ifft(a) : computes the inverse Discrete Fourier transform of iData objects
- interp [b...] = interp(s, ...) : interpolate iData object
- isempty isempty(s) : true for empty iData object
- isnumeric b = isnumeric(s) : True for numeric iData object elements
- isscalar b = isscalar(s) : True for scalar iData objects
- linspace v = linspace(a,b,n) : creates a linearly spaced vector of objects
- mean b = mean(s, dim) : mean value of iData object
- ndims d = ndims(s) : get the dimensionality of iData object
- prod s = prod(a,dim) : computes the product of iData objects elements
- reshape c = reshape(a) : reshape the object Signal
- rmaxis s = rmaxis(s, Axis) : delete iData axes
- setalias [s,...] = setalias(s, AliasName, AliasLink, {AliasLabel}) : set iData aliases
- setaxis s = setaxis(s, rank, alias, value) : set iData axes
- size size(s) : get iData object size (number of elements)
- subsref b = subsref(a,s) : iData indexed references
- unique s = unique(a,dim) : set unique iData objects axes with no repetitions
- zeros s = zeros(s,N,M,P,...) : initialize an iData array
This function is called by:
- fft c = fft(a) : computes the Discrete Fourier transform of iData objects
- ifft c = ifft(a) : computes the inverse Discrete Fourier transform of iData objects
Generated on Tue 22-Aug-2017 11:03:30 by m2html © 2005. iFit (c) E.Farhi/ILL EUPL 1.1