National Instruments NI Spectral Measurements Toolkit user manual

User manual for the device National Instruments NI Spectral Measurements Toolkit

Device: National Instruments NI Spectral Measurements Toolkit
Category: Tool Storage
Manufacturer: National Instruments
Size: 0.5 MB
Added : 3/18/2014
Number of pages: 35
Print the manual

Download

How to use this site?

Our goal is to provide you with a quick access to the content of the user manual for National Instruments NI Spectral Measurements Toolkit. Using the online preview, you can quickly view the contents and go to the page where you will find the solution to your problem with National Instruments NI Spectral Measurements Toolkit.

For your convenience

If looking through the National Instruments NI Spectral Measurements Toolkit user manual directly on this website is not convenient for you, there are two possible solutions:

  • Full Screen Viewing - to easily view the user manual (without downloading it to your computer), you can use full-screen viewing mode. To start viewing the user manual National Instruments NI Spectral Measurements Toolkit on full screen, use the button Fullscreen.
  • Downloading to your computer - You can also download the user manual National Instruments NI Spectral Measurements Toolkit to your computer and keep it in your files. However, if you do not want to take up too much of your disk space, you can always download it in the future from ManualsBase.
National Instruments NI Spectral Measurements Toolkit User manual - Online PDF
Advertisement
« Page 1 of 35 »
Advertisement
Print version

Many people prefer to read the documents not on the screen, but in the printed version. The option to print the manual has also been provided, and you can use it by clicking the link above - Print the manual. You do not have to print the entire manual National Instruments NI Spectral Measurements Toolkit but the selected pages only. paper.

Summaries

Below you will find previews of the content of the user manuals presented on the following pages to National Instruments NI Spectral Measurements Toolkit. If you want to quickly view the content of pages found on the following pages of the manual, you can use them.

Abstracts of contents
Summary of the content on the page No. 1

USER GUIDE
NI Spectral Measurements Toolkit
This document explains how to use the NI Spectral Measurements Toolkit
™ ™
(SMT) in LabVIEW and LabWindows /CVI for frequency-domain
measurements.
Contents
Conventions ............................................................................................ 2
Using the Spectral Measurements Toolkit .............................................. 3
Integrating the Spectral Measurements Toolkit............................... 4
Locating the Spectral M

Summary of the content on the page No. 2

Averaged Cross Spectrum ................................................................28 Averaged Frequency Response ........................................................29 Spectral Domain Measurements..............................................................29 Unit Conversion................................................................................29 Peak Search and Amplitude/Frequency Estimation .........................31 Power in Band ..........................................

Summary of the content on the page No. 3

Using the Spectral Measurements Toolkit The Spectral Measurements Toolkit contains LabVIEW VIs and LabWindows/CVI functions that perform the following operations: � Zoom frequency analysis—Zoom fast Fourier transform (FFT) functions and VIs allow you to zoom in on a narrow frequency range in a spectrum. � Spectrum averag ing—The Spectral Measurements Toolkit supports averaging types such as root-mean-square (RMS) averaging, vector averaging, and peak-hold averaging. � Spectral measurements

Summary of the content on the page No. 4

Integrating the Spectral Measurements Toolkit You can use the Spectral Measurements Toolkit for the following applications: � Frequency-domain measurements such as: – Adjacent channel power ratio (ACPR) – Channel spectrum – Power-in-band measurements – Average and peak power – Power spectral density – Spectrum limit and mask testing � Modulation-domain measurements such as: – Frequency deviation – AM modulation index � Component-level measurements such as characterization of oscillators, mixe

Summary of the content on the page No. 5

SMT Programming Flow Diagram Programming flow diagrams are flowcharts that depict the most effective order for programming Spectral Measurements Toolkit VIs. Use the programming flow diagram in the SMT Programming Flow VI as a visual guide for the order in which you should call VIs. This VI is located in the \examples\Spectral Measurements Toolset\ Simulation folder. The example is not intended to be executable, but rather to supply an informative block diagram depicting general

Summary of the content on the page No. 6

