ni lte test solution datasheet speed and performance

15
1/15 www.ni.com Back to Top Technical Sales (866) 531-6285 [email protected] 1. 2. Last Revised: 2014-11-06 07:14:57.0 NI LTE Test Solution Datasheet Overview The NI LTE Toolkit provides tools and functions to generate and analyze signals to test LTE signals that conform to the 3GPP specifications. The toolkit includes soft front panels for easily generating and analyzing LTE signals and API for automating LTE tests, providing a fast, high performance test system. Application and Technology Speed and Performance The NI LTE toolkit provides the speed needed for production test environments and the high performance, both in EVM and dynamic range needed for r&d and characterization environments. The image above shows LTE EVM as a %age for varying input power levels. The image above shows LTE UTRA ACP in dBc at varying input power levels. The LTE signal is a Fully Filled PUSCH, 10 MHz signal. An NI PXIe-5644R vector signal transceiver is used to generate the signal and an NI PXIe-5665 vector signal analyzer is used to analyze it. Average Test Times The following numbers were obtained using NI-5644R Vector Signal Transceiver for generation NI-5665 Vector Signal Analyzer for analysis For user manuals and dimensional drawings, visit the product page resources tab on ni.com.

Upload: others

Post on 03-Feb-2022

2 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: NI LTE Test Solution Datasheet Speed and Performance

1/15 www.ni.com

Back to Top

Technical Sales

(866) [email protected]

1.

2.

Last Revised: 2014-11-06 07:14:57.0

NI LTE Test Solution Datasheet

OverviewThe NI LTE Toolkit provides tools and functions to generate and analyze signals to test LTE signals that conform to the 3GPP specifications. The toolkit includes soft front panelsfor easily generating and analyzing LTE signals and API for automating LTE tests, providing a fast, high performance test system.

Application and Technology

Speed and PerformanceThe NI LTE toolkit provides the speed needed for production test environments and the high performance, both in EVM and dynamic range needed for r&d and characterizationenvironments.

The image above shows LTE EVM as a %age for varying input power levels.

The image above shows LTE UTRA ACP in dBc at varying input power levels. The LTE signal is a Fully Filled PUSCH, 10 MHz signal. An NI PXIe-5644R vector signaltransceiver is used to generate the signal and an NI PXIe-5665 vector signal analyzer is used to analyze it.

Average Test TimesThe following numbers were obtained using

NI-5644R Vector Signal Transceiver for generation

NI-5665 Vector Signal Analyzer for analysis

For user manuals and dimensional drawings, visit the product page resources tab on ni.com.

Page 2: NI LTE Test Solution Datasheet Speed and Performance

2/15 www.ni.com

2.

3.

NI-5665 Vector Signal Analyzer for analysis

NI LTE Toolkit

Note: These represent typical numbers. Different techniques can be used to improve the measurements and the times.

Measurement Value Std Deviation Average MeasTimeFully Filled PUSCH EVM -56.14 dB 0.18 @ 10 averages 155 msACP 10 MHz BW -65 dBc 0.01 3.64 msSpectral Emissions Mask NA NA 69.49msChannel Power (ChP) -10 dBm 0.06 2.46msOccupied Bandwidth (OBW) 8.9MHz 0.18 18.5msCCDF (PAPR) 6.99 dB 0.31 8.6ms

Soft Front PanelsAnalysis

The LTE Soft Front Panel for Analysis allows you to quickly analyze and display common LTE measurements. Both TDD and FDD formats are supported in the soft front panels.

Generation

The LTE Soft Front Panel for Generation allows you to quickly generate a variety of different LTE wavefroms.

The Soft Front Panels feature

Saving and loading of configurations

Multiple windows showing different measurements

Customizable UL and DL signals for generation

Channel Configuration

SRS and PUSCH settings

Impairments for generation

Up to 4X4 MIMO

Multiple instances

API

Page 3: NI LTE Test Solution Datasheet Speed and Performance

3/15 www.ni.com

The NI LTE toolkit is supported in

LabVIEW

LabWindows / CVI

C/C++

.NET

Shipping example programs are included with all the above programming environments. Below are descriptions of some of the basic functions.

niLTE SA Open Session VI

Looks up an existing niLTE analysis session using the session name parameter and returns the refnum that you can pass to subsequent niLTE Analysis VIs. If the look up fails,the niLTE SA Open Session VI creates a new niLTE analysis session and returns a new refnum.

niLTE SA EARFCN to Carrier Frequency VI

Computes the carrier frequency using the value that you specify in the EARFCN parameter, as described in section 5.7.3 of the 3GPP TS 36.101 v8.6.0 specifications.

niLTE SA Set Cyclic Prefix Mode VI

Sets the Cyclic Prefix Mode property.

niLTE RFSA Measure VI

Configures the NI RF vector signal analyzer and initiates acquisition on the hardware. When the Recommended Acquisition Type property is set to IQ, this VI fetches thewaveforms and calls the niLTE SA Analyze VI in a loop n times to perform measurements on the acquired waveforms, where n is equal to the number of averages specified.

niLTE SA Analyze (Complex Cluster)

Performs Demodulation, PvT, CCDF, CHP, ACP, OBW, and SEM measurements on the input complex waveform. Use this VI only if the Recommended Acquisition Type propertyis set to IQ.

LTE Measurements The images below show some of the measurements taken using the LTE LabVIEW API. The LTE signal is generated using an NI-5644R and acquired using an NI PXIe-5665vector signal analyzer.

The image above shows a constellation plot of a QPSK LTE signal and the spectral flatness trace

Page 4: NI LTE Test Solution Datasheet Speed and Performance

4/15 www.ni.com

The image above shows a 10MHz LTE spectrum acquired by the NI PXIe-5665

The image above shows the EVM per symbol trace acquired on an NI PXIe-5665

The image above shows the EVM per resource block trace and the EVM per subcarrier trace

The image above shows the spectral emissions mask and the power vs. time measurements acquired on an NI PXIe-5665

Included Example ProgramsThe NI LTE toolkit includes a number of shipping example programs. These are ready to run examples providing you with a starting point for complex test setups.

The example below shows how to make a basic ACP measurement.

/****************************************************************************

* National Instruments LTE Signal Analyzer

*---------------------------------------------------------------------------

* Copyright (c) National Instruments 2011. All Rights Reserved.

*---------------------------------------------------------------------------

*

Page 5: NI LTE Test Solution Datasheet Speed and Performance

5/15 www.ni.com

* Title: MeasureACP.c

* Purpose: This example demostrates LTE Uplink ACP Measurement

*

****************************************************************************/

#include <stdio.h>

#include <conio.h>

#include <stdlib.h>

#include <string.h>

#include "niLTEAnalysisRfsa.h"

/*--------------------------------------------------------------------------*/

/* Global Variables */

/*--------------------------------------------------------------------------*/

static niLTESASession lteSession = NULL;

static ViSession rfsaSession = 0;

static int32 numberOfAverages, isNewSession, acpAverageType, acpFrequencyListType, acpMeasResultsType,

duplexMode, autoLevel, triggerEnabled;

static char errorMessage[NILTESA_VAL_MAX_ERROR_MESSAGE_SIZE] = "", rfsaResourceName[20], refClockSource[20];

