Changeset 1002 for trunk/src/series/turb_correlation_x.m
- Timestamp:
- Feb 28, 2017, 10:41:54 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/series/turb_correlation_x.m
r1001 r1002 57 57 %======================================================================= 58 58 59 function ParamOut=turb_ stat(Param)59 function ParamOut=turb_correlation_x(Param) 60 60 61 61 %% set the input elements needed on the GUI series when the action is selected in the menu ActionName … … 290 290 DataOut.UUCorr=DataOut.UUCorr./DataOut.Counter; 291 291 DataOut.VVCorr=DataOut.VVCorr./DataOut.Counter; 292 DataOut. VUVCorr=DataOut.UVCorr./DataOut.Counter;292 DataOut.UVCorr=DataOut.UVCorr./DataOut.Counter; 293 293 %DataOut.Counter(DataOut.Counter==0)=1;% put counter to 1 when it is zero 294 294 % DataOut.UMean=DataOut.UMean./DataOut.Counter; % normalize the mean
Note: See TracChangeset
for help on using the changeset viewer.