-
Notifications
You must be signed in to change notification settings - Fork 24
/
README.TXT
70 lines (49 loc) · 2 KB
/
README.TXT
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
A GNSS MULTIPATH SIMULATOR FOR NEAR-SURFACE
REFLECTOMETRY AND POSITIONING APPLICATIONS.
Nievinski, F.G. and Larson, K.M. (2014)
"Forward modeling of GPS multipath for near-
surface reflectometry and positioning
applications", GPS Solut., 18(2):309-322.
<http://doi.org/10.1007/s10291-013-0331-y>
Nievinski, F.G. and Larson, K.M. (2014)
"An open source GPS multipath simulator
in Matlab/Octave", GPS Solut., 18(3):473-481.
<http://doi.org/10.1007/s10291-014-0370-z>
1) Installation
1.A) In Matlab, drag the file "init.m"
and drop it into its main command window;
this will initialize the search path.
1.B) Alternatively, if running Octave (where
drag/drop may not be available), enter:
run ~/mpsim/init.m
modifying the ~ path to reflect your install.
Furthermore, for greater Matlab compatibility,
it is recommended to start Octave with the
option "--traditional".
1.C) In Octave, you might want to try different
graphics toolkits availabe -- it's a tradeoff
between quality and reliability:
graphics_toolkit('qt')
%graphics_toolkit('gnuplot')
1.D) In Octave, load the statistics package
that comes pre-installed:
pkg load statistics
2) The simplest simulation run can be achieved
entering the following command:
snr_fwd
3) Usage examples are available in sub-directory
"script", which contains driver scripts named
after each figure in the articles above.
3.1) The original figure images are saved in
sub-directory "image"; please compare to
those generated as you run the script examples.
4) A tutorial is available in file "snr_demo.html",
which can be viewed with any Web browser.
5) Documentation for the input/output syntax of
the main functions can be accessed from within
Matlab/Octave, by entering any of the following
commands:
help snr_fwd
help snr_setup
help snr_settings
help get_permittivity