static float64 carrierFrequency = 0, systemBandwidth, referenceLevel;

static float64 referenceChannelPower, triggerDelay, refChBW;

/*Custom Frequency List Type */

int32 adjChsEnabled [] = {NILTESA_VAL_TRUE, NILTESA_VAL_TRUE};

int32 adjChsSidebands [] = {NILTESA_VAL_ACP_ADJACENT_CHANNELS_SIDEBANDS_BOTH,

NILTESA_VAL_ACP_ADJACENT_CHANNELS_SIDEBANDS_BOTH};

float64 adjChsBW [] = { 9e+6, 3.84e+6};

float64 adjChsFreqOffsets [] = { 10e+6, 7.5e+6};

int32 adjChsRRCEnabled [] = {NILTESA_VAL_TRUE, NILTESA_VAL_TRUE};

float64 adjChsRRCAlpha [] = { 0.22, 0.22};

/*--------------------------------------------------------------------------*/

/* Forward Declaration of the functions */

/*--------------------------------------------------------------------------*/

int32 initGlobalVaribales(void);

int32 configureToolkitSession(void);

int32 configureRfsaSession(void);

int32 analyze(void);

int32 displayResults(void);

int main (int argc, char *argv[])

{

int32 error = 0, rfsaError ;

checkWarn(initGlobalVaribales());

checkWarn(configureToolkitSession());

checkWarn(configureRfsaSession());

do

Page 6: NI LTE Test Solution Datasheet Speed and Performance

6/15 www.ni.com

{

checkWarn(analyze());

checkWarn(displayResults());

printf("\nDo you want to Analyze again (y/n):");

}while(_getch()=='y');

Error:

rfsaError = error;

niRFSA_GetError (rfsaSession, &rfsaError, NILTESA_VAL_MAX_ERROR_MESSAGE_SIZE, errorMessage);

if(strlen(errorMessage) == 0)

niLTESA_GetErrorString (lteSession, error, errorMessage, NILTESA_VAL_MAX_ERROR_MESSAGE_SIZE);

if (error < 0)

printf("ERROR: %s\n", errorMessage);

else if (error > 0)

printf("WARNING: %s\n", errorMessage);

if(rfsaSession)

niRFSA_close (rfsaSession);

if(lteSession)

niLTESA_CloseSession (lteSession);

if (error)

_getch();

return error;

}

/*--------------------------------------------------------------------------*/

/* Function to set the values of the Global Varibales */

/*--------------------------------------------------------------------------*/

int32 initGlobalVaribales(void)

{

//Set the parameters specific to LTE

duplexMode = NILTESA_VAL_DUPLEX_MODE_UL_FDD;

systemBandwidth = 10e6;

numberOfAverages = 1;

acpAverageType = NILTESA_VAL_ACP_AVERAGE_TYPE_LINEAR;

acpFrequencyListType = NILTESA_VAL_ACP_FREQUENCY_LIST_TYPE_STANDARD;

acpMeasResultsType = NILTESA_VAL_ACP_MEASUREMENT_RESULTS_TYPE_TOTAL_POWER_REFERENCE;

autoLevel = NILTESA_VAL_TRUE;

refChBW = 9e+6;

//Set the parameters specific to Hardware

strcpy(rfsaResourceName, "RFSA");

strcpy(refClockSource, "PXI_CLK");

referenceLevel = 0;

triggerEnabled = NILTESA_VAL_FALSE;

Page 7: NI LTE Test Solution Datasheet Speed and Performance

7/15 www.ni.com

triggerDelay = 0;

//Set the parameters common for hardware and the toolkit

carrierFrequency = 1e9;

return 0;

}

/*--------------------------------------------------------------------------*/

/* Function to configure the LTE Session */

/*--------------------------------------------------------------------------*/

int32 configureToolkitSession(void)

{

int error = 0;

//Open a new session

if(!lteSession)

checkWarn(niLTESA_OpenSession("LTESA", NILTESA_VAL_TOOLKIT_COMPATIBILITY_VERSION_010000, &lteSession, &isNewSession));

checkWarn(niLTESA_SetHardwareSettingsCarrierFrequency(lteSession, "", carrierFrequency));//Set the Carrier Frequecny

checkWarn(niLTESA_SetHardwareSettingsTriggerDelay(lteSession, "", triggerDelay));//Set Trigger Delay

checkWarn(niLTESA_SetDuplexMode(lteSession, "", duplexMode));//Set Duplex Mode

checkWarn(niLTESA_SetSystemBandwidth(lteSession, "", systemBandwidth));//Set the System Bandwidth

checkWarn(niLTESA_SelectMeasurementsWithTraces(lteSession, NILTESA_VAL_ACP_MEASUREMENT, NILTESA_VAL_FALSE));//Enable SEM Measurement

checkWarn(niLTESA_ACPSetMeasurementResultsType(lteSession, "", acpMeasResultsType));//Set the ACP Measurement Results Type

checkWarn(niLTESA_ACPSetFrequencyListType(lteSession, "", acpFrequencyListType));// Set the ACP Frequency List Type

if(acpFrequencyListType == NILTESA_VAL_ACP_FREQUENCY_LIST_TYPE_CUSTOM)

{

checkWarn(niLTESA_ACPSetReferenceChannelBandwidth(lteSession, "", refChBW));

checkWarn(niLTESA_ACPSetAdjacentChannelsEnabled(lteSession, "", adjChsEnabled, sizeof(adjChsEnabled)/sizeof(int32)));

checkWarn(niLTESA_ACPSetAdjacentChannelsSidebands(lteSession, "", adjChsSidebands, sizeof(adjChsSidebands)/sizeof(int32)));

checkWarn(niLTESA_ACPSetAdjacentChannelsBandwidths(lteSession, "", adjChsBW, sizeof(adjChsBW)/sizeof(float64)));

checkWarn(niLTESA_ACPSetAdjacentChannelsFrequencyOffsets(lteSession, "", adjChsFreqOffsets, sizeof(adjChsFreqOffsets)/sizeof(float64)));

checkWarn(niLTESA_ACPSetAdjacentChannelsRRCFilterEnabled(lteSession, "", adjChsRRCEnabled, sizeof(adjChsRRCEnabled)/sizeof(int32)));

checkWarn(niLTESA_ACPSetAdjacentChannelsRRCFilterAlpha(lteSession, "", adjChsRRCAlpha, sizeof(adjChsRRCAlpha)/sizeof(float64)));

}

checkWarn(niLTESA_ACPSetAverageType(lteSession, "", acpAverageType));//Set the ACP Average Type

checkWarn(niLTESA_ACPSetNumberOfAverages(lteSession, "", numberOfAverages));//Set the Number of Averages for ACP measurement

Error:

return error;

}

/*--------------------------------------------------------------------------*/

/* Function to configure the Hardware Session */

/*--------------------------------------------------------------------------*/

Page 8: NI LTE Test Solution Datasheet Speed and Performance

8/15 www.ni.com

int32 configureRfsaSession(void)

