Home > ISET > utility > ieSpace2Amp.m

ieSpace2Amp

PURPOSE ^

Transform data spatial data to amplitudes in cycles per spatial unit

SYNOPSIS ^

function [freq,fData] = ieSpace2Amp(pos,data,scaleData)

DESCRIPTION ^

 Transform data spatial data to amplitudes in cycles per spatial unit  

   [freq,fData] = ieSpace2Amp(pos,data,scaleData)

 The returned amplitudes are abs(fft(data)).  The spatial frequency value
 units are in cycles per unit of the input data.  For example, if the
 input data are in mm, then the output data are in cycles per mm.  If the
 input data are in meters, then the output is cycles per meter

   pos:  Positions in real units
   data: vector of data in the spatial domain
   
 See plotOI for examples of the usage.

 Copyright ImagEval Consultants, LLC, 2005.

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Sun 14-Jan-2007 10:24:23 by m2html © 2003