Difference between revisions of "Application Notes"

From Ettus Knowledge Base
Jump to: navigation, search
Line 18: Line 18:
  
  
|| <center> AN-611 </center>
+
|style="width: 10%; text-align: center;"| AN-611
|| [[Building and Installing the USRP Open-Source Toolchain (UHD and GNU Radio) on Windows]]
+
|style="width: 30%;"| [[Building and Installing the USRP Open-Source Toolchain (UHD and GNU Radio) on Windows]]
|| This AN provides a comprehensive step-by-step guide for building, installing, and maintaining the open-source toolchain, specifically UHD and GNU Radio, for the USRP from source code on the Linux platform.
+
|style="width: 50%;"| This AN provides a comprehensive step-by-step guide for building, installing, and maintaining the open-source toolchain, specifically UHD and GNU Radio, for the USRP from source code on the Linux platform.
||<center> Derek Kozel </center>
+
|style="width: 10%; text-align: center;"|Derek Kozel
 
|-
 
|-
  
  
|| <center> AN-788 </center>
+
|style="width: 10%; text-align: center;"| AN-788
|| [[Building and Installing the USRP Open-Source Toolchain (UHD and GNU Radio) on OS X]]
+
|style="width: 30%;"| [[Building and Installing the USRP Open-Source Toolchain (UHD and GNU Radio) on OS X]]
|| This AN provides a comprehensive step-by-step guide for building, installing, and maintaining the open-source toolchain, specifically UHD and GNU Radio, for the USRP from source code on the Linux platform.
+
|style="width: 50%;"| This AN provides a comprehensive step-by-step guide for building, installing, and maintaining the open-source toolchain, specifically UHD and GNU Radio, for the USRP from source code on the Linux platform.
||<center> Michael Dickens </center>
+
|style="width: 10%; text-align: center;"|Michael Dickens
 
|-
 
|-
  
  
|| <center> AN-936 </center>
+
|style="width: 10%; text-align: center;"| AN-936
|| [[Verifying the Operation of the USRP Using UHD and GNU Radio]]
+
|style="width: 30%;"| [[Verifying the Operation of the USRP Using UHD and GNU Radio]]
|| This AN explains how to use UHD and GNU Radio, once installed, to verify the correct operation of the USRP. Several test procedures are explained in detail. Several tests make use of an optional spectrum analyzer and signal generator.
+
|style="width: 50%;"| This AN explains how to use UHD and GNU Radio, once installed, to verify the correct operation of the USRP. Several test procedures are explained in detail. Several tests make use of an optional spectrum analyzer and signal generator.
||<center> Neel Pandeya </center>
+
|style="width: 10%; text-align: center;"|Neel Pandeya
 
|-
 
|-
  
  
|| <center> AN-561 </center>
+
|style="width: 10%; text-align: center;"| AN-561
|| [[Implementation of a Simple FM Receiver in GNU Radio]]
+
|style="width: 30%;"| [[Implementation of a Simple FM Receiver in GNU Radio]]
|| This AN shows a quick and simple implementation of an FM receiver for the USRP using GNU Radio. The goal is to easily demonstrate a practical application, and to verify that the USRP is functioning properly.
+
|style="width: 50%;"| This AN shows a quick and simple implementation of an FM receiver for the USRP using GNU Radio. The goal is to easily demonstrate a practical application, and to verify that the USRP is functioning properly.
||<center> Neel Pandeya </center>
+
|style="width: 10%; text-align: center;"|Neel Pandeya
 
|-
 
|-
  
  
|| <center> AN-188 </center>
+
|style="width: 10%; text-align: center;"| AN-188
|| [[Interrogating Passive Wireless SAW Sensors with the USRP]]
+
|style="width: 30%;"| [[Interrogating Passive Wireless SAW Sensors with the USRP]]
|| Typical interrogator design for wireless SAW sensor systems require many discrete components and lengthy build times, making it difficult to rapidly adapt to sensor designs in a research environment. We have employed the USRP B200 as a SAW sensor interrogation system. Interrogation of wideband orthogonal frequency coded (OFC) SAW sensors imposes strict requirements on the timing and synchronization of the transceiver. The USRP FPGA has been modified to operate in a synchronous, pulsed mode of operation, allowing rapid data acquisition and the full 56MHz bandwidth to be utilized. Data from the USRP is passed to a custom matched filter correlator routine to extract sensor parameters. The system is capable of interrogating multiple sensors, simultaneously. Demonstration of the system is accomplished by wirelessly interrogating SAW sensors at 915MHz and extracting temperature.
+
|style="width: 50%;"| Typical interrogator design for wireless SAW sensor systems require many discrete components and lengthy build times, making it difficult to rapidly adapt to sensor designs in a research environment. We have employed the USRP B200 as a SAW sensor interrogation system. Interrogation of wideband orthogonal frequency coded (OFC) SAW sensors imposes strict requirements on the timing and synchronization of the transceiver. The USRP FPGA has been modified to operate in a synchronous, pulsed mode of operation, allowing rapid data acquisition and the full 56MHz bandwidth to be utilized. Data from the USRP is passed to a custom matched filter correlator routine to extract sensor parameters. The system is capable of interrogating multiple sensors, simultaneously. Demonstration of the system is accomplished by wirelessly interrogating SAW sensors at 915MHz and extracting temperature.
||<center> Trip Humphries </center>
+
|style="width: 10%; text-align: center;"|Trip Humphries
 
