Main Content

lteMovingChannel

Moving channel propagation conditions

Description

例子

out=lteMovingChannel(模型,,,,一世n实现TS 36.104中指定的移动传播条件[[1这是给予的。过滤的波形存储在矩阵中out, 在哪里each column corresponds to the waveform at each of the receive antennas. The columns of matrix一世n对应于每个传输天线处的通道输入波形。输入波形用参数结构中指定的延迟配置文件过滤模型。重新采样延迟曲线以匹配输入信号采样率。建模过程引入了通道组延迟之上的延迟。

the time difference between the first multipath component and the reference time (assumed to be 0) follows a sinusoidal characteristic.

Δ τ = 一个 2 (( 1 + (( Δ ω (( t + t 0

在哪里the offsett0一世s

t 0 = n 一世 t t 一世 m e + 3 π 2 (( Δ ω

我f模型我n一世tt一世me为0,第一个多径组件的延迟为0。如果t= 0, Δ τ = 0 。Relative delay between all multipath components is fixed.

两个移动propagation scenarios are specified in TS 36.104[[1这是给予的,,,,一个nnex B.4:

  • Scenario 1 implements an extended typical urban with 200 Hz Doppler shift (ETU200) Rayleigh fading model with changing delays. The Rayleigh fading model can be modeled using two different methods as described in模型模型类型。For Scenario 1,模型我n一世tt一世mealso controls the fading process timing offset. Changing this value produces parts of the fading process at different points in time.

  • 方案2由单个非衰减路径组成,具有单位幅度和零相度,延迟变化。该模型内部没有介绍AWGN。

Examples

collapse all

Generate a frame and filter it with the LTE moving propagation channel.

rmc = ltermcdl('R.10');[txwaveform,txgrid,info] = ltermcdltool(rmc,[1; 0; 0; 1]);chcfg.seed = 1;chcfg.nrxants = 1;chcfg.movi​​ngscenario =“方案1”;chcfg.samplingrate = 100000;chcfg.inittime = 0;rxwaveform = ltemovingChannel(CHCFG,TXWAVEFORM);

输入参数

collapse all

移动通道模型,指定为包含这些字段的结构。

参数字段 必需或可选 Description
种子 Required Scalar value

Random number generator seed. To use a random seed, set种子to zero.

笔记

  • 要产生明显的结果,请使用种子范围内的值

    [[ 0 ,,,, 2 31 - 1 - k (( k - 1 / 2 这是给予的 ,,,,

    在哪里k=p×型号,发射和接收天线的乘积。种子应避免使用该建议范围之外的值,因为它们可能会导致随机序列,这些序列使用推荐范围内的种子值重复结果。

  • the moving channel random seed behavior is not affected by the state of MATLAB®随机数生成器,rng

nrxant Required

positive scalar integer

接收天线的数量

Movingscenario Required

“方案1”,,,,“方案2”

移动频道方案

采样率 Required Numeric scalar

我nput signal sampling rate, the rate of each sample in the rows of the input matrix,一世n

我n一世tt一世me Required

Scalar value

褪色的过程和定时调整偏移量,几秒钟内

NormalizeTxAnts 可选的

'上'(默认),'离开'

传输天线数归一化,指定为:

  • '上',,,,ltefadingchannel将模型输出标准化1/sqrt(P), 在哪里p是发射天线的数量。发射天线数量的归一化确保每个接收天线的输出功率不受发射天线数量的影响。

  • '离开',不执行归一化。

需要以下字段或可选(如指示)Movingscenario一世s set to“方案1”

nterms 可选的

16(默认)

标量2

Number of oscillators used in fading path modeling.

模型类型 可选的

'GMEDS'(默认),'Dent'

瑞利褪色模型类型。

  • 'GMEDS',使用精确多普勒扩散(GMED)的广义方法对瑞利褪色进行建模,如[3]

  • 'Dent',使用修改的Jakes褪色模型对瑞利褪色进行建模。[2]

笔记

模型类型='Dent'不建议。利用模型类型='GMEDS'反而。

施加正常 可选的

'上'(默认),'离开'

模型输出归一化。

  • '上',,,,the model output is normalized such that the average power is unity.

  • '离开',平均输出功率是延迟轮廓的敲击功率的总和。

数据类型:结构

输入样品,指定为数字矩阵。一世nhas sizet-by-p, 在哪里p一世s the number of transmit antennas andt一世s the number of time-domain samples. These waveforms are filtered with the delay profiles as specified in the parameter structure模型。these delay profiles are resampled to match the input signal sampling rate. Each column of一世n对应于每个发射天线处的波形。

数据类型:double|单身的
复杂的数字支持:万博1manbetx是的

输出参数

collapse all

Filtered waveform, returned as a numeric matrix. Each column ofoutcorresponds to the waveform at each of the receive antennas.

数据类型:double|单身的
复杂的数字支持:万博1manbetx是的

References

[1] 3GPP TS 36.104。“进化的通用地面无线电通道(E-UTRA);基站(BS)无线电传输和接收。”第三代合伙项目;技术规格组无线电访问网络。URL:https://www.3gpp.org

[2]Dent, P., G. E. Bottomley, and T. Croft. “Jakes Fading Model Revisited.”Electronics Letters。卷。29,1993,编号13,第1162–1163页。

[3]Pätzold,Matthias,Cheng-Xiang Wang和BjørnOlav Hogstad。“两种新的基于Sinusoids的方法,用于有效地生成多个不相关的雷利褪色波形。”无线通信的IEEE交易。卷。8,2009,第6页,第3122–3131页。

版本历史记录

我ntroduced in R2013b