Ignore:
Timestamp:
Feb 27, 2013, 1:57:32 PM (11 years ago)
Author:
sommeria
Message:

clean the transform fcts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/transform_field/FFT2_detrend.m

    r532 r574  
    1 % 'FFT': calculate and display 2D spectrum of the input scalar
    2 %  GUI_input=FFT(hget_field)
    3 %
     1% 'FFT2_detrend': calculate the 2D spectrum of the input scalar after removing the linear trend
     2
     3%------------------------------------------------------------------------
     4%%%%  Use the general syntax for transform fields with a single input %%%%
    45% OUTPUT:
    5 % GUI_input: option for display in the GUI get_field
    6 %
     6% DataOut:   output field structure
     7
    78%INPUT:
    8 % hget_field: handles of the GUI get_field
    9 %
    10 
     9% DataIn:  first input field structure
     10%------------------------------------------------------------------------
    1111function DataOut=FFT2_detrend(DataIn)
    12 %% set GUI config
     12%------------------------------------------------------------------------
    1313DataOut=[];
    1414if strcmp(DataIn,'*')   
Note: See TracChangeset for help on using the changeset viewer.