{

int error = 0;

if(!rfsaSession)

checkWarn(niRFSA_init(rfsaResourceName, VI_TRUE, VI_FALSE, &rfsaSession));

//Set the RFSA carrier frequency for the IQ Acquistion

checkWarn(niRFSA_ConfigureIQCarrierFrequency(rfsaSession, "", carrierFrequency));

//Set the RFSA Frequency Reference Source

checkWarn(niRFSA_ConfigureRefClock(rfsaSession, refClockSource, 10e6));

if (autoLevel)

checkWarn(niLTESA_RFSAAutoLevel(rfsaSession,"",systemBandwidth, 0.01,5, &referenceLevel));

//Set the Reference level of the RFSA

checkWarn(niRFSA_ConfigureReferenceLevel(rfsaSession, "", referenceLevel));

if (triggerEnabled)

checkWarn(niRFSA_ConfigureIQPowerEdgeRefTrigger(rfsaSession, "0", referenceLevel-20.00, NIRFSA_VAL_RISING_SLOPE, 0));

else

checkWarn(niRFSA_DisableRefTrigger(rfsaSession));

Error:

return error;

}

/*--------------------------------------------------------------------------*/

/* Function to acquire signal from the hardware and analze */

/*--------------------------------------------------------------------------*/

int32 analyze(void)

{

int error = 0;

//Acquire and Analyze the signal

checkWarn(niLTESA_RFSAMeasure(lteSession, rfsaSession, "", 10));

Error:

return error;

}

/*--------------------------------------------------------------------------*/

/* Function to dsiplay the results */

/*--------------------------------------------------------------------------*/

int32 displayResults(void)

{

int error = 0;

Page 9: NI LTE Test Solution Datasheet Speed and Performance

9/15 www.ni.com

//Get ACP Results

checkWarn(niLTESA_ACPGetReferenceChannelPower(lteSession, "", &referenceChannelPower));

//Display ACP Results

printf("\n\n--------- ACP Results ---------------------------------------------");

printf("\nReference Channel Power : %g dBm", referenceChannelPower);

Error:

return error;

}

Included Measurements and SettingsThe lists below include all the measurements and settings supported by the NI LTE toolkit.

Demodulated ResultsniLTE SA ModAcc GetSync Found

Returns the value of the Sync Found property.

niLTE SA ModAcc GetChannel RMS EVM

Returns the value of the Channel RMS EVM property.

niLTE SA ModAcc Get ULChannel Data RMS EVM

Returns the value of the UL Channel Data RMS EVM property.

niLTE SA ModAcc Get ULChannel DMRS RMS EVM

Returns the value of the UL Channel DMRS RMS EVM property.

niLTE SA ModAcc GetCurrent Iteration SRSConstellation Trace

Retrieves the constellation of the received sounding reference signal (SRS). The constellation trace consists of the constellation for all the slots in themeasurement interval.

niLTE SA ModAcc GetAverage Sample ClockOffset

Returns the value of the Average Sample Clock Offset property.

niLTE SA ModAcc GetAverage Carrier FrequencyOffset

Returns the value of the Average Carrier Frequency Offset property.

niLTE SA ModAcc GetAverage Quadrature Skew

Returns the value of the Quadrature Skew:Average property.

niLTE SA ModAcc GetAverage IQ GainImbalance

Returns the value of the Average IQ Gain Imbalance property.

niLTE SA ModAcc GetAverage IQ Offset

Returns the value of the Average IQ Offset property.

niLTE SA ModAcc GetCurrent IterationConstellation Trace

Retrieves the constellation of the received signal. The constellation trace consists of the constellation for all the slots in the measurement interval.

niLTE SA ModAcc GetCurrent Iteration EVM perSymbol per SubcarrierTrace

Returns the error vector magnitude (EVM) per symbol per subcarrier, in dB or percentage, for each iteration when the toolkit processes the acquiredwaveform. You can query this property only if you set the EVM per Symbol per Subcarrier Trace Enabled property or All Demodulation TracesEnabled property to True.

niLTE SA ModAcc GetCurrent Iteration EVM perSymbol Trace

Returns the error vector magnitude (EVM) per symbol trace, in dB or percentage. The number of elements in the trace is equal to the number ofsymbols in the given measurement interval.

niLTE SA ModAcc GetCurrent Iteration EVM perSubcarrier Trace

Returns the error vector magnitude (EVM) per subcarrier number, in dB or percentage, for each iteration when the toolkit processes the acquiredwaveform. The toolkit obtains this trace from the EVM per symbol per subcarrier trace by averaging over the symbols. You can read the EVM persubcarrier trace only if you set the EVM per Subcarrier Trace Enabled property or All Demodulation Traces Enabled property to True.

niLTE SA ModAcc GetCurrent Iteration EVM perSlot Trace

Returns the error vector magnitude (EVM) per slot trace. The number of elements in the trace is equal to the number of slots in the givenmeasurement interval. For example, if the measurement interval is set to 20 slots, the trace contains 20 elements.

niLTE SA ModAcc GetCurrent Iteration EVM perRB Trace

Returns the error vector magnitude (EVM) per resource block (RB) trace. The number of elements in the trace is equal to the maximum RB allocationin the given measurement interval.

niLTE SA ModAcc GetCurrent Iteration SpectralFlatness Trace

Returns the spectral flatness trace of the channel. This VI returns the relative magnitude variation in the channel.

Spectral ResultsniLTE SA CHP GetChannel Power

Returns the value of the CHP Channel Power property.

niLTE SA CHP GetSpectrum Trace

Returns the channel power (CHP) spectrum trace.

niLTE SA ACP GetPositive RelativePowers

Returns the value of the ACP Positive Relative Powers property.

niLTE SA ACP Get Returns the value of the ACP Negative Relative Powers property.

Page 10: NI LTE Test Solution Datasheet Speed and Performance

10/15 www.ni.com

Negative RelativePowersniLTE SA ACP GetCurrent Iteration IQTrace

Returns the I/Q trace obtained for the adjacent channel power (ACP) measurement.

niLTE SA ACP GetSpectrum Trace

Returns the power spectrum trace obtained as part of adjacent channel power (ACP) measurement. The toolkit decides the unit based on the MeasurementResults Type property.

niLTE SA OBW GetOccupied Bandwidth

Returns the value of the Occupied Bandwidth property.

niLTE SA OBW GetSpectrum Trace

Returns the power spectrum trace obtained as part of occupied bandwidth (OBW) measurement.

niLTE SA SEM GetMeasurement Status

Returns the value of the SEM Measurement Status property.

niLTE SA SEM GetSpectrum Trace

Returns the frequency domain spectrum trace.

niLTE SA SEM GetAbsolute Limit Trace

Returns the absolute spectral mask limit trace. The limit trace depends on the SEM Mask Type property.

niLTE SA SEM GetRelative Limit Trace

Returns the relative spectral mask limit trace.

niLTE SA SEM GetIQ Trace

Returns the I/Q trace obtained for the spectral emission mask (SEM) measurement.

niLTE SA SEM GetTransmit SpectralMask Trace

Returns the absolute spectral mask limit and spectrum trace. This VI also returns the relative spectral mask limit, if requested in the custom mode. The firstelement of the spectral mask array contains the spectrum, in dBm, the second element of the array contains the absolute mask limit, in dBm, and the lastelement contains the relative mask limit, in dB.

