Home > Objects > @iData > resize.m

iFit/resize

PURPOSE ^

c = resize(a) : resize/rebin the object Signal

SYNOPSIS ^

function b = resize(a, varargin)

DESCRIPTION ^

 c = resize(a) : resize/rebin the object Signal

   @iData/resize function to resize/rebin the object Signal array
     resize(a, m,n,p,...) resizes the Signal as an m*n*p*... array
       using a N-D discrete cosine transform.
     resize(a, [m n p ...]) is the same thing.

 input:  a:   object or array (iData)
         m,n,p...: dimensions (integers)
 output: c: object or array (iData)
 ex:     a=iData(peaks); b=resize(a, 10,90);

 Version: Nov. 26, 2018
 See also iData, iData/squeeze, iData/size, iData/permute, iData/reshape, iData/reducevolume

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Mon 26-Nov-2018 15:08:42 by m2html © 2005. iFit (c) E.Farhi/ILL EUPL 1.1