Soapy RTLSDR Source: Difference between revisions
Jump to navigation
Jump to search
(initial creation) |
|||
Line 45: | Line 45: | ||
; Block definition | ; Block definition | ||
: [https://github.com/gnuradio/gnuradio | : [https://github.com/gnuradio/gnuradio/blob/master/gr-soapy/grc/soapy_rtlsdr_source.block.yml] |
Revision as of 19:17, 20 December 2021
The RTLSDR Source Block is used to stream samples from a RTLSDR device (i.e. act as the receiver).
Parameters
(R): Run-time adjustable
- Output Type
- options: [Complex Float32, Complex Int16, Complex Byte]
- Sample Rate (R)
- default: samp_rate
- Center Freq (Hz) (R)
- default: freq
- Frequency Correction (PPM) (R)
- default: 0
- AGC (R)
- default: False
- RF Gain (R)
- default: 20
Messages
Inputs
Outputs
Example Flowgraph
Example Output
Source Files
- C++ files
- TODO
- Header files
- TODO
- Public header files
- TODO
- Block definition
- [1]