From: kiwigirl Martelli on
Hi all,

I'm a new user of Matlab and I have a question that I can't seem to figure out a solution to. I have 2 GPS point location files that I need to combine and there are too many lines to do this in other software.

e.g. 2007.dat
228083.257, 8186199.284, 2394.134
228083.261, 8186199.261, 2394.148
228083.247, 8186199.25, 2394.154
etc...

to combine with 2008.dat
229110.83, 8187366.324, 2414.041
229109.84, 8187366.643, 2414.073
229108.839, 8187366.903, 2414.057
etc..

I also have these files in .csv, and I can import them in this format into the software I'll map these points in.

Thanks,

Kim
From: us on
"kiwigirl Martelli" <neozelandaise(a)gmail.com> wrote in message <i37457$b2q$1(a)fred.mathworks.com>...
> Hi all,
>
> I'm a new user of Matlab and I have a question that I can't seem to figure out a solution to. I have 2 GPS point location files that I need to combine and there are too many lines to do this in other software.
>
> e.g. 2007.dat
> 228083.257, 8186199.284, 2394.134
> 228083.261, 8186199.261, 2394.148
> 228083.247, 8186199.25, 2394.154
> etc...
>
> to combine with 2008.dat
> 229110.83, 8187366.324, 2414.041
> 229109.84, 8187366.643, 2414.073
> 229108.839, 8187366.903, 2414.057
> etc..
>
> I also have these files in .csv, and I can import them in this format into the software I'll map these points in.
>
> Thanks,
>
> Kim

a hint:

http://matlabwiki.mathworks.com/MATLAB_FAQ#How_can_I_process_a_sequence_of_files.3F

us
From: TideMan on
On Aug 3, 6:52 am, "kiwigirl Martelli" <neozelanda...(a)gmail.com>
wrote:
> Hi all,
>
> I'm a new user of Matlab and I have a question that I can't seem to figure out a solution to. I have 2 GPS point location files that I need to combine and there are too many lines to do this in other software.
>
> e.g. 2007.dat
> 228083.257, 8186199.284, 2394.134
> 228083.261, 8186199.261, 2394.148
> 228083.247, 8186199.25, 2394.154
> etc...
>
> to combine with 2008.dat
> 229110.83, 8187366.324, 2414.041
> 229109.84, 8187366.643, 2414.073
> 229108.839, 8187366.903, 2414.057
> etc..
>
> I also have these files in .csv, and I can import them in this format into the software I'll map these points in.
>
> Thanks,
>
> Kim

Well, the way I'd do it (in Windows) is to open a DOS window and type:
copy 2006.dat+2007.dat+2008.dat+2009.dat+2010.dat all.dat
From: Vandana on
Hi,
I'm making a GPS software receiver usiing Matlab, for which I require a .dat file containing at least 50,00,000 samples of the received GPS L1 signal, downconverted at an IF of 1.25 MHz and sampled at 5 MHz in A/D converter. I can't arrange for its front-end hardware, and is looking for such a file for further processing. Can anyone send me such a file with .dat extension at the earliest? Also specify the latitude and longitude of the GPS Receiver where this data has been recorded. Thanks.

=====================================================
"kiwigirl Martelli" <neozelandaise(a)gmail.com> wrote in message <i37457$b2q$1(a)fred.mathworks.com>...
> Hi all,
>
> I'm a new user of Matlab and I have a question that I can't seem to figure out a solution to. I have 2 GPS point location files that I need to combine and there are too many lines to do this in other software.
>
> e.g. 2007.dat
> 228083.257, 8186199.284, 2394.134
> 228083.261, 8186199.261, 2394.148
> 228083.247, 8186199.25, 2394.154
> etc...
>
> to combine with 2008.dat
> 229110.83, 8187366.324, 2414.041
> 229109.84, 8187366.643, 2414.073
> 229108.839, 8187366.903, 2414.057
> etc..
>
> I also have these files in .csv, and I can import them in this format into the software I'll map these points in.
>
> Thanks,
>
> Kim