PVT ResultsniLTE SA PVT Get Measurement Status Returns the value of the PvT Measurement Status property.niLTE SA PVT Get Burst Width Returns the value of the PvT Burst Width property.niLTE SA PVT Get Rampup Time Returns the value of the PvT Ramp Up Time property.niLTE SA PVT Get Rampdown Time Returns the value of the PvT Ramp Down Time property.niLTE SA PVT Get Average TransmitOff Power

Returns the value of the PvT Average Transmit Off Power property.

niLTE SA PVT Get Average TransmitOn Power

Returns the value of the PvT Average Transmit On Power property.

niLTE SA PVT Get Current Iteration PvTTrace

Returns the average power versus time trace. The toolkit averages the trace over the number of acquisitions specified by the PvTNumber of Averages property.

Generation ParametersDuplex Mode Specifies the direction and the duplexing technique that the toolkit uses to create the waveform. TDD Configuration:UL/DL Configuration Specifies the uplink/downlink (UL/DL) configuration index as defined in section 4.2 of the 3GPP TS 36.211 v8.8.0 specifications for the

time-division duplex (TDD) frame. TDD Configuration:Special SubframeConfiguration

Specifies the special subframe configuration index as defined in section 4.2 of the 3GPP TS 36.211 v8.8.0 specifications. The value ofthis property is equal to the ratio of uplink pilot timeslot (UpPTS) to downlink pilot timeslot (DwPTS).

System Bandwidth (Hz) Specifies the bandwidth, in hertz (Hz), of the signal to be generated. Number of Antennas Specifies the number of transmit antennas for which the toolkit generates the signal. Oversampling Factor Specifies the number of times the toolkit increases the internally calculated sample rate to get a new sample rate of the waveform. The

toolkit creates the waveform at the new sample rate. Cyclic Prefix Mode Specifies the cyclic prefix mode as defined in section 5.2.3 of the 3GPP TS 36.211 v8.6.0 specifications. Cell ID Specifies the physical layer cell identity as defined in section 6.11 of the 3GPP TS 36.211 v8.6.0 specifications. System Frame Number Specifies the system frame number. Number of Frames Specifies the number of frames to generate. Window Length (%) Specifies the length of the symbol-shaping window. The symbol-shaping window affects the spectral properties of the created

waveform. Refer to the Windowing topic for more information about windowing. Baseband Filter Enabled Specifies whether the toolkit filters the created waveform. Hardware Settings:Power Scaling Type Specifies the method used for power scaling. Hardware Settings:Auto HeadroomEnabled

Specifies whether the toolkit calculates the headroom or uses the value that you specify in the Headroom property. For multiframegeneration, the toolkit uses the headroom calculated on the first frame to scale the waveform.

Hardware Settings:Clip Rate (%) Specifies the clip rate that the toolkit uses to clip the waveform. Hardware Settings:Headroom (dB) Specifies the headroom, in dB, per antenna. The toolkit ignores this property if you set the Auto Headroom Enabled property to True. Hardware Settings:RecommendedHardware Settings:IQ Rate (S/s)

Returns the recommended sample rate, in samples per second, for the current channel configuration.

Hardware Settings:RecommendedHardware Settings:Actual Headroom (dB)

Returns the actual headroom, in dB, that the toolkit applies to the waveform.

Use an "antennan" active channel string to read this property.

Downlink:Base Station Configuration:CellSpecific Ratio

Specifies the ratio (RhoB/RhoA) as described in Table 5.2-1 in section 5.2 of the 3GPP TS 36.213 v8.6.0 specifications for thecell-specific ratio (Rb/Ra) of one, two, or four cell-specific antenna ports.

Downlink:Base Station Configuration:SyncSignal Port

Specifies the antenna port used to transmit the synchronization signals.

Downlink:Channel Configuration:Numberof PHICH Channels

Specifies the number of physical hybrid indicator channels (PHICHs) that you can configure in a frame.

Downlink:Channel Configuration:Numberof PCFICH Channels

Specifies the number of physical control format indicator channels (PCFICHs) that you can configure in a frame.

Downlink:Channel Configuration:Numberof PDCCH Channels

Specifies the number of physical downlink control channels (PDCCHs) that you can configure in a frame. You can configure amaximum of 10 PDCCH channels in each subframe.

Downlink:Channel Configuration:Numberof PDSCH Channels

Specifies the number of physical downlink shared channels (PDSCHs) that you can configure in a frame. You can configure amaximum of 10 PDSCH channels in each subframe.

Downlink:Channel Configuration:Cell Specifies whether the frame contains a cell-specific reference signal.

Page 11: NI LTE Test Solution Datasheet Speed and Performance

11/15 www.ni.com

Specific Reference Signal:EnabledDownlink:ChannelConfiguration:SynchronizationSignals:Primary Sync Enabled

Specifies whether the frame contains a primary synchronization signal.

Downlink:ChannelConfiguration:SynchronizationSignals:Primary Sync Power (dB)

Specifies the power level, in dB, for the primary synchronization signal, relative to the power of the cell-specific reference signal.

Downlink:ChannelConfiguration:SynchronizationSignals:Secondary Sync Enabled

Specifies whether the frame contains a secondary synchronization signal.

Downlink:ChannelConfiguration:SynchronizationSignals:Secondary Sync Power (dB)

Specifies the power level, in dB, for the secondary synchronization signal, relative to the power of the cell-specific reference signal.

Downlink:ChannelConfiguration:PBCH:Enabled

Specifies whether the frame contains a physical broadcast channel (PBCH).

Downlink:ChannelConfiguration:PBCH:Payload:Data Type

Specifies the type of data to transmit on the physical broadcast channel (PBCH).

Downlink:ChannelConfiguration:PBCH:Payload:InitialSystem Frame Number

Specifies the system frame number in the created waveform. Configure this property if you set the PBCH Data Type property to AutoConfigure Payload.

Downlink:ChannelConfiguration:PBCH:Payload:PN Order

Specifies the pseudonoise (PN) order for the physical broadcast channel (PBCH) payload. Configure this property only if you set thePBCH Data Type property to PN Sequence.

Downlink:ChannelConfiguration:PBCH:Payload:PN Seed

Specifies the seed for the physical broadcast channel (PBCH) pseudonoise (PN) generator. Configure this property only if you set thePBCH Data Type property to PN Sequence.

Downlink:ChannelConfiguration:PBCH:Payload:User DefinedBits [ ]

Specifies a user-defined bit pattern. Configure this property only if you set the PBCH Data Type property to User Defined Bits.

Downlink:ChannelConfiguration:PBCH:Scrambling Enabled

Specifies whether to enable scrambling for physical broadcast channel (PBCH) transmission. Refer to section 6.6.1 of the 3GPP TS36.211 v8.6.0 specifications for more information about enabling scrambling for PBCH transmission.

Downlink:ChannelConfiguration:PBCH:Power (dB)

Specifies the physical broadcast channel (PBCH) power level (Ra), in dB, relative to the power of the cell-specific reference signal.The toolkit uses the Cell Specific Ratio property to calculate Ra. Refer to section 3.3 of the 3GPP TS 36.521 v8.6.0 specifications formore information about Ra.

