Forrest logo
back to context overview

rtl_sdr

List of commands for rtl_sdr:

  • rtl_sdr:tldr:3978e rtl_sdr: Save RAW data from a frequency (specified in Hz) to a file.
    $ rtl_sdr -f ${100000000} ${filename}
    try on your machine
    explain this command
  • rtl_sdr:tldr:8d829 rtl_sdr: Specify the sample rate in Hz (ranges 225001-300000 and 900001-3200000).
    $ rtl_sdr -f ${100000000} -s ${2400000} -
    try on your machine
    explain this command
  • rtl_sdr:tldr:a7e6a rtl_sdr: Read a specified number of samples.
    $ rtl_sdr -f ${100000000} -n ${20} -
    try on your machine
    explain this command
  • rtl_sdr:tldr:cd8f7 rtl_sdr: Specify the output block size.
    $ rtl_sdr -f ${100000000} -b ${9999999} -
    try on your machine
    explain this command
  • rtl_sdr:tldr:dc72a rtl_sdr: Specify the gain.
    $ rtl_sdr -f ${100000000} -g ${20} -
    try on your machine
    explain this command
  • rtl_sdr:tldr:e3232 rtl_sdr: Specify the device by its index.
    $ rtl_sdr -f ${100000000} -d ${0} -
    try on your machine
    explain this command
  • rtl_sdr:tldr:f4f38 rtl_sdr: Use synchronous output.
    $ rtl_sdr -f ${100000000} -S -
    try on your machine
    explain this command
back to context overview