|-
 
|-
  
  
|| <center> AN-322 </center>
+
|style="width: 10%; text-align: center;"| AN-322
|| [[Experiments with the UBX Daughterboard in the HF Band]]
+
|style="width: 30%;"| [[Experiments with the UBX Daughterboard in the HF Band]]
|| We show the results of experiments with the UBX daughtercard on an USRP X310 platform for use in the HF frequency range, from 1.8MHz to 30MHz. While the UBX is nominally rated for use only down to 10 MHz, with careful flow-graph design, and pre-filtering, it provides quite-good performance across the HF bands.
+
|style="width: 50%;"| We show the results of experiments with the UBX daughtercard on an USRP X310 platform for use in the HF frequency range, from 1.8MHz to 30MHz. While the UBX is nominally rated for use only down to 10 MHz, with careful flow-graph design, and pre-filtering, it provides quite-good performance across the HF bands.
||<center> Marcus Leech </center>
+
|style="width: 10%; text-align: center;"|Marcus Leech
 
|-
 
|-
  
  
|| <center> AN-363 </center>
+
|style="width: 10%; text-align: center;"| AN-363
|| [[Implementation of an ADS-B Receiver in GNU Radio]]
+
|style="width: 30%;"| [[Implementation of an ADS-B Receiver in GNU Radio]]
|| This AN guides the reader through the implementation of an ADS-B receiver using the gr-air-modes Out-of-Tree (OOT) module for GNU Radio. An explanation of ADS-B is also provided, and several real-world, over-the-air examples and profiled.
+
|style="width: 50%;"| This AN guides the reader through the implementation of an ADS-B receiver using the gr-air-modes Out-of-Tree (OOT) module for GNU Radio. An explanation of ADS-B is also provided, and several real-world, over-the-air examples and profiled.
||<center> Nate Temple </center>
+
|style="width: 10%; text-align: center;"|Nate Temple
 
|-
 
|-
  
  
|| <center> AN-177 </center>
+
|style="width: 10%; text-align: center;"| AN-177
|| [[About USRP Bandwidths and Sampling Rates]]
+
|style="width: 30%;"| [[About USRP Bandwidths and Sampling Rates]]
|| This AN provides insight into the topics of USRP architecture, system bandwidth, host interface throughput, and available sampling rates.
+
|style="width: 50%;"| This AN provides insight into the topics of USRP architecture, system bandwidth, host interface throughput, and available sampling rates.
||<center> Neel Pandeya <br> Nate Temple </center>
+
|style="width: 10%; text-align: center;"|Neel Pandeya <br> Nate Temple
 
|-
 
|-
  
  
|| <center> AN-881 </center>
+
|style="width: 10%; text-align: center;"| AN-881
|| [[Selecting an USRP Device]]
+
|style="width: 30%;"| [[Selecting an USRP Device]]
|| This AN explores the USRP family at a high level, compares devices across several primary features, and walks the reader through the process of selecting a particular device for the their application.
+
|style="width: 50%;"| This AN explores the USRP family at a high level, compares devices across several primary features, and walks the reader through the process of selecting a particular device for the their application.
||<center> Neel Pandeya <br> Nate Temple </center>
+
|style="width: 10%; text-align: center;"|Neel Pandeya <br> Nate Temple
 
|-
 
|-
  
  
|| <center> AN-492 </center>
+
|style="width: 10%; text-align: center;"| AN-492
|| [[Selecting an RF Daughterboard]]
+
|style="width: 30%;"| [[Selecting an RF Daughterboard]]
|| This AN explores the RF daughterboards used by the N-series and X-series USRP devices at a high level, compares devices across several primary features, and walks the reader through the process of selecting a particular device for the their application.
+
|style="width: 50%;"| This AN explores the RF daughterboards used by the N-series and X-series USRP devices at a high level, compares devices across several primary features, and walks the reader through the process of selecting a particular device for the their application.
||<center> Neel Pandeya <br> Nate Temple </center>
+
|style="width: 10%; text-align: center;"|Neel Pandeya <br> Nate Temple
 
|-
 
|-
  
  
|| <center> AN-204 </center>
+
|style="width: 10%; text-align: center;"| AN-204
|| [[Getting Started with UHD and C++]]
+
|style="width: 30%;"| [[Getting Started with UHD and C++]]
|| This AN explains how to write and build C++ programs that use the UHD API and introduces
+
|style="width: 50%;"| This AN explains how to write and build C++ programs that use the UHD API and introduces
||<center> Neel Pandeya <br> Nate Temple </center>
+
|style="width: 10%; text-align: center;"|Neel Pandeya <br> Nate Temple
 
