add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -0,0 +1,37 @@
# rtl_sdr
> RTL-SDR 接收器的原始数据记录器。
> 数据使用 I/Q 采样(即正交采样)编码。
> 更多信息:<https://osmocom.org/projects/rtl-sdr/wiki/Rtl-sdr>。
- 将来自指定频率(以赫兹为单位)的原始数据保存到文件中:
`rtl_sdr -f {{100000000}} {{path/to/file}}`
- 将数据管道传输到另一个程序:
`rtl_sdr -f {{100000000}} - | {{aplay}}`
- 读取指定数量的样本:
`rtl_sdr -f {{100000000}} -n {{20}} -`
- 指定采样率(范围为 225001-300000 和 900001-3200000
`rtl_sdr -f {{100000000}} -s {{2400000}} -`
- 通过索引指定设备:
`rtl_sdr -f {{100000000}} -d {{0}} -`
- 指定增益:
`rtl_sdr -f {{100000000}} -g {{20}} -`
- 指定输出块大小:
`rtl_sdr -f {{100000000}} -b {{9999999}} -`
- 使用同步输出:
`rtl_sdr -f {{100000000}} -S -`