Downlink:ChannelConfiguration:PHICH:Resource

Specifies the ratio (Ng) that decides the number of physical hybrid indicator channel (PHICH) groups within a downlink subframe.Refer to section 6.9 of the 3GPP TS 36.211 v8.6.0 specifications for more information about this property.

Downlink:ChannelConfiguration:PHICH:Duration

Specifies the duration of the physical hybrid indicator channel (PHICH) as defined in section 6.9 of the 3GPP TS 36.211 v8.6.0specifications.

Downlink:ChannelConfiguration:PHICH:Subframe Number

Specifies the subframe number for physical hybrid indicator channel (PHICH) transmission.

Downlink:ChannelConfiguration:PHICH:Payload:Data Type

Specifies the type of data to transmit on the physical hybrid indicator channel (PHICH). Refer to section 5.3.5 of the 3GPP TS 36.212v8.6.0 specifications for more information about this property.

Downlink:ChannelConfiguration:PHICH:Payload:PN Order

Specifies the pseudonoise (PN) order for the physical hybrid indicator channel (PHICH) payload. Configure this property only if you setthe PHICH Data Type property to PN Sequence.

Downlink:ChannelConfiguration:PHICH:Payload:PN Seed

Specifies the seed for the physical hybrid indicator channel (PHICH) pseudonoise (PN) generator. Configure this property only if youset the PHICH Data Type property to PN Sequence.

Downlink:ChannelConfiguration:PHICH:Payload:UserDefined Data [ ][ ]

Specifies a user-defined bit pattern as an array of 0s (ACK), 1s (NACK), and -1s (DTX). Configure this property only if you set thePHICH Data Type property to User Defined Data.

Downlink:ChannelConfiguration:PHICH:Scrambling Enabled

Specifies whether to enable scrambling for physical hybrid indicator channel (PHICH) transmission. Refer to section 6.9 of the 3GPPTS 36.211 v8.6.0 specifications for more information about enabling scrambling for PHICH transmission.

Downlink:ChannelConfiguration:PHICH:Power (dB)

Specifies the physical hybrid indicator channel (PHICH) power level (Ra), in dB, relative to the power of the cell-specific referencesignal. The toolkit uses the Cell Specific Ratio property to calculate Ra. Refer to section 3.3 of the 3GPP TS 36.521 v8.6.0specifications for more information about Ra.

Downlink:ChannelConfiguration:PCFICH:Subframe Number

Specifies the subframe number for physical control format indicator channel (PCFICH) transmission.

Downlink:ChannelConfiguration:PCFICH:Control FormatIndicator

Specifies the control format indicator (CFI) that determines the number of symbols used for control information. Refer to section 5.3.4of the 3GPP TS 36.212 v8.6.0 specifications for more information about this property.

Downlink:ChannelConfiguration:PCFICH:ScramblingEnabled

Specifies whether to enable scrambling for physical control format indicator channel (PCFICH) transmission.

Downlink:ChannelConfiguration:PCFICH:Power (dB)

Specifies the physical control format indicator channel (PCFICH) power level (Ra), in dB, relative to the power of the cell-specificreference signal.

Downlink:ChannelConfiguration:PDCCH:Nil Element Power(dB)

Specifies the power level, in dB, for the physical downlink control channel (PDCCH) nil resource elements, relative to the power of thecell-specific reference signal.

Downlink:ChannelConfiguration:PDCCH:Scrambling Enabled

Specifies whether to enable scrambling for physical downlink control channel (PDCCH) transmission.

Downlink:ChannelConfiguration:PDCCH:Subframe Number

Specifies the subframe number for physical downlink control channel (PDCCH) transmission.

Downlink:ChannelConfiguration:PDCCH:RNTI

Specifies the radio network temporary identifier (RNTI) for physical downlink control channel (PDCCH) transmission.

Downlink:ChannelConfiguration:PDCCH:Payload:Data Type

Specifies the type of data to transmit on the physical downlink control channel (PDCCH).

Downlink:ChannelConfiguration:PDCCH:Payload:PN Order

Specifies the PN order for the physical downlink control channel (PDCCH) payload. Configure this property only if you set the PDCCHData Type property to PN Sequence.

Downlink:ChannelConfiguration:PDCCH:Payload:PN Seed

Specifies the seed for the physical downlink control channel (PDCCH) pseudonoise (PN) generator. Configure this property only if youset the PDCCH Data Type property to PN Sequence.

Downlink:Channel Specifies a user-defined bit pattern as an array of zeros and ones. Configure this property only if you set the PDCCH Data Type

Page 12: NI LTE Test Solution Datasheet Speed and Performance

12/15 www.ni.com

Configuration:PDCCH:Payload:UserDefined Bits [ ]

property to User Defined Bits.

Downlink:ChannelConfiguration:PDCCH:Format

Specifies the size of the control channel elements (CCEs) for the physical downlink control channel (PDCCH). Refer to section 6.8.1of the 3GPP TS 36.211 v8.6.0 specifications for more information about this property.

Downlink:ChannelConfiguration:PDCCH:CCE Start Index

Specifies the control channel element (CCE) start index to use for mapping the physical downlink control channel (PDCCH) resourceelements. If the specified CCE start index is not available, the toolkit uses the next available CCE start index.

Downlink:ChannelConfiguration:PDCCH:Power (dB)

Specifies the physical downlink control channel (PDCCH) power level, in dB, relative to the power of the cell-specific reference signal.

Downlink:ChannelConfiguration:PDSCH:Subframe Number

Specifies the subframe number for physical downlink shared channel (PDSCH) transmission.

Downlink:ChannelConfiguration:PDSCH:RNTI

Specifies the radio network temporary identifier (RNTI) for physical downlink shared channel (PDSCH) transmission.

Downlink:ChannelConfiguration:PDSCH:MIMOConfiguration:Transmission Mode

Specifies the transmission mode for physical downlink shared channel (PDSCH) transmission.

Downlink:ChannelConfiguration:PDSCH:MIMOConfiguration:Number of Layers

Specifies the number of layers for physical downlink shared channel (PDSCH) transmission.

Downlink:ChannelConfiguration:PDSCH:MIMOConfiguration:Precoding Mode

Specifies the precoding mode. Configure this property only if you set the Transmission Mode property to Spatial Multiplexing. Thetoolkit ignores this property if you set the Number of Antennas property to 1.

Downlink:ChannelConfiguration:PDSCH:MIMOConfiguration:Precoding Codebook Index

Specifies the precoding codebook index for spatial multiplexing. Configure this property only if you set the Transmission Modeproperty to Spatial Multiplexing. The toolkit ignores the Precoding Codebook Index property if you set the Precoding Mode property toWith CDD.

Downlink:ChannelConfiguration:PDSCH:CodewordConfiguration:Codeword 1 Enabled

Specifies whether to enable the second physical downlink shared channel (PDSCH) codeword. The toolkit ignores this property if youset the Transmission Mode property to Single Antenna.

Downlink:ChannelConfiguration:PDSCH:CodewordConfiguration:Scrambling Enabled

Specifies whether to enable scrambling for physical downlink shared channel (PDSCH) transmission.

