Fix Markdown

This commit is contained in:
Daniele Forsi 2024-04-29 14:13:00 +02:00
parent b1643ee9b5
commit 31dc594b46
12 changed files with 19 additions and 16 deletions

View File

@ -268,7 +268,7 @@ Use this slider to adjust the black level of the video signal on a 0 to 1V scale
<h3>12: Horizontal synchronization pulse length</h3>
This is the length in time units of a horizontal or line synchronization pulse. The value depends on the nominal line length as described above. The pulse length is derived from the 4.7 &mu;s pulse of a 625 lines and 25 FPS standard system with a 64 &mu;s line length. For example with a 625 lines &#times; 12 FPS transmission that has a line length of &#8776;133.33 &mu;s this is (4.7 &divide; 64) &times; 133.33 &#8776; 9.79 &mu;s.
This is the length in time units of a horizontal or line synchronization pulse. The value depends on the nominal line length as described above. The pulse length is derived from the 4.7 &mu;s pulse of a 625 lines and 25 FPS standard system with a 64 &mu;s line length. For example with a 625 lines &times; 12 FPS transmission that has a line length of &#8776;133.33 &mu;s this is (4.7 &divide; 64) &times; 133.33 &#8776; 9.79 &mu;s.
<h2>C: Image</h2>

View File

@ -167,7 +167,7 @@ The file name is constructed as follows where date is the day date in YYYYMMDD f
Files will be stored in the system application data location in the `ft8/logs` folder. The application data location depends on the O/S:
- Linux: ~/.local/share/f4exb/SDRangel
- Linux: `~/.local/share/f4exb/SDRangel`
- Windows: C:&bsol;Users&bsol;&lt;your user&gt;&bsol;AppData&bsol;Local&bsol;f4exb&bsol;SDRangel
<h3>C.9: Record baseband</h3>

View File

@ -4,7 +4,7 @@
This plugin can be used to calculate the noise figure (NF) of a receiver (SDR as well as optionally one or more LNAs). It uses the Y-factor method and requires a calibrated noise source.
The noise figure of a receiver is important, as it determines the noise floor: Noise floor (dBm) = 10*log10(1000kT)+NF+10*log10(BW)
The noise figure of a receiver is important, as it determines the noise floor: Noise floor (dBm) = 10\*log10(1000kT)+NF+10\*log10(BW)
The noise figure will vary with frequency and gain settings. Typically, the noise figure will increase with frequency and decrease with gain. When measuring noise figure, AGC should be disabled.

View File

@ -74,7 +74,7 @@ Right click to open a dialog to adjust additional Transmit Settings, including t
Predefined text supports the following variable substitutions:
* ${callsign} - Gets replaced with the station name from Preferences > My Position
* ${location} = Gets replaced with the Maidenhead locator for the position specified under Preferences > My Position
* ${location} - Gets replaced with the Maidenhead locator for the position specified under Preferences > My Position
The substitutions are applied when the Transmit Settings dialog is closed.

View File

@ -111,7 +111,7 @@ Right click to open a dialog to adjust additional Transmit Settings, including t
Predefined text supports the following variable substitutions:
* ${callsign} - Gets replaced with the station name from Preferences > My Position
* ${location} = Gets replaced with the Maidenhead locator for the position specified under Preferences > My Position
* ${location} - Gets replaced with the Maidenhead locator for the position specified under Preferences > My Position
The substitutions are applied when the Transmit Settings dialog is closed.

View File

@ -189,9 +189,9 @@ Use this slider to adjust the global gain of the Tx chain. LimeSuite software au
<h3>15: Antenna selection</h3>
- ** No **: no output
- ** Lo **: Tx low range 30 MHz to 1.9 GHz
- ** Hi **: Tx high range: 2 GHz and above
- **No**: no output
- **Lo**: Tx low range 30 MHz to 1.9 GHz
- **Hi**: Tx high range: 2 GHz and above
<h3>16: Stream status indicator</h3>

View File

