kopia lustrzana https://github.com/rs1729/RS
rs92: README update
rodzic
b0b3c0107e
commit
792d30e676
|
@ -5,7 +5,8 @@ Tools for decoding RS92-SGP and RS92-AGP radiosonde signals.
|
||||||
|
|
||||||
### Files
|
### Files
|
||||||
|
|
||||||
* `nav_gps_vel.c` - include-file for `rs92gps.c`, `rs92gps_2dfix.c`, `rs92ecc.c`, `rs92agp.c`
|
* `nav_gps_vel.c` - include-file for `rs92gps.c`, `rs92gps_2dfix.c`, `rs92ecc.c`, `rs92agp.c`;
|
||||||
|
`RS/ecc/bch_ecc.c`
|
||||||
|
|
||||||
* `rs92gps.c` - RS92-SGP decoder (includes `nav_gps_vel.c`)
|
* `rs92gps.c` - RS92-SGP decoder (includes `nav_gps_vel.c`)
|
||||||
|
|
||||||
|
@ -68,23 +69,23 @@ Tools for decoding RS92-SGP and RS92-AGP radiosonde signals.
|
||||||
`<alt>` is the (estimated) altitude of the radiosonde in meters above ellipsoid.
|
`<alt>` is the (estimated) altitude of the radiosonde in meters above ellipsoid.
|
||||||
Default (without `--2dalt <alt>`) is 0m.
|
Default (without `--2dalt <alt>`) is 0m.
|
||||||
|
|
||||||
|
<!-- (commit 342) Reed-Solomon error correction (uses fec-lib by KA9Q)
|
||||||
* `rs92ecc.c` - RS92-SGP decoder with Reed-Solomon error correction (uses fec-lib by KA9Q)
|
|
||||||
|
|
||||||
#### Compile
|
|
||||||
* ka9q-fec (fec-3.0.1): <br />
|
* ka9q-fec (fec-3.0.1): <br />
|
||||||
`gcc -c init_rs_char.c` <br />
|
`gcc -c init_rs_char.c` <br />
|
||||||
`gcc -c decode_rs_char.c` <br />
|
`gcc -c decode_rs_char.c` <br />
|
||||||
* `gcc init_rs_char.o decode_rs_char.o rs92ecc.c -lm -o rs92ecc` <br />
|
* `gcc init_rs_char.o decode_rs_char.o rs92ecc.c -lm -o rs92ecc` <br />
|
||||||
(includes also `fec.h` from fec-3.0.1)
|
(includes also `fec.h` from fec-3.0.1)
|
||||||
|
Will be replaced by Reed-Solomon-Decoder in `RS/ecc/bch_ecc.c` (cf. `RS/rs41/rs41ecc.c`).
|
||||||
|
-->
|
||||||
|
* `rs92ecc.c` - RS92-SGP decoder with Reed-Solomon error correction (includes `nav_gps_vel.c`, `bch_ecc.c`)
|
||||||
|
|
||||||
|
#### Compile
|
||||||
|
* `gcc rs92ecc.c -lm -o rs92ecc` (copy `RS/ecc/bch_ecc.c`)
|
||||||
|
|
||||||
#### Usage
|
#### Usage
|
||||||
Same as `rs92gps`.
|
Same as `rs92gps`.
|
||||||
Additional option `--ecc`.
|
Additional option `--ecc`.
|
||||||
|
|
||||||
Will be replaced by Reed-Solom-Decoder in `RS/ecc/bch_ecc.c` (cf. `RS/rs41/rs41ecc.c`).
|
|
||||||
|
|
||||||
|
|
||||||
* `rs92agp.c` - RS92-AGP, RS92-BGP decoder
|
* `rs92agp.c` - RS92-AGP, RS92-BGP decoder
|
||||||
|
|
||||||
* `rs92.txt` - infos
|
* `rs92.txt` - infos
|
||||||
|
|
Ładowanie…
Reference in New Issue