Downlink:ChannelConfiguration:PDSCH:CodewordConfiguration:Codeword 0:ModulationScheme

Specifies the modulation scheme for the first codeword of physical downlink shared channel (PDSCH) transmission. Refer to section7.1 of the 3GPP TS 36.211 v8.6.0 specifications for more information about this property.

Downlink:ChannelConfiguration:PDSCH:CodewordConfiguration:Codeword 0:Payload:DataType

Specifies the type of data to transmit on the first codeword of physical downlink shared channel (PDSCH) transmission.

Downlink:ChannelConfiguration:PDSCH:CodewordConfiguration:Codeword 0:Payload:PNOrder

Specifies the pseudonoise (PN) order for the codeword 0 payload. Configure this property only if you set the Codeword0 Data Typeproperty to PN Sequence.

Downlink:ChannelConfiguration:PDSCH:CodewordConfiguration:Codeword 0:Payload:PNSeed

Specifies the seed for the codeword 0 pseudonoise (PN) generator. Configure this property only if you set the Codeword0 Data Typeproperty to PN Sequence.

Downlink:ChannelConfiguration:PDSCH:CodewordConfiguration:Codeword 0:Payload:UserDefined Bits [ ]

Specifies a user-defined bit pattern as an array of zeros and ones. Configure this property only if you set the Codeword0 Data Typeproperty to User Defined Bits.

Downlink:ChannelConfiguration:PDSCH:CodewordConfiguration:Codeword 1:ModulationScheme

Specifies the modulation scheme for the second codeword of physical downlink shared channel (PDSCH) transmission. Configure thisproperty only if you set the Codeword1 Enabled property to True.

Downlink:ChannelConfiguration:PDSCH:CodewordConfiguration:Codeword 1:Payload:DataType

Specifies the type of data to transmit on the second codeword of physical downlink shared channel (PDSCH) transmission. Configurethis property only if you set the Codeword1 Enabled property to True.

Downlink:ChannelConfiguration:PDSCH:CodewordConfiguration:Codeword 1:Payload:PNOrder

Specifies the pseudonoise (PN) order for the codeword 1 payload. Configure this property only if you set the Codeword1 Enabledproperty to True and the Codeword1 Data Type property to PN Sequence.

Downlink:ChannelConfiguration:PDSCH:CodewordConfiguration:Codeword 1:Payload:PNSeed

Specifies the seed for the codeword 1 pseudonoise (PN) generator. Configure this property only if you set the Codeword1 Enabledproperty to True and the Codeword1 Data Type property to PN Sequence.

Downlink:ChannelConfiguration:PDSCH:CodewordConfiguration:Codeword 1:Payload:UserDefined Bits [ ]

Specifies a user-defined bit pattern. Configure this property only if you set the Codeword1 Enabled property to True and theCodeword1 Data Type property to User Defined.

Downlink:ChannelConfiguration:PDSCH:VRB Allocation

Specifies the virtual resource block (VRB) allocation in VRBs for the current physical downlink shared channel (PDSCH).

Downlink:ChannelConfiguration:PDSCH:Power (dB)

Specifies the physical downlink shared channel (PDSCH) power level (Ra), in dB, relative to the power of the cell-specific referencesignal. The toolkit uses the Cell Specific Ratio property to calculate Rb. Refer to section 3.3 of the 3GPP TS 36.521 v8.6.0specifications for more information about Ra.

Downlink:ChannelConfiguration:Unallocated ResourceBlocks:OCNG Enabled

Specifies whether to enable the orthogonal frequency division multiple access (OFDMA) channel noise generator (OCNG). Eachunused physical resource block (PRB) is assigned to an individual virtual user equipment (UE). The data for each virtual UE isuncorrelated with data from the other virtual UEs for the duration of the measurement. The data is QPSK modulated. Refer to section8.2.2.1.4 of the 3GPP TS 36.101 v8.6.0 specifications for more information about this property.

Page 13: NI LTE Test Solution Datasheet Speed and Performance

13/15 www.ni.com

Downlink:ChannelConfiguration:Unallocated ResourceBlocks:Power (dB)

Specifies the power level (Ra), in dB, relative to the power of the cell-specific reference signal. The toolkit uses the Cell Specific Ratioproperty to calculate Rb. Refer to section 3.3 of the 3GPP TS 36.521 v8.6.0 specifications for more information about Ra.

Uplink:UE Configuration:RNTI Specifies the radio network temporary identifier (RNTI) for the user equipment (UE). Uplink:UE Configuration:DFT ShiftEnabled

Specifies whether to enable shifting in the physical uplink shared channel (PUSCH) discrete Fourier transform (DFT) precoding. If youenable this property, the DC component is at the center of the DFT output.

Uplink:UE Configuration:Hopping Enabled Specifies whether to enable hopping for the uplink signal. The toolkit supports only group and sequence hopping. Refer to sections5.5.1.3 and 5.5.1.4 of the 3GPP TS 36.211 v8.6.0 specifications for more information about hopping. If you set this property to True,you can configure the Hopping Mode property.

Uplink:UE Configuration:Hopping Mode Specifies the hopping mode for the uplink signal. Refer to sections 5.5.1.3 and 5.5.1.4 of the 3GPP TS 36.211 v8.6.0 specifications formore information about hopping modes. Configure this property only if you set the Hopping Enabled property to True.

Uplink:UE Configuration:3GPP Cyclic ShiftEnabled

Specifies the way in which the cyclic shifts of the physical uplink shared channel (PUSCH) demodulation reference signals (DMRSs)in a slot are configured.

Uplink:Channel Configuration:Number ofPUSCH Channels

Specifies the number of physical uplink shared channels (PUSCHs) that you can configure in a frame. You can configure one PUSCHchannel in each subframe.

Uplink:Channel Configuration:Number ofPUCCH Channels

Specifies the number of physical uplink control channels (PUCCH) that you can configure in a frame. You can configure one PUCCHchannel in each subframe.

Uplink:ChannelConfiguration:PUSCH:n_DMRS_1

Specifies a standard-defined parameter to calculate the physical uplink shared channel (PUSCH) demodulation reference signal(DMRS) cyclic shifts for a specific cell. Refer to section 5.5 of the 3GPP TS 36.211 v8.6.0 specifications for more information aboutthis property.

Uplink:ChannelConfiguration:PUSCH:Delta_SS

Specifies a standard-defined parameter to calculate the cyclic shifts and the group and sequence indices associated with the physicaluplink shared channel demodulation reference signal (PUSCH DMRS). Refer to section 5.5 of the 3GPP TS 36.211 v8.6.0specifications for more information about this property.

Uplink:ChannelConfiguration:PUSCH:Subframe Number

Specifies the subframe number for physical uplink shared channel (PUSCH) transmission.

Uplink:ChannelConfiguration:PUSCH:Payload:Data Type

Specifies the type of data to transmit on the physical uplink shared channel (PUSCH).

Uplink:ChannelConfiguration:PUSCH:Payload:PN Order

Specifies the pseudonoise (PN) order for the physical uplink shared channel (PUSCH) payload. Configure this property only if you setthe PUSCH Data Type property to PN Sequence.

Uplink:ChannelConfiguration:PUSCH:Payload:PN Seed

