diff --git a/plugins/samplesink/bladerfoutput/readme.md b/plugins/samplesink/bladerfoutput/readme.md index 30c7bbe4a..0096e5600 100644 --- a/plugins/samplesink/bladerfoutput/readme.md +++ b/plugins/samplesink/bladerfoutput/readme.md @@ -43,7 +43,7 @@ The baseband stream is interpolated by this value before being sent to the Blade - **16**: multiply baseband stream sample rate by 16 - **32**: multiply baseband stream sample rate by 32 -Be aware that the main samples buffer is based on the final sample rate so the larger the integration factor the larger will be the delay introduced by this buffer. +The main samples buffer is based on the baseband sample rate and will introduce ~500ms delay for interpolation by 16 or lower and ~1s for interpolation by 32.

5: XB-200 add-on control

diff --git a/plugins/samplesink/hackrfoutput/readme.md b/plugins/samplesink/hackrfoutput/readme.md index 0cc50ad35..2666523b2 100644 --- a/plugins/samplesink/hackrfoutput/readme.md +++ b/plugins/samplesink/hackrfoutput/readme.md @@ -49,7 +49,7 @@ The baseband stream is interpolated by this value before being sent to the HackR - **16**: multiply baseband stream sample rate by 16 - **32**: multiply baseband stream sample rate by 32 -Be aware that the main samples buffer is based on the final sample rate so the larger the integration factor the larger will be the delay introduced by this buffer. +The main samples buffer is based on the baseband sample rate and will introduce ~500ms delay for interpolation by 16 or lower and ~1s for interpolation by 32.

6: Bias tee