文档

phased.DPCACanceller

移位相中心阵列(DPCA)脉冲取消器

Description

DPCACANCELLERobject implements a displaced phase center array pulse canceller for a uniform linear array (ULA).

计算时空脉冲取消器的输出信号:

  1. Define and set up your DPCA pulse canceller. See建造

  2. 称呼to execute the DPCA algorithm according to the properties ofphased.DPCACanceller。行为特定于工具箱中的每个对象。

笔记

从R2016b开始,而不是使用method to perform the operation defined by the System object™, you can call the object with arguments, as if it were a function. For example,y = step(obj,x)andy = obj(x)执行等效操作。

建造

h =分阶段。dpcacanceller创建一个流离失所的相中中心阵列(DPCA)canceller系统对象,H。该对象对输入数据执行两脉冲DPCA处理。

h =分阶段。dpcacanceller(姓名,,,,Value创建一个DPCA对象,H,,,,with each specified property Name set to the specified Value. You can specify additional name-value pair arguments in any order as (name1,,,,Value1,,,,。。。,,,,姓名N,,,,ValueN)。

特性

感觉运动

Uniform linear array

Uniform linear array, specified as a分阶段System object.

默认:分阶段with default property values

PropagationSpeed

Signal propagation speed

将信号的传播速度(以每秒米为单位)指定为正标量。您可以将此属性指定为单个或双重精度。

默认:光速

OperatingFrequency

系统操作频率

将系统在赫兹中的工作频率指定为正标量。默认值对应于300 MHz。您可以将此属性指定为单个或双重精度。

默认:3e8

prfSource

Source of pulse repetition frequency

Stap处理器的PRF值来源,指定为“属性”or“输入端口”。当您将此属性设置为“属性”,,,,the PRF is determined by the value of theprf财产。当您将此属性设置为“输入端口”,PRF由输入参数确定method at execution time.

默认:“属性”

prf

脉冲重复频率

接收信号的脉冲重复频率(PRF),指定为正标量。单位在赫兹。该属性可以指定为单个或双重精度。

依赖性

To enable this property, set theprfSource财产为“属性”

默认:1

Directionsource

接收大门方向的来源

指定订阅处理器的定位方向是否来自Directionproperty of this object or from an input argument in。该属性的值是:

“属性” Direction该对象的属性指定目标方向。
“输入端口” 每个调用的输入参数指定目标方向。

默认:“属性”

Direction

Receiving mainlobe direction

指定接收传感器数组的接收主路方向为长度2的列向量。[AzimuthAngle;ElevationAngle](in degrees). The azimuth angle should be between –180° and 180°. The elevation angle should be between –90° and 90°. This property applies when you set theDirectionsource财产为“属性”。您可以将此参数指定为单个或双重精度。

默认:[0;0]

数字

Number of phase shifter quantization bits

这number of bits used to quantize the phase shift component of beamformer or steering vector weights. Specify the number of bits as a non-negative integer. A value of zero indicates that no quantization is performed. You can specify this property as single or double precision.

默认:0

多普勒斯库

靶向多普勒的来源

Specify whether the targeting Doppler for the STAP processor comes from the多普勒property of this object or from an input argument in。该属性的值是:

“属性” 多普勒property of this object specifies the Doppler.
“输入端口” 每个调用的输入参数指定多普勒。

默认:“属性”

多普勒

Targeting Doppler frequency (hertz)

将Stap处理器的目标多普勒指定为标量。当您设置该属性时,此属性将适用多普勒斯库财产为“属性”。您可以将此属性指定为单个或双重精度。

默认:0

权重索普特港

Output processing weights

要获得Stap处理器中使用的权重,请将此属性设置为true并在调用时使用相应的输出参数。If you do not want to obtain the weights, set this property to错误的

默认:错误的

PredopplerOutput

输出预倍数结果

将此属性设置为true在应用多普勒过滤之前输出处理结果。将此属性设置为错误的to output the processing result after the Doppler filtering.

默认:错误的

Methods

Perform DPCA processing on input data
所有系统对象共有
发布

Allow System object property value changes

Examples

展开全部

使用DPCA处理器处理数据立方体。为收集的数据立方体的第71个单元格计算重量。外观方向是(0,0)degrees and the Doppler shift is 12.980 kHz.

加载stapexampledata;HS =分阶段。DPCACANCELLER(“感觉运动”,stapex_harray,...'prf',stapex_prf,...'PropagationSpeed',,,,STAPEx_PropagationSpeed,...'OperatingFrequency'STAPEx_OperatingFrequency,...'togingsoutputport',真的,...'DirectionSource',,,,“输入端口”,,,,...'DopplerSource',,,,“输入端口”);[y,w] = step(hs,stapex_receivepulse,71,[0; 0],12.980e3);sangdop =分阶段。...“感觉运动”,hs.sensorarray,...'OperatingFrequency',,,,Hs.OperatingFrequency,...'prf',hs.prf,...'PropagationSpeed',hs.propagationspeed);plotResponse(Sangdop,W)

Algorithms

展开全部

References

[1] Guerci, J. R.时空自适应处理for Radar。Boston: Artech House, 2003.

[2] Ward,J。“空气传播雷达数据系统的时空自适应处理”,”Technical Report 1015,麻省理工学院林肯实验室,1994年12月。

扩展功能

Introduced in R2012a