2. Enter the output power spectrum into an SMT measurement VI and/or use the SMT Spectrum Unit Conversion VI as follows: a. Enter the output power spectrum into an SMT measurement VI: the SMT Power in Band, the SMT Adjacent Channel Power, or the SMT Occupied Bandwidth VI. These VIs accept a power 2 spectrum with units V and return the requested measurements. rms Perform the measurements on only an unscaled power spectrum. You can specify the units in which to view these measurements. b. Us

Summary of the content on the page No. 7

For an averaged power spectrum with zoom, use the SMT Zoom Power Spectrum VI. For an averaged FFT spectrum, which has a complex output for magnitude and phase calculations, use the SMT Zoom FFT VI first and then the SMT Averaged FFT Spectrum VI. If you have two channels of input time-domain data and want cross power spectrum or frequency-response measurements, use the SMT Zoom FFT Spectrum VI first and then the SMT Averaged Cross Spectrum VI or the SMT Averaged Frequency Response VI. Usi

Summary of the content on the page No. 8

The averaging parameters cluster specifies the following settings: � Averaging type, such as vector averaging, RMS averaging, or peak hold � Weighting type, such as linear or exponential � Averaging size The linear weighting mode parameter specifies a type of linear weighting. The SMT Zoom Power Spectrum VI, located on the SMT Advanced 2 palette, returns the spectrum in units of V . rms The unit conversion settings parameter specifies the units in which to display the spectrum. For example,

Summary of the content on the page No. 9

The channel specification parameter specifies the center frequency, bandwidth, and spacing for the ACP measurement. The bandwidth parameter specifies the width of each channel. The spacing parameter specifies the separation between the center frequencies of each channel. The Units [rms] parameter specifies the units for the ACP measurement. The Power Spectrum parameter is a waveform graph that shows the power spectrum with the three channels, or bands, and the power in each channel. The A

Summary of the content on the page No. 10

Cross Power Spectrum Measurement The Cross Power Spectrum Measurement example is located at samples\ smt\simulated\smtcrspwr\smtcrspwr.prj. This example demonstrates how to configure the zoom FFT, then calculates the averaged power spectrum of a stimulus and response signal from a device under test and the averaged cross spectrum between these two signals. The example uses the continuous zoom FFT technique and demonstrates how you must create a unique handle for the stimulus data (handle1)

Summary of the content on the page No. 11

Figure 2. Zoom FFT Technique FFT algorithms usually perform baseband analysis by displaying the spectrum from zero to the Nyquist frequency. However, a standard FFT might not be effective if you need to obtain a higher frequency resolution over a limited portion of the spectrum or if you need to zoom in on details of a spectral region. The zoom FFT uses algorithms to avoid the amount of calculation required using a long standard FFT to obtain high-frequency resolution over an entire spect

Summary of the content on the page No. 12

Continuous Zoom FFT Continuous zoom FFT is a technique for quickly analyzing data as it arrives. A decimation process reduces the sample rate in real time. After the process acquires all the data and decimates it in time T, a relatively small FFT remains. The term continuous refers to beginning the process while data arrives. With a standard FFT, you must wait until all the data arrives before beginning calculations. The continuous zoom FFT first shifts the spectral region of interest into

Summary of the content on the page No. 13

The continuous zoom FFT technique is sometimes called the real-time zoom FFT because it continuously performs the frequency shifting, decimation, and filtering processes on the arriving data. The FFT operation itself cannot proceed until you acquire all the data. The FFT operation then occurs in parallel with the next data acquisition. You can use the SMT Cont Zoom FFT VI to perform the continuous zoom FFT technique. This VI is located on the Zoom FFT palette, which is a subpalette of the

Summary of the content on the page No. 14

Block Zoom FFT Use a block zoom FFT in situations when you cannot access data until the data acquisition is complete. The block zoom FFT is a nondestructive zoom FFT because it stores data before processing, so the data is available in its original form if you need it for other operations. The block zoom FFT is an algorithm that calculates a portion of a large FFT. The block zoom FFT also improves the frequency resolution, df, by increasing the number of points that the FFT processes. A bl

