Skip to content

Commit

Permalink
Merge branch 'gh-pages' of github.com:gnss-sdr/geniuss-place
Browse files Browse the repository at this point in the history
  • Loading branch information
carlesfernandez committed Oct 17, 2024
2 parents 700ac17 + bd7f7bd commit 10c39c5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion _sp-blocks/02-signal-source.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sidebar:
nav: "sp-block"
toc: true
toc_sticky: true
last_modified_at: 2022-08-26T10:54:02+02:00
last_modified_at: 2024-10-17T10:54:02+02:00
---

{% capture fig_img2 %}
Expand Down Expand Up @@ -844,6 +844,8 @@ This implementation accepts the following parameters:
| `if_bw` | Set the bandpass filter on the radio frontend, in Hz. It defaults to `0` (automatic selection). This feature is present in GNSS-SDR v0.0.18 and later versions. | Optional |
| `sampling_frequency` | Sampling frequency, in samples per second. It defaults to 2 Ms/s. | Optional |
| `AGC_enabled` | [`true`, `false`]: If set to `true`, enables Automatic Gain Control. It defaults to `false`. | Optional |
| `iq_balance_mode` | [`0`, `1`, `2`]: Set the RF front-end IQ balance mode: `0` = Off, `1` = Manual, `2` = Automatic. The automatic correction uses an algorithm to adjust for I-Q imbalance. It defaults to `2` (Automatic). <span style="color: orange">This configuration parameter is currently available only in the `next` branch of the upstream repository and will be included in the next stable release.</span> | Optional |
| `dc_offset_mode` | [`0`, `1`, `2`]: Set the RF front-end DC correction mode: `0` = Off, `1` = Manual, `2` = Automatic. The automatic correction subtracts out the long-run average. It defaults to `2` (Automatic). <span style="color: orange">This configuration parameter is currently available only in the `next` branch of the upstream repository and will be included in the next stable release.</span> | Optional |
| `samples` | Number of samples to be processed. It defaults to $$ 0 $$, which means infinite samples. | Optional |
| `item_type` | [<abbr id="data-type" title="Complex samples with real and imaginary parts of type 32-bit floating point. C++ name: std::complex<float>">`gr_complex`</abbr>]: Set the output data type. Only <abbr id="data-type" title="Complex samples with real and imaginary parts of type 32-bit floating point. C++ name: std::complex<float>">`gr_complex`</abbr> is allowed in this version, so it is set by default. | Optional |
| `osmosdr_args` | Pass arguments to the OsmoSDR driver. Check the [gr-osmosdr wiki](https://osmocom.org/projects/gr-osmosdr/wiki/GrOsmoSDR) for a list of arguments for your specific hardware. | Optional |
Expand Down

0 comments on commit 10c39c5

Please sign in to comment.