1
0
Fork 0

Fix mistake in note about forbidden sample rate range.

This commit is contained in:
Joris van Rantwijk 2014-01-05 22:01:22 +01:00
parent d1593544a4
commit 6bce6702d2
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
This file contains random notitions
-----------------------------------
Sample rates between 301000 Hz and 900000 Hz (inclusive) are not supported.
Sample rates between 300001 Hz and 900000 Hz (inclusive) are not supported.
They cause an invalid configuration of the RTL chip.
rsamp_ratio = 28.8 MHz * 2**22 / sample_rate
If bit 27 and bit 28 of rsamp_ratio are different, the RTL chip malfunctions.