@ -4,7 +4,7 @@
This output sample sink plugin sends its samples to a [USRP device](https://www.ettus.com/products/).
When using a USRP device over a network, you have to create a non discoverable device reference in the [user arguments dialog](https://github.com/f4exb/sdrangel/blob/master/sdrgui/deviceuserargs.md) from the main window Preferences > Devices menu. You must use the USRP hardware ID then specify the device address with an addr parameter in the user arguments for example: addr=192.168.1.10. Note that this will become effective once SDRangel is restarted.
When using a USRP device over a network, you have to create a non discoverable device reference in the [user arguments dialog](https://github.com/f4exb/sdrangel/blob/master/sdrgui/deviceuserargs.md) from the main window Preferences > Devices menu. You must use the USRP hardware ID then specify the device address with an addr parameter in the user arguments for example: `addr=192.168.1.10`. Note that this will become effective once SDRangel is restarted.
<h2>Interface</h2>

View File

@ -151,8 +151,8 @@ Use this slider to adjust the PAD gain of the Tx chain. With the current version
<h3>15: Antenna selection</h3>
- ** Hi **: Tx high range
- ** Wi **: Tx wide range: you should use this one (default)
- **Hi**: Tx high range
- **Wi**: Tx wide range: you should use this one (default)
<h3>16: Stream status indicator</h3>

View File

@ -43,7 +43,7 @@ This is the center frequency received in the stream meta data. When setting it,
<h3>4: Stream sample rate</h3>
This is sample rate (actually the frequency span) received in the stream meta data. When setting it, it will try to set the sample rate and frequency span of the IQ Demodulator` in RTSA suite the closest to the `HTTP server`.
This is sample rate (actually the frequency span) received in the stream meta data. When setting it, it will try to set the sample rate and frequency span of the `IQ Demodulator` in RTSA suite the closest to the `HTTP server`.
<h3>5: Remote address and port</h3>

View File

@ -4,7 +4,7 @@
This input sample source plugin gets its samples from a [USRP device](https://www.ettus.com/product-categories/usrp-bus-series/).
When using a USRP device over a network, you have to create a non discoverable device reference in the [user arguments dialog](https://github.com/f4exb/sdrangel/blob/master/sdrgui/deviceuserargs.md) from the main window Preferences > Devices menu. You must use the USRP hardware ID then specify the device address with an addr parameter in the user arguments for example: addr=192.168.1.10. Note that this will become effective once SDRangel is restarted.
When using a USRP device over a network, you have to create a non discoverable device reference in the [user arguments dialog](https://github.com/f4exb/sdrangel/blob/master/sdrgui/deviceuserargs.md) from the main window Preferences > Devices menu. You must use the USRP hardware ID then specify the device address with an addr parameter in the user arguments for example: `addr=192.168.1.10`. Note that this will become effective once SDRangel is restarted.
<h2>Interface</h2>
@ -140,5 +140,6 @@ The stream warning indicators are reset when the acquisition is started.
On Ubuntu 20, the libuhd-dev package should be installed. The FPGA images then need to be downloaded with:
```shell
sudo /usr/lib/uhd/utils/uhd_images_downloader.py
```

View File

@ -107,7 +107,7 @@ Check this box to activate the RTP protocol over UDP. RTP parameters are as foll
- Channels: 1 for mono (Left, Right and Mixed copy channels mode); 2 for stereo (Stereo copy channels mode)
- Address and port: destination address and port (local on the client machine)
You may read the RTP stream using a SDP file (extension `.sdp`) that can be read with any program supporting SDP files (VLC, MX player, ffmpeg, ...). For a mono 48000 S/s stream at address `192.168.0.34:9998 and L16 codec the contents of the file would be as follows:
You may read the RTP stream using a SDP file (extension `.sdp`) that can be read with any program supporting SDP files (VLC, MX player, ffmpeg, ...). For a mono 48000 S/s stream at address `192.168.0.34:9998` and L16 codec the contents of the file would be as follows:
```
c=IN IP4 192.168.0.34

View File

@ -10,9 +10,11 @@ The SDRangel source tree is mounted in both containers as writable so the genera
<h2>Install Docker on Ubuntu</h2>
```shell
sudo apt install docker.io docker-buildx docker-compose
sudo usermod -aG docker $USER
* reboot *
sudo reboot
```
<h2>Server</h2>