1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-10-15 07:37:42 +00:00

Fix a bug in signal sources that made the number of samples parameter ignored when too large (Fixes: #396)

This commit is contained in:
Carles Fernandez
2020-07-03 20:18:42 +02:00
parent bb540c7b48
commit fb8e5e5c47
13 changed files with 35 additions and 33 deletions

View File

@@ -79,6 +79,8 @@ SPDX-FileCopyrightText: 2011-2020 Carles Fernandez-Prades <carles.fernandez@cttc
- Updated version of the Contributor Covenant to version 2.0.
- Added a Matlab script to quantize the input signal with a given number of bits
per sample.
- Fixed a bug in signal sources that made the number of samples parameter
ignored when too large (that is, larger than 2^31-1).
&nbsp;