Specifies the seed for the physical uplink shared channel (PUSCH) pseudonoise (PN) generator. Configure this property only if youset the PUSCH Data Type property to PN Sequence.

Uplink:ChannelConfiguration:PUSCH:Payload:UserDefined Bits [ ]

Specifies a user-defined bit pattern as an array of zeros and ones. Configure this property only if you set the PUSCH Data Typeproperty to User Defined Bits.

Uplink:ChannelConfiguration:PUSCH:Scrambling Enabled

Specifies whether to enable scrambling for physical uplink shared channel (PUSCH) transmission. Refer to section 5.3.1 of the 3GPPTS 36.211 v8.6.0 specifications for more information about enabling scrambling for PUSCH transmission.

Uplink:ChannelConfiguration:PUSCH:Modulation Scheme

Specifies the modulation scheme for physical uplink shared channel (PUSCH) transmission.

Uplink:ChannelConfiguration:PUSCH:Resource BlockOffset

Specifies the starting resource block in the frequency domain for physical uplink shared channel (PUSCH) transmission.

Uplink:ChannelConfiguration:PUSCH:Number ofResource Blocks

Specifies the number of resource blocks in the frequency domain allocated for physical uplink shared channel (PUSCH) transmission.

Uplink:ChannelConfiguration:PUSCH:n_DMRS_2

Specifies a standard-defined parameter to calculate the physical uplink shared channel demodulation reference signal (PUSCHDMRS) cyclic shifts for each PUSCH transmission. Refer to section 5.5 of the 3GPP TS 36.211 v8.6.0 specifications for moreinformation about this property.

Uplink:ChannelConfiguration:PUSCH:Cyclic Shift Index 0

Specifies the cyclic shift to use in the even slot (ncs0) of the physical uplink shared channel demodulation reference signal (PUSCHDMRS). The toolkit ignores this property if you set the 3GPP Cyclic Shift Enabled property to True.

Uplink:ChannelConfiguration:PUSCH:Cyclic Shift Index 1

Specifies the cyclic shift to use in the odd slot (ncs1) of the physical uplink shared channel demodulation reference signal (PUSCHDMRS). The toolkit ignores this property if you set the 3GPP Cyclic Shift Enabled property to True.

Uplink:ChannelConfiguration:PUSCH:Power (dB)

Specifies the physical uplink shared channel (PUSCH) power level, in dB, relative to the power of the PUSCH demodulation referencesignal (DMRS).

Uplink:ChannelConfiguration:PUCCH:n_PUCCH_2

Specifies the parameter used in determining the resource block assigned for the physical uplink control channels (PUCCH) formats2/2a/2b as defined in section 5.4.2 of the 3GPP TS 36.211 v8.8.0 specifications.

Uplink:ChannelConfiguration:PUCCH:N_RB_2

Specifies the bandwidth, in terms of the number of resource blocks that can be used by physical uplink control channel (PUCCH)formats 2/2a/2b transmission in each slot. Refer to section 5.4 of the 3GPP TS 36.211 v8.8.0 specifications for more information aboutthis property.

Uplink:ChannelConfiguration:PUCCH:N_CS_1

Specifies the number of cyclic shifts used for physical uplink control channel (PUCCH) formats 1/1a/1b in a resource block used for acombination of formats 1/1a/1b and 2/2a/2b.

Uplink:ChannelConfiguration:PUCCH:Delta_PUCCH_Shift

Specifies the parameter used in determining the resource blocks and cyclic shifts for the physical uplink control channel (PUCCH)transmission as defined in section 5.4 of the 3GPP TS 36.211 v8.8.0 specifications.

Uplink:ChannelConfiguration:PUCCH:Subframe Number

Specifies the subframe number for physical uplink control channel (PUCCH) transmission.

Uplink:ChannelConfiguration:PUCCH:Format

Specifies the format used for physical uplink control channel (PUCCH) transmission.

Uplink:ChannelConfiguration:PUCCH:Payload:Data Type

Specifies the type of data to transmit on the physical uplink control channel (PUCCH).

Uplink:ChannelConfiguration:PUCCH:Payload:PN Order

Specifies the pseudonoise (PN) order for the physical uplink control channel (PUCCH) payload. Configure this property only if you setthe PUCCH Data Type property to PN Sequence.

Uplink:ChannelConfiguration:PUCCH:Payload:PN Seed

Specifies the seed for the physical uplink control channel (PUCCH) pseudonoise (PN) generator. Configure this property only if youset the PUCCH Data Type property to PN Sequence.

Uplink:ChannelConfiguration:PUCCH:Payload:UserDefined Bits [ ]

Specifies a user-defined bit pattern as an array of zeros and ones. Configure this property only if you set the PUCCH Data Typeproperty to User Defined Bits.

Uplink:ChannelConfiguration:PUCCH:n_PUCCH_1

Specifies a parameter used in determining the resource block assigned for the physical uplink control channel (PUCCH) formats1/1a/1b as defined in section 5.4.1 of the 3GPP TS 36.211 v8.8.0 specifications.

Uplink:Channel Specifies the cyclic shift that you must use in slot 0 of the physical uplink control channel (PUCCH). The toolkit ignores this property if

Page 14: NI LTE Test Solution Datasheet Speed and Performance

14/15 www.ni.com

Back to Top

Configuration:PUCCH:Cyclic Shift Index 0 you set the 3GPP Cyclic Shift Enabled property to True. Uplink:ChannelConfiguration:PUCCH:Cyclic Shift Index 1

Specifies the cyclic shift that you must use in slot 1 of the physical uplink control channel (PUCCH). The toolkit ignores this property ifyou set the 3GPP Cyclic Shift Enabled property to True.

Uplink:ChannelConfiguration:PUCCH:Power (dB)

Specifies the physical uplink control channel (PUCCH) power level, in dB, relative to the power of the PUCCH demodulation referencesignal (DMRS).

Uplink:SRS Configuration:SRS Enabled Specifies whether to enable the sounding reference signal (SRS). Uplink:SRS Configuration:SubframeConfiguration

Specifies the subframe configuration index of the sounding reference signal (SRS). This cell-specific property specifies the subframesthat are reserved to support SRS.

Uplink:SRS Configuration:I_SRS Specifies the configuration index that determines the subframes in which the toolkit generates the sounding reference signal (SRS). Uplink:SRS Configuration:C_SRS Specifies a parameter used in determining the frequency domain resource allocation for the sounding reference signal (SRS)

sequence, as defined in section 5.5.3.2 of the 3GPP TS 36.211 v8.8.0 specifications. Uplink:SRS Configuration:B_SRS Specifies a parameter used in determining the frequency domain resource allocation for the sounding reference signal (SRS)

sequence, as defined in section 5.5.3.2 of the 3GPP TS 36.211 v8.8.0 specifications. Uplink:SRS Configuration:nSRS_CS Specifies the cyclic shift on the sounding reference signal (SRS) sequence. Uplink:SRS Configuration:k_TC Specifies a parameter used in determining the frequency domain starting position for the sounding reference signal (SRS) sequence,

as defined in section 5.5.3.2 of the 3GPP TS 36.211 v8.8.0 specifications. Uplink:SRS Configuration:n_RRC Specifies a parameter used in determining the frequency domain starting position for the sounding reference signal (SRS) sequence,

