Changeset 782 for trunk/src/series/beam_forming.m
- Timestamp:
- Jun 3, 2014, 8:10:03 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/series/beam_forming.m
r781 r782 102 102 Data.ListGlobalAttribute={'CoordUnit'}; %%TODO: add also time, how to get it ????? 103 103 Data.CoordUnit='pixel'; 104 Data.ListVarName={' AX','AY','A'};105 Data.VarDimName={' AX','AY',{'AY','AX'}};104 Data.ListVarName={'Coord_x','Coord_y','A'}; 105 Data.VarDimName={'Coord_x','Coord_y',{'Coord_y','Coord_x'}}; 106 106 %Data.Coord_x=5*(nbvoie_reception-0.5)/numel(nbvoie_reception); % totql length of e 107 Data. AX=1:65;107 Data.Coord_x=1:65; 108 108 %Data.Coord_z=(1:A)/133 ;% to check from input parameter .... 109 Data. AY=1:332;109 Data.Coord_y=1:332; 110 110 %%%%%% 111 111 %
Note: See TracChangeset
for help on using the changeset viewer.