LimeSDR: updated documentation

This commit is contained in:
f4exb 2017-10-28 05:40:26 +02:00
parent 83e5dc5951
commit 31d0334ddb
3 changed files with 5 additions and 3 deletions

View File

@ -103,9 +103,7 @@ HackRF is better used with a sampling rate of 4.8 MS/s and above. The 2.4 and 3.
<h2>LimeSDR</h2>
<b>&#9888; LimeSuite library is difficult to implement due to the lack of documentation. The plugins should work normally when running as single instances. Support of many Rx and/or Tx instances running concurrently is experimental and not actively supported.</b>
Sometimes changing parameters in one instance or stopping/starting it will make the other fail or block everything. If you are lucky enough and don't change the configuration too much you may make it work but generally this is not reliable.
<b>&#9888; LimeSuite library is difficult to implement due to the lack of documentation. The plugins should work normally when running as single instances. Support of many Rx and/or Tx instances running concurrently is considered experimental.</b>
You will need a minimal installation of LimeSuite:

View File

@ -45,6 +45,8 @@ Device start / stop button.
This is the sample rate at which the DAC runs in kS/s (k) or MS/s (M) after hardware interpolation (8). Thus this is the host to device sample rate (10) multiplied by the hardware interpolation factor (8).
&#9758; Note that changing the hardware interpolation factor (8) or the host to device sample rate (10) may change the ADC clock sample rate and therefore the Rx side hardware decimation factor and/or device to host sample rate. In fact ADC and DAC sample rates can be equal or related by a factor of 2.
<h3>2B: Baseband sample rate</h3>
This is the baseband sample rate in kS/s before interpolation (9) to produce the final stream that is sent to the LimeSDR device. Thus this is the host to device sample rate (10) divided by the software interpolation factor (9).

View File

@ -57,6 +57,8 @@ Record baseband I/Q stream toggle button
This is the sample rate at which the ADC runs in kS/s (k) or MS/s (M) before hardware decimation (8). Thus this is the device to host sample rate (10) multiplied by the hardware decimation factor (8).
&#9758; Note that changing the hardware decimation factor (8) or the device to host sample rate (10) may change the DAC clock sample rate and therefore the Tx side hardware interpolation factor and/or host to device sample rate. In fact ADC and DAC sample rates can be equal or related by a factor of 2.
<h4>1.5: Stream sample rate</h4>
Baseband I/Q sample rate in kS/s. This is the device to host sample rate (10) divided by the software decimation factor (9).