as defined in section 5.5.3.2 of the 3GPP TS 36.211 v8.8.0 specifications. Uplink:SRS Configuration:MaxUpPtsEnabled

Specifies whether to enable the Max uplink pilot timeslot (UpPTS) mode for a special subframe.

Uplink:SRS Configuration:Number ofFormat 4 PRACH

Specifies the number of PRACH resources allocated on the special subframe.

Uplink:SRS Configuration:SimultaneousAN And SRS

Specifies whether the user equipment (UE) is configured to support the simultaneous transmission of ACK/NACK on PUCCH andSRS in the same subframe.

Uplink:SRS Configuration:Power (dB) Specifies the power level, in dB, for the sounding reference signal (SRS). When physical uplink shared channel (PUSCH) or physicaluplink control channel (PUCCH) signals are transmitted along with the SRS signal, the SRS Power property specifies the power levelof SRS, in dB, relative to the PUSCH demodulation reference signal (DMRS) or PUCCH DMRS power.

Impairments:Carrier Frequency Offset (Hz) Specifies the carrier frequency offset, in hertz (Hz). Impairments:Sample Clock Offset (ppm) Specifies the offset in the Sample clock frequency, in parts per million (ppm), from the value of the IQ Rate property. Impairments:IQ Impairments:Enabled Specifies whether to apply I/Q impairments such as I DC offset, Q DC offset, quadrature skew, and I/Q gain imbalance to the

waveform. Impairments:IQ Impairments:IQ GainImbalance (dB)

Specifies the ratio, in dB, of the mean amplitude of the in-phase (I) signal to the mean amplitude of the quadrature-phase (Q) signal.

Impairments:IQ Impairments:I DC Offset(%)

Specifies the value of the DC offset in the in-phase (I) signal as a percentage of the root mean square (RMS) magnitude of theunaltered I signal.

Impairments:IQ Impairments:Q DC Offset(%)

Specifies the value of the DC offset in the quadrature-phase (Q) signal as a percentage of the root mean square (RMS) magnitude ofthe unaltered Q signal.

Impairments:IQ Impairments:QuadratureSkew (deg)

Specifies the deviation in angle from 90 degrees between the in-phase (I) and quadrature-phase (Q) signals.

Impairments:AWGN Enabled Specifies whether to add additive white Gaussian noise (AWGN) to the baseband waveform. The toolkit uses the value that youspecify in the Carrier to Noise Ratio property to add the AWGN.

Impairments:Carrier to Noise Ratio (dB) Specifies the carrier-to-noise ratio (CNR) of the waveform generated. Noise bandwidth is equal to half the value of the IQ Rateproperty. Configure the Carrier to Noise Ratio (dB) property only if you set the AWGN Enabled property to True.

CCDF Results:Peak to Average PowerRatio (dB)

Returns the peak-to-average power ratio (PAPR), in dB, of the signal.

CCDF Results:Mean Power Percentile (%) Returns the number of samples with an instantaneous power that is the same as the average power of the signal, as a percentage ofthe total number of samples.

CCDF Results:10% Power Returns the power above the average power, in dB, over which 10% of the total samples in the signal are present. CCDF Results:1% Power Returns the power above the average power, in dB, over which 1% of the total samples in the signal are present. CCDF Results:0.1% Power Returns the power above the average power, in dB, over which 0.1% of the total samples in the signal are present. CCDF Results:0.01% Power Returns the power above the average power, in dB, over which 0.01% of the total samples in the signal are present. CCDF Results:0.001% Power Returns the power above the average power, in dB, over which 0.001% of the total samples in the signal are present. CCDF Results:0.0001% Power Returns the power above the average power, in dB, over which 0.0001% of the total samples in the

Support and ServicesSystem Assurance Programs

NI system assurance programs are designed to make it even easier for you to own an NI system. These programs include configuration and deployment services for your NI PXI,CompactRIO, or Compact FieldPoint system. The NI Basic System Assurance Program provides a simple integration test and ensures that your system is delivered completelyassembled in one box. When you configure your system with the NI Standard System Assurance Program, you can select from available NI system driver sets and applicationdevelopment environments to create customized, reorderable software configurations. Your system arrives fully assembled and tested in one box with your software preinstalled.When you order your system with the standard program, you also receive system-specific documentation including a bill of materials, an integration test report, a recommendedmaintenance plan, and frequently asked question documents. Finally, the standard program reduces the total cost of owning an NI system by providing three years of warrantycoverage and calibration service. Use the online product advisors at ni.com/advisor to find a system assurance program to meet your needs.

Calibration

NI measurement hardware is calibrated to ensure measurement accuracy and verify that the device meets its published specifications. To ensure the ongoing accuracy of yourmeasurement hardware, NI offers basic or detailed recalibration service that provides ongoing ISO 9001 audit compliance and confidence in your measurements. To learn moreabout NI calibration services or to locate a qualified service center near you, contact your local sales office or visit ni.com/calibration.

Technical Support

Page 15: NI LTE Test Solution Datasheet Speed and Performance

15/15 www.ni.com

Back to Top

Technical Support

Get answers to your technical questions using the following National Instruments resources.

Support - Visit ni.com/support to access the NI KnowledgeBase, example programs, and tutorials or to contact our applications engineers who are located in NI salesoffices around the world and speak the local language.

Discussion Forums - Visit forums.ni.com for a diverse set of discussion boards on topics you care about.

Online Community - Visit community.ni.com to find, contribute, or collaborate on customer-contributed technical content with users like you.

Repair

While you may never need your hardware repaired, NI understands that unexpected events may lead to necessary repairs. NI offers repair services performed by highly trainedtechnicians who quickly return your device with the guarantee that it will perform to factory specifications. For more information, visit ni.com/repair.

Training and Certifications

The NI training and certification program delivers the fastest, most certain route to increased proficiency and productivity using NI software and hardware. Training builds the skillsto more efficiently develop robust, maintainable applications, while certification validates your knowledge and ability.

Classroom training in cities worldwide - the most comprehensive hands-on training taught by engineers.

On-site training at your facility - an excellent option to train multiple employees at the same time.

Online instructor-led training - lower-cost, remote training if classroom or on-site courses are not possible.

Course kits - lowest-cost, self-paced training that you can use as reference guides.

Training memberships and training credits - to buy now and schedule training later.

Visit ni.com/training for more information.

Extended Warranty

NI offers options for extending the standard product warranty to meet the life-cycle requirements of your project. In addition, because NI understands that your requirements maychange, the extended warranty is flexible in length and easily renewed. For more information, visit ni.com/warranty.

OEM

NI offers design-in consulting and product integration assistance if you need NI products for OEM applications. For information about special pricing and services for OEMcustomers, visit ni.com/oem.

Alliance

Our Professional Services Team is comprised of NI applications engineers, NI Consulting Services, and a worldwide National Instruments Alliance Partner program of more than700 independent consultants and integrators. Services range from start-up assistance to turnkey system integration. Visit ni.com/alliance.

| | | | My Profile RSS Privacy Legal Contact NI © 2014 National Instruments Corporation. All rights reserved.