New pages

Jump to navigation Jump to search
New pages
Hide registered users | Hide bots | Show redirects
  • 17:52, 18 May 2024B200-B205mini FM Receiver (hist | edit) ‎[6,000 bytes]Wavewalkerdsp (talk | contribs) (Created page with "B200B/B205mini FM Receiver This tutorial describes how to receive broadcast commercial radio stations transmitting Frequency Modulated (FM) signals using the Ettus Research B200/B205 mini receiver. The following hardware is needed for this tutorial: * B200/B205mini Receiver * VHF Antenna It is likely (but not guaranteed) that the Ettus Research B210/B200 will also work for this tutorial with no other modifications. Please connect the antenna to the B200/B205mini, and...")
  • 16:43, 18 May 2024Reading and Writing Binary Files (hist | edit) ‎[28,537 bytes]Wavewalkerdsp (talk | contribs) (Created page with "Binary files allow RF information to be recorded for offline usage. Before continuing it is useful to refer to the tutorial Signal Data Types which describes different data types in GNU Radio. ==Data File Formats== Each binary file will have a specific data format, with the two most common being 32-bit floats and 16-bit integers. RF samples can be both positive and negative, and therefore all integers will be implied to be signed integers, for simplicity. The binar...")
  • 15:49, 18 May 2024RTL-SDR FM Receiver (hist | edit) ‎[6,119 bytes]Wavewalkerdsp (talk | contribs) (Created page with "RTL-SDR Based FM Receiver This tutorial describes how to receive broadcast commercial radio stations transmitting Frequency Modulated (FM) signals using the RTL-SDR receiver. The following hardware is needed for this tutorial: * RTL-SDR Receiver * VHF Antenna Please connect the antenna to the RTL-SDR, and plug the RTL-SDR into the USB port on your computer. ==Configuring the RTL-SDR Properties== Add the Soapy RTLSDR Source block to the flowgraph. Soapy [https://gith...")
  • 14:26, 20 April 2024Reading Binary Files (hist | edit) ‎[13,262 bytes]Wavewalkerdsp (talk | contribs) (Created page with " This tutorial describes how to read binary files using the '''File Source''' block along side how to diagnose potential errors. Please review the [Writing_Binary_Files|Writing Binary Files] tutorial before continuing. A series of binary files were created with different formats that will be needed for this tutorial: File:Reading_binary_files_all_formats.png")
  • 19:55, 13 April 2024FFT Low Pass Filter (hist | edit) ‎[1,642 bytes]Jesternofool (talk | contribs) (Created page, added description, parameters, example, and source files.)
  • 21:29, 10 April 2024Importing Libraries (hist | edit) ‎[2,753 bytes]Wavewalkerdsp (talk | contribs) (Created page with "The import block enables calls to Python-based libraries such as NumPy within GRC, allowing for more sophistication in the use and creation of variables and parameters for blocks. ==Import Block== Drag the Import block into the flowgraph. File:Importing_libraries_import_block.png")
  • 22:57, 5 April 2024Writing Binary Files (hist | edit) ‎[11,379 bytes]Wavewalkerdsp (talk | contribs) (Created page with "The '''File Sink''' block takes incoming samples and saves them to local storage. ==Block Options for Data Types== By default the '''File Sink''' block uses a 32-bit float format for saving interleaved I and Q:")
  • 22:17, 5 April 2024Storing Binary Files (hist | edit) ‎[73 bytes]Wavewalkerdsp (talk | contribs) (Created page with "The '''File Sink''' block takes incoming samples and saves them to local storage. ==Block Options for Data Types== By default the File Sink block uses a 32-bit float format for saving interleaved I and Q:")
  • 22:07, 5 April 2024Virtual Sinks and Sources (hist | edit) ‎[2,532 bytes]Wavewalkerdsp (talk | contribs) (Created page with "A flowgraph with many blocks and connections can be come difficult to analyze visually. '''Virtual Sinks and Virtual Sources''' are blocks which can be used to simplify the look of a flowgraph. ==Connecting Virtual Sinks and Sources== Initially when virtual sinks and sources are added to a flowgraph they are given a white color, which represents that they do not have a data type yet. The data type will be assumed when connected to a block. File:Virtual_sink_source_...")
  • 21:58, 5 April 2024Binary Files for DSP (hist | edit) ‎[3,807 bytes]Wavewalkerdsp (talk | contribs) (Created page with "Binary files allow RF information to be recorded for offline usage. It is useful to refer to the tutorial Signal Data Types which describes different data types in GNU Radio before continuing.")
  • 21:23, 5 April 2024Frequency Shifting (hist | edit) ‎[4,593 bytes]Wavewalkerdsp (talk | contribs) (Created page with "This tutorial describes how to perform frequency shifting, causing the frequency of a signal to change. ==Frequency Shifting== Frequency shifting is the process of changing the position of a signal within the frequency domain. Equivalently, it can be stated that frequency shifting is the process of changing the center frequency of a signal. Frequency shifted can be implemented many different ways, although this tutorial will focus on the simple method of multiplication...")
  • 21:17, 5 April 2024Tutorials 2024 (hist | edit) ‎[572 bytes]Wavewalkerdsp (talk | contribs) (Created page with "Links to new tutorials for spring 2024")
  • 15:10, 31 March 2024Skeleton Block Doc (hist | edit) ‎[786 bytes]Duggabe (talk | contribs) (Initial creation)