|-
 
|-
  
  
|| <center> AN-117 </center>
+
|style="width: 10%; text-align: center;"| AN-117
|| [[GPSDO Selection Guide]]
+
|style="width: 30%;"| [[GPSDO Selection Guide]]
|| This AN explains how to select and use a GPSDO with the USRP B-, N-, and X-series devices.
+
|style="width: 50%;"| This AN explains how to select and use a GPSDO with the USRP B-, N-, and X-series devices.
||<center> Neel Pandeya <br> Nate Temple </center>
+
|style="width: 10%; text-align: center;"|Neel Pandeya <br> Nate Temple
 
|-
 
|-
  
  
 
|}
 
|}

Revision as of 11:58, 1 May 2016

Application Notes
Number Title Abstract Author
AN-445 Building and Installing the USRP Open-Source Toolchain (UHD and GNU Radio) on Linux This AN provides a comprehensive step-by-step guide for building, installing, and maintaining the open-source toolchain, specifically UHD and GNU Radio, for the USRP from source code on the Linux platform. Other alternate installation methods are also discussed. Neel Pandeya
AN-611 Building and Installing the USRP Open-Source Toolchain (UHD and GNU Radio) on Windows This AN provides a comprehensive step-by-step guide for building, installing, and maintaining the open-source toolchain, specifically UHD and GNU Radio, for the USRP from source code on the Linux platform. Derek Kozel
AN-788 Building and Installing the USRP Open-Source Toolchain (UHD and GNU Radio) on OS X This AN provides a comprehensive step-by-step guide for building, installing, and maintaining the open-source toolchain, specifically UHD and GNU Radio, for the USRP from source code on the Linux platform. Michael Dickens
AN-936 Verifying the Operation of the USRP Using UHD and GNU Radio This AN explains how to use UHD and GNU Radio, once installed, to verify the correct operation of the USRP. Several test procedures are explained in detail. Several tests make use of an optional spectrum analyzer and signal generator. Neel Pandeya
AN-561 Implementation of a Simple FM Receiver in GNU Radio This AN shows a quick and simple implementation of an FM receiver for the USRP using GNU Radio. The goal is to easily demonstrate a practical application, and to verify that the USRP is functioning properly. Neel Pandeya
AN-188 Interrogating Passive Wireless SAW Sensors with the USRP Typical interrogator design for wireless SAW sensor systems require many discrete components and lengthy build times, making it difficult to rapidly adapt to sensor designs in a research environment. We have employed the USRP B200 as a SAW sensor interrogation system. Interrogation of wideband orthogonal frequency coded (OFC) SAW sensors imposes strict requirements on the timing and synchronization of the transceiver. The USRP FPGA has been modified to operate in a synchronous, pulsed mode of operation, allowing rapid data acquisition and the full 56MHz bandwidth to be utilized. Data from the USRP is passed to a custom matched filter correlator routine to extract sensor parameters. The system is capable of interrogating multiple sensors, simultaneously. Demonstration of the system is accomplished by wirelessly interrogating SAW sensors at 915MHz and extracting temperature. Trip Humphries
AN-322 Experiments with the UBX Daughterboard in the HF Band We show the results of experiments with the UBX daughtercard on an USRP X310 platform for use in the HF frequency range, from 1.8MHz to 30MHz. While the UBX is nominally rated for use only down to 10 MHz, with careful flow-graph design, and pre-filtering, it provides quite-good performance across the HF bands. Marcus Leech
AN-363 Implementation of an ADS-B Receiver in GNU Radio This AN guides the reader through the implementation of an ADS-B receiver using the gr-air-modes Out-of-Tree (OOT) module for GNU Radio. An explanation of ADS-B is also provided, and several real-world, over-the-air examples and profiled. Nate Temple
AN-177 About USRP Bandwidths and Sampling Rates This AN provides insight into the topics of USRP architecture, system bandwidth, host interface throughput, and available sampling rates. Neel Pandeya
Nate Temple
AN-881 Selecting an USRP Device This AN explores the USRP family at a high level, compares devices across several primary features, and walks the reader through the process of selecting a particular device for the their application. Neel Pandeya
Nate Temple
AN-492 Selecting an RF Daughterboard This AN explores the RF daughterboards used by the N-series and X-series USRP devices at a high level, compares devices across several primary features, and walks the reader through the process of selecting a particular device for the their application. Neel Pandeya
Nate Temple
AN-204 Getting Started with UHD and C++ This AN explains how to write and build C++ programs that use the UHD API and introduces Neel Pandeya
Nate Temple
AN-117 GPSDO Selection Guide This AN explains how to select and use a GPSDO with the USRP B-, N-, and X-series devices. Neel Pandeya
Nate Temple