Home > ISET > plots > plotSensorFFT.m

plotSensorFFT

PURPOSE ^

Plot the spatial frequency magnitude spectrum along a line in the sensor window

SYNOPSIS ^

function plotSensorFFT(ori, dataType, figNum)

DESCRIPTION ^

 Plot the spatial frequency magnitude spectrum along a line in the sensor window

   plotSensorFFT([ori = 'h'], [dataType = 'volts'], [figNum = GRAPHWIN])

 Purpose:
    The magnitude spectrum of the sensor data along a line ('h' or 'v')
    can be computed as abs(fft(voltageData)).  These are plotted in a
    graph window.

    The data are extracted from the selected ISA.  

    This routine is normally applied to Monochrome sensor data.
    We apply the routine to color data by interpolating the data in the color
    channels and then computing the separate FFT images. 

Example:
   plotSensorFFT('h', 'volts')

 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