Commit Graph

71 Commits

Author SHA1 Message Date
OSQZSS
dc65ee836a
Merge pull request #385 from antmerlino/master
Modify -p option to allow setting of fixed gain value
2024-04-11 15:52:25 +09:00
Jose Nuñez
ff04bf27a7 leap event enablement from command line 2024-04-08 11:55:58 +02:00
OSQZSS
4fdf282763
Update gpssim.c 2024-01-05 08:51:02 +09:00
Niklas Knöll
bc87d137f9 removing allocation of motion data from stack to prevent stack overflow on large motion files 2023-12-10 02:38:50 +01:00
Anthony Merlino
85a0aa16b8 Modify -p option to allow setting of fixed gain value 2023-10-14 08:03:45 -04:00
OSQZSS
b88f16194a Add constant power option 2023-09-02 11:40:59 +09:00
OSQZSS
5f79c934ca Fixed user initial position bugs 2022-08-28 19:26:22 +09:00
OSQZSS
654a9888c5 Updated 2022-07-25 13:15:59 +09:00
OSQZSS
be5df8ea49
Merge pull request #295 from llorencroma/llh-motion
Add option for motion file in lat, lon, hgt format
2022-07-25 12:04:26 +09:00
Iain Buchanan
c0f4048e84 improve error message for incorrect file name/path 2022-01-14 12:33:38 +09:30
OSQZSS
366d4c4a29 Update gpssim.c
Reverted
2021-10-16 12:02:16 +09:00
Llorenc
280e9acbc8 some mistakes 2021-08-06 09:16:14 +02:00
llorencroma
ef7deee904
Update gpssim.c 2021-08-05 17:00:36 +02:00
Llorenc
54ae28d46d Solved issue 2021-08-05 16:16:58 +02:00
Llorenc
e7ccb5a0df Added option for using csv file Lat,Lon,Hei format 2021-08-05 16:10:26 +02:00
Llorenc
da5bac2d64 Add option for motion file in Lat,Lon,Hei format 2021-08-05 15:46:41 +02:00
OSQZSS
bf998ab36c
Fixed a wrong break location. 2021-01-05 07:09:41 +09:00
Malte Lenhart
e30dd4ddc2 corrected spelling mistakes in gpssim.c 2021-01-04 02:58:13 +01:00
Alexander Kuna
efd12eaf39 Add -c option to set static position in cartesian coordinates. 2018-02-11 21:29:34 +01:00
OSQZSS
68285f1e6f
Merge pull request #98 from ingenico-zanetti/master
File larger than 2GB on 32-bit system ; possibility to output to stdout ; add an SDR player for LimeSDR
2018-01-07 10:32:16 +09:00
OSQZSS
e467402a87 Float carrier phase for RTK simulation 2017-12-02 11:29:13 +09:00
Arnaud ZANETTI
6c88f8a1a9 Allow to use stdout as output file. 2017-10-30 14:00:26 +01:00
Magnus Danielson
1795e65f9a Fixed uninitiated warnings 2017-05-28 17:15:06 +02:00
OSQZSS
f69e5eb283 Remove OpemMP support 2017-04-12 11:03:27 +09:00
OSQZSS
25e22775f7 Fix parentheses warnings in issue #66 2017-04-08 08:27:15 +09:00
OSQZSS
8704c4ec7c Optimize signal gain scaling 2017-03-31 09:30:34 +09:00
bitdust
6694a28c95 Update almost unlimited duration for static mode 2017-03-16 17:27:48 +08:00
OSQZSS
6bf0b6175d Add SV health to navigation message 2017-02-02 11:12:05 +09:00
OSQZSS
8369c5e7ae Set URA index to zero 2017-01-29 08:38:15 +09:00
OSQZSS
96174fb544 Fix issue #49 2016-09-16 10:52:39 +09:00
OSQZSS
2b47000756 Fix improper week number transition and leap second handling 2016-08-16 17:44:44 +09:00
OSQZSS
ec96120bfa Fix ephemeris updates 2016-08-08 17:44:16 +09:00
OSQZSS
a00a7c7f2c Fix incompatible pointer types 2016-08-07 07:57:40 +09:00
OSQZSS
7dcebb8db8 Add page 18 of subframe 4 for iono/UTC corrections 2016-08-03 08:57:18 +09:00
OSQZSS
98b54fb813 Add time overwrite option 2016-07-31 11:48:13 +09:00
OSQZSS
83f111059d Created 2016-04-23 14:08:45 +09:00
Shigeru KANEMOTO
b099769dae Fix: warning: variable 'nsat' set but not used 2016-01-22 17:36:12 +09:00
OSQZSS
0106011ce3 Add 1-bit I/Q data format to reduce output file size 2015-12-29 11:40:46 +09:00
OSQZSS
d318798e7f Add simulation start time and duration options 2015-12-28 14:39:59 +09:00
OSQZSS
125c3880a8 Add antenna gain pattern 2015-12-26 15:16:08 +09:00
OSQZSS
e49404d983 Add the path loss of each satellite 2015-12-20 12:33:06 +09:00
OSQZSS
38c5245484 Faster carrier signal generation 2015-11-29 13:05:32 +09:00
TT
8f6b083057 change loop order between satellite and samples
omit iq_buff's on each channel
treat carr_phase as int
2015-11-28 06:05:53 +09:00
OSQZSS
196c75b1d7 Add NMEA GGA option 2015-08-26 17:02:52 +09:00
OSQZSS
2e3e49be61 const qualifier used more than once 2015-08-22 13:47:07 +09:00
Shigeru KANEMOTO
d61b472387 Suppress Uninitialized Warning 2015-08-21 21:07:07 +09:00
Harald Welte
b269f1d187 Introduce CA_SEQ_LEN as symbolic constant for 1023
We don't need to distinguish int and double, as the int constant
will be converted to double before any comparison anyway.
2015-08-21 01:14:38 +02:00
Harald Welte
9081cad620 Introduce N_DWRD_SBF as symbolic constant for 10 dwords-per-subframe 2015-08-21 01:10:53 +02:00
Harald Welte
4282f2b63e rename checkExpDesignator to replaceExpDesignator
'check' is somewhat of a misnomer, as the function doens't just check
something, but it actively replaces something.
2015-08-21 00:59:23 +02:00
Harald Welte
f1520f0cce Use #defines instead of WGS84 magic numbers occurring repeatedly 2015-08-21 00:39:29 +02:00