Summary of the content on the page No. 15

The block zoom FFT is a general-purpose technique that works best as a post-processing method. The block zoom FFT also is useful for real-time applications where the data rate is too high for a continuous zoom FFT to sustain in real time. To process the entire data set, provide enough memory to store the data until the FFT can process it. If processing every data point is not critical, use the block zoom FFT with the latest data available. Zoom Spectrogram A spectrogram is the result of joi

Summary of the content on the page No. 16

Time Span 1.0 0.8 0.6 Window 0.4 0.2 Signal 0.0 –0.2 –0.4 –0.6 0 10 20 30 40 50 60 70 75 Time (µs) FFT FFT F T Figure 5. Spectrogram Process Example The SMT Config Zoom STFT VI specifies the spectrogram in terms of its center frequency, frequency span, and time span. The frequency span controls the FFT zoom. If the center frequency is 10 MHz and the span is 2 MHz, the SMT Config Zoom STFT VI calculates the spectrogram from 9 MHz to 11 MHz. The time span specifies the time interval from the

Summary of the content on the page No. 17

18 µs 15 µs 12 µs 9 µs 6 µs 3 µs 0 µs effective band specification. If you leave the default advanced parameters, the configuration VI calculates the correct parameters for a spectrogram with evenly distributed time and frequency resolution on a square display area. If the display area is not square, enter an aspect ratio for the display area in the aspect ratio parameter. Figure 6 shows an example of a completed spectrogram with a center frequency of 16 MHz and a span of 16 MHz. Figure 6.

Summary of the content on the page No. 18

Configuring Zoom FFT VIs When using Spectral Measurements Toolkit VIs, you must enter several values to completely specify a zoom FFT. The Spectral Measurements Toolkit provides two configuration VIs that select values for each setting and that require you to enter a minimal number of values. The SMT Config Zoom FFT VI configures the block zoom FFT. The SMT Config Cont Zoom FFT VI configures the continuous zoom FFT. These configuration VIs ensure that the input values are compatible and yi

Summary of the content on the page No. 19

The left side of Figure 7 shows examples of the four combinations of center frequency and span that you can encounter in the case of a real input signal. The right side of Figure 7 shows the actual coerced values of center frequency and span that the VI sets in each example. Antialiasing Filter Response User Input Coerced Result Effective Band Effective Band a. Span Span f f f f /2 f f f f /2 l c h s l c h s Effective Band Effective Band b. Span Span f f f f /2 f f = (f + f ) f f /2 l h c s

Summary of the content on the page No. 20

that is outside the effective band, the span changes to the default value, which is the center of the effective band. Figure 7c demonstrates that if you request a span that is wider than the effective band, the span decreases until it falls entirely within the effective band without moving the center frequency. Figure 7d demonstrates that if you enter center frequency and span values that fall within acceptable limits but a portion of the span falls outside the effective band, the center f


Alternative user manuals
# User manual Category Download
1 Addonics Technologies ST34ESA User manual Tool Storage 1
2 ATD Tools ATD-7099 User manual Tool Storage 0
3 ATD Tools ATD7275 User manual Tool Storage 0
4 ATD Tools ATD-7162 User manual Tool Storage 0
5 ATD Tools ATD-7110 User manual Tool Storage 0
6 ATD Tools ATD-7102 User manual Tool Storage 0
7 ATD Tools ITB-B520 User manual Tool Storage 0
8 ATD Tools ATD-5165 User manual Tool Storage 0
9 Avanti WCV42DZ User manual Tool Storage 0
10 Bahco MS7056ENG User manual Tool Storage 2
11 Arrow Storage Products 272.98301.491 White User manual Tool Storage 2
12 Bahco 3126N-LHFR User manual Tool Storage 2
13 ADIC Version 2.7 User manual Tool Storage 1
14 ADIC 6-00025-01 User manual Tool Storage 0
15 ATD Tools Atd-81047 User manual Tool Storage 0