主要内容

receive

Receive I/Q signal from radars mounted on platform

Description

sig = receive(plat,t) returns the target echo, sig, received at radars mounted on the platform, plat, at time t.

[sig,info] = receive(plat,t) also returns the configuration information, info, of each radar when the signal is received.

Input Arguments

collapse all

Scenario platform, specified as a Platform object. To create platforms, use the platform function.

Detection time, specified as a nonnegative scalar in seconds.

Output Arguments

collapse all

Signal received at the radar receiver, returned as a cell array. Each element of the cell array is the received echoes at each radar.

Data Types: double
Complex Number Support: Yes

Simulation metadata, returned as a structure containing the following fields:

  • IsScanDone –– Whether one period of mechanical scan is done

  • MechanicalAngle –– Current antenna pointing angle due to mechanical scan

  • Origin –– Radar location in the platform coordinate system

  • Orientation –– Radar orientation axes in the platform coordinate system

Data Types: struct

Version History

Introduced in R2021a