From f4779645eee929f66f1dc2d8a05f821afe715dc7 Mon Sep 17 00:00:00 2001 From: Carles Fernandez Date: Tue, 30 Jan 2024 12:11:30 +0100 Subject: [PATCH] Fix captions and remove old notes --- _sp-blocks/04-data-type-adapter.md | 104 ++++++++++++++--------------- _sp-blocks/07-channels.md | 5 -- 2 files changed, 52 insertions(+), 57 deletions(-) diff --git a/_sp-blocks/04-data-type-adapter.md b/_sp-blocks/04-data-type-adapter.md index 0d102086..3856e388 100644 --- a/_sp-blocks/04-data-type-adapter.md +++ b/_sp-blocks/04-data-type-adapter.md @@ -83,13 +83,13 @@ real samples) at its output. It accepts the following parameters: |---------- -| **Parameter** | **Description** | **Required** | -|:-:|:--|:-:| -|-------------- -| `implementation` | `Byte_To_Short` | Mandatory | -|------- +| **Parameter** | **Description** | **Required** | +| :--------------: | :-------------- | :----------: | +| -------------- | +| `implementation` | `Byte_To_Short` | Mandatory | +| ------- | - _Signal Conditioner implementation:_ **`Byte_To_Short`**. + _Data Type Adapter implementation:_ **`Byte_To_Short`**. {: style="text-align: center;"} Example: @@ -114,14 +114,14 @@ rate by two. It accepts the following parameters: |---------- -| **Parameter** | **Description** | **Required** | -|:-:|:--|:-:| -|-------------- -| `implementation` | `Ibyte_To_Cbyte` | Mandatory | -| `inverted_spectrum` | [`true`, `false`]: If set to `true`, it performs a spectrum inversion. It defaults to `false`. | Optional | -|------- - - _Signal Conditioner implementation:_ **`Ibyte_To_Cbyte`**. +| **Parameter** | **Description** | **Required** | +| :-----------------: | :--------------------------------------------------------------------------------------------- | :----------: | +| -------------- | +| `implementation` | `Ibyte_To_Cbyte` | Mandatory | +| `inverted_spectrum` | [`true`, `false`]: If set to `true`, it performs a spectrum inversion. It defaults to `false`. | Optional | +| ------- | + + _Data Type Adapter implementation:_ **`Ibyte_To_Cbyte`**. {: style="text-align: center;"} Example: @@ -146,14 +146,14 @@ the sample rate by two. It accepts the following parameters: |---------- -| **Parameter** | **Description** | **Required** | -|:-:|:--|:-:| -|-------------- -| `implementation` | `Ibyte_To_Cshort` | Mandatory | -| `inverted_spectrum` | [`true`, `false`]: If set to `true`, it performs a spectrum inversion. It defaults to `false`. | Optional | -|------- - - _Signal Conditioner implementation:_ **`Ibyte_To_Cshort`**. +| **Parameter** | **Description** | **Required** | +| :-----------------: | :--------------------------------------------------------------------------------------------- | :----------: | +| -------------- | +| `implementation` | `Ibyte_To_Cshort` | Mandatory | +| `inverted_spectrum` | [`true`, `false`]: If set to `true`, it performs a spectrum inversion. It defaults to `false`. | Optional | +| ------- | + + _Data Type Adapter implementation:_ **`Ibyte_To_Cshort`**. {: style="text-align: center;"} Example: @@ -178,14 +178,14 @@ rate by two. It accepts the following parameters: |---------- -| **Parameter** | **Description** | **Required** | -|:-:|:--|:-:| -|-------------- -| `implementation` | `Ibyte_To_Complex` | Mandatory | -| `inverted_spectrum` | [`true`, `false`]: If set to `true`, it performs a spectrum inversion. It defaults to `false`. | Optional | -|------- - - _Signal Conditioner implementation:_ **`Ibyte_To_Complex`**. +| **Parameter** | **Description** | **Required** | +| :-----------------: | :--------------------------------------------------------------------------------------------- | :----------: | +| -------------- | +| `implementation` | `Ibyte_To_Complex` | Mandatory | +| `inverted_spectrum` | [`true`, `false`]: If set to `true`, it performs a spectrum inversion. It defaults to `false`. | Optional | +| ------- | + + _Data Type Adapter implementation:_ **`Ibyte_To_Complex`**. {: style="text-align: center;"} Example: @@ -209,14 +209,14 @@ the sample rate by two. It accepts the following parameters: |---------- -| **Parameter** | **Description** | **Required** | -|:-:|:--|:-:| -|-------------- -| `implementation` | `Ishort_To_Cshort` | Mandatory | -| `inverted_spectrum` | [`true`, `false`]: If set to `true`, it performs a spectrum inversion. It defaults to `false`. | Optional | -|------- - - _Signal Conditioner implementation:_ **`Ishort_To_Cshort`**. +| **Parameter** | **Description** | **Required** | +| :-----------------: | :--------------------------------------------------------------------------------------------- | :----------: | +| -------------- | +| `implementation` | `Ishort_To_Cshort` | Mandatory | +| `inverted_spectrum` | [`true`, `false`]: If set to `true`, it performs a spectrum inversion. It defaults to `false`. | Optional | +| ------- | + + _Data Type Adapter implementation:_ **`Ishort_To_Cshort`**. {: style="text-align: center;"} Example: @@ -240,14 +240,14 @@ rate by two. It accepts the following parameters: |---------- -| **Parameter** | **Description** | **Required** | -|:-:|:--|:-:| -|-------------- -| `implementation` | `Ishort_To_Complex` | Mandatory | -| `inverted_spectrum` | [`true`, `false`]: If set to `true`, it performs a spectrum inversion. It defaults to `false`. | Optional | -|------- - - _Signal Conditioner implementation:_ **`Ishort_To_Complex`**. +| **Parameter** | **Description** | **Required** | +| :-----------------: | :--------------------------------------------------------------------------------------------- | :----------: | +| -------------- | +| `implementation` | `Ishort_To_Complex` | Mandatory | +| `inverted_spectrum` | [`true`, `false`]: If set to `true`, it performs a spectrum inversion. It defaults to `false`. | Optional | +| ------- | + + _Data Type Adapter implementation:_ **`Ishort_To_Complex`**. {: style="text-align: center;"} Example: @@ -264,12 +264,12 @@ This implementation copies samples from its input to its output. It accepts the following parameters: |---------- -| **Parameter** | **Description** | **Required** | -|:-:|:--|:-:| -|-------------- -| `implementation` | `Pass_Through` | Mandatory | -| `item_type` | [`gr_complex`, `cshort`, `cbyte`]: Format of data samples. It defaults to `gr_complex`. | Optional | -|------- +| **Parameter** | **Description** | **Required** | +| :--------------: | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :----------: | +| -------------- | +| `implementation` | `Pass_Through` | Mandatory | +| `item_type` | [`gr_complex`, `cshort`, `cbyte`]: Format of data samples. It defaults to `gr_complex`. | Optional | +| ------- | _Data Type Adapter implementation:_ **`Pass_Through`**. {: style="text-align: center;"} diff --git a/_sp-blocks/07-channels.md b/_sp-blocks/07-channels.md index 1f54776f..b04ca09a 100644 --- a/_sp-blocks/07-channels.md +++ b/_sp-blocks/07-channels.md @@ -46,11 +46,6 @@ Then, eleven parameters can be set: `Channels_1G.count`, `Channels_1C.count`, `Channels_5X.count`, `Channels_7X.count` and `Channels_L5.count`, all of them defaulting to $$ 0 $$. -**NOTE:** The E6 receiver chain (that is, `Channels_E6.count`) is only available -from the `next` branch of the upstream repository. This feature will be -available in the next stable release. -{: .notice--warning} - In addition, the GNSS-SDR flow graph allows setting the number of channels that will be executing signal acquisition (which is known to require a high computational load) concurrently. This is controlled by the parameter