Main Content

constantGammaClutter

Simulate constant gamma clutter

Since R2021a

Description

The constantGammaClutter System object™ simulates constant gamma clutter reflected from homogeneous terrain for a monostatic radar transmitting a narrowband signal into free space. constantGammaClutter assumes that:

  • The radar system is monostatic.

  • The propagation is in free space.

  • The terrain is homogeneous.

  • The clutter patch is stationary during the coherence time. Coherence time indicates how frequently the software changes the set of random numbers in the clutter simulation.

  • Because the signal is narrowband, the spatial response and Doppler shift can be approximated by phase shifts.

  • The radar system maintains a constant height during simulation.

  • The radar system maintains a constant speed during simulation.

To compute the clutter return:

  1. Create the constantGammaClutter object and set its properties.

  2. Call the object with arguments, as if it were a function.

To learn more about how System objects work, see What Are System Objects?

Creation

Description

gclutter = constantGammaClutter creates a constant gamma clutter simulation System object, gclutter. This object simulates the clutter return of a monostatic radar system using the constant gamma model.

example

gclutter = constantGammaClutter(Name=Value) creates a constant gamma clutter simulation system object, gclutter, with each specified Property Name set to the corresponding Value. You can specify additional pairs of arguments in any order as Name1=Value1,...,NameN=ValueN.

example

Properties

expand all

Unless otherwise indicated, properties are nontunable, which means you cannot change their values after calling the object. Objects lock when you call them, and the release function unlocks them.

If a property is tunable, you can change its value at any time.

For more information on changing property values, see System Design in MATLAB Using System Objects.

Specify the sensor element or array as a System object object whose Element property value is an antenna element object. A sensor array can contain subarrays.

Specify the γ value used in the constant γ clutter model. The γ value depends on both terrain type and the operating frequency. Units are decibel (dB).

Data Types: double

Specify the earth model used in the clutter simulation as 'Flat' or 'Curved'. When you set this property to 'Flat', the Earth is assumed to be a flat plane. When you set this property to 'Curved', the Earth is assumed to be a sphere.

Data Types: string | char

The minimum range at which to computer clutter returns, specified as a positive scalar. This value is ignored if it is less than the value of PlatformHeight. Units are in meters (m).

Data Types: double

The maximum range at which to compute clutter returns, specified as a positive scalar. The maximum range must be greater than the value specified in the PlatformHeight property. Units are in meters (m).

Data Types: double

The azimuth angle in the ground plane about which clutter patches are generated. Patches are generated symmetrically about this angle. Units are degrees (deg).

Data Types: double

The coverage of the clutter region in azimuth, specified as a positive scalar. The clutter simulation covers a region having the specified azimuth span, symmetric around ClutterAzimuthCenter. Typically, all clutter patches have their azimuth centers within the region, but the PatchAzimuthSpan value can cause some patches to extend beyond the region. Units are degrees (deg).

Data Types: double

The azimuth span of each clutter patch, specified as a positive scalar. Units are degrees (deg).

Data Types: double

The coherence time for the clutter simulation, specified as a positive scalar. After the coherence time elapses, the next call to the system object updates the random numbers used for the clutter simulation at the next pulse. A value of inf means the random numbers are never updated. Units are seconds (s).

Data Types: double

Signal propagation speed, specified as a positive scalar. Units are in meters per second (m/s). The default propagation speed is the value returned by physconst('LightSpeed'). See physconst for more information.

Example: 3e8

Data Types: double

Sample rate of signal, specified as a positive scalar. Units are in Hz. The System object uses this quantity to calculate the propagation delay in units of samples. The default value corresponds to 1 MHz.

Example: 1e6

Data Types: double

Pulse repetition frequency, PRF, specified as a scalar or a row vector. Units are in Hz. You can select the value of PRF using property settings alone or using property settings in conjunction with the PRFIDX input argument.

  • When PRFSelectionInputPort is false, you set the PRF using properties only. You can

    • Implement a constant PRF by specifying PRF as a positive real-valued scalar.

    • Implement a staggered PRF by specifying PRF as a row vector with positive real-valued entries. Then, each call to the System object uses successive elements of this vector for the PRF. If the last element of the vector is reached, the process continues cyclically with the first element of the vector.

  • When PRFSelectionInputPort is true, you can implement a selectable PRF by specifying PRF as a row vector with positive real-valued entries. When you call the System object, select a PRF by passing the index input argument PRFIDX.

In all cases, the number of output samples is fixed when you set the OutputFormat property to 'Samples'. When you use a varying PRF and set the OutputFormat property to 'Pulses', the number of samples can vary.

Data Types: double

Enable the PRF selection input, specified as true or false. The default value for this property is false and the value set in the PRF property is used. When you set this property to true, you pass the index input argument PRFIDX to the System object. PRFIDX specifies an index of the PRF vector so that one of the PRFs is selected from the PRF property as the PRF for the next transmission.

Data Types: logical

Specify the format of the output signal as one of 'Pulses' or 'Samples'. When you set the OutputFormat property to 'Pulses', the output of the System object is in the form of multiple pulses. In this case, the number of pulses is the value of the NumPulses property.

When you set the OutputFormat property to 'Samples', the output of the System object is in the form of multiple samples. In this case, the number of samples is the value of the NumSamples property. In staggered PRF applications, you might find the 'Samples' option more convenient because the System object output always has the same matrix size.

Data Types: string | char

Specify the number of pulses in the output of the System object as a positive integer. This property applies only when you set the OutputFormat property to 'Pulses'.

Data Types: double

Specify the number of samples in the output of the System object as a positive integer. Typically, you use the number of samples in one pulse. This property applies only when you set the OutputFormat property to 'Samples'.

Data Types: double

Specify the operating frequency of the system in hertz as a positive scalar. The default value corresponds to 300 MHz.

Data Types: double

Enable transmit signal input, specified as false or true. Set this property to true to enable transmit signal input and use the input argument X to specify the transmit signal. If this property is set to true, then you must also specify the TransmitERP property. By default, this property is set to false to omit the transmit signal. The false option is less computationally expensive.

Data Types: logical

Enable weights input, specified as false or true. Set this property to true to enable weights input and use the object input argument WS to specify weights. Weights are applied to individual array elements (or at the subarray level when subarrays are supported).

Data Types: logical

Effective transmitted power

Specify the transmitted effective radiated power (ERP) of the radar system in Watts as a positive scalar. This property applies only when you set the TransmitSignalInputPort property to false.

Data Types: double

Specify the radar platform height measured upward from the surface, in meters, as a nonnegative scalar.

Data Types: double

Specify the radar platform speed as a nonnegative scalar in meters per second.

Data Types: double

Specify the direction of radar platform motion as a 2-by-1 vector in the form [AzimuthAngle; ElevationAngle] in degrees. The default value of this property indicates that the platform moves perpendicular to the radar antenna's broadside.

Both azimuth and elevation angle are measured in the local coordinate system of the radar antenna or antenna array. Azimuth angle must be between –180 and 180 degrees. Elevation angle must be between –90 and 90 degrees.

Data Types: double

Specify a 3-element vector that gives the intrinsic yaw, pitch, and roll of the sensor frame from the inertial frame. The 3 elements define the rotations around the z, y, and x axes respectively, in that order. The first rotation, rotates the body axes around the z-axis. Because these angles define intrinsic rotations, the second rotation is performed around the y-axis in its new position resulting from the previous rotation. The final rotation around the x-axis is performed around the x-axis as rotated by the first two rotations in the intrinsic system.

Data Types: double

Specify how the object generates random numbers. Values of this property are:

'Auto'The default MATLAB® random number generator produces the random numbers. Use 'Auto' if you are using this object with Parallel Computing Toolbox™ software.
'Property'The object uses its own private random number generator to produce random numbers. The Seed property of this object specifies the seed of the random number generator. Use 'Property' if you want repeatable results and are not using this object with Parallel Computing Toolbox software.

Data Types: string | char

Specify the seed for the random number generator as a scalar integer between 0 and 232–1. This property applies when you set the SeedSource property to 'Property'.

Data Types: double

Usage

Description

Y = gclutter returns the collected clutter return, Y, computed at each sensor or subarray. This syntax is available when you set the TransmitSignalInputPort property to false.

example

Y = gclutter(X) specifies the input transmit signal as X. This syntax is available when you set the TransmitSignalInputPort property to true.

example

Y = glclutter(STEERANGLE) specifies STEERANGLE as the input subarray steering angle. To use this syntax, set the Sensor property to an array that supports subarrays and set the SubarraySteering property of the array to either 'Phase' or 'Time'.

Y = gclutter(WS) specifies WS as the input weights applied to each element, subarray, or element within each subarray. This syntax is available when you set the WeightsInputPort property to true. To enable this argument for subarray element weights, also set the Sensor property to an array that contains subarrays and set the SubarraySteering property of that array to 'Custom'.

Y = gclutter(PRFIDX) uses the index PRFIDX to select the PRF from a predetermined list of PRFs specified by the PRF property. To enable this syntax, set the PRFSelectionInputPort to true.

Y = gclutter(X,STEERANGLE,WS,PRFIDX) combines optional input arguments. This syntax is available when enabling properties are set. Optional inputs must be listed in the same order as the order of enabling properties.

Input Arguments

expand all

Constant gamma clutter, specified as a constantGammaClutter System object.

Specify the transmit signal as a column vector. Transmit signal refers to the output of the transmitter while it is on during a given pulse.

Dependencies

To enable this argument, set the set the TransmitSignalInputPort property to true.

Subarray steering angle, specified as a scalar or length-2 column vector. Units are in degrees.

  • If STEERANGLE is a length-2 vector, it has the form [AzimuthAngle;ElevationAngle]. The azimuth angle must be between –180 and 180 deg (inclusive), and the elevation angle must be between –90 and 90 deg (inclusive).

  • If STEERANGLE is a scalar, it represents the azimuth angle. The elevation angle is assumed to be 0 deg.

Example: [20;15]

Dependencies

To enable this argument, set the Sensor property to an array that supports subarrays and set the SubarraySteering property of that array to either 'Phase' or 'Time'. That is, configure gclutter so that gclutter.Sensor is an array that contains subarrays and set glcutter.Sensor.SubarraySteering to either 'Phase' or 'Time'.

Specify weights applied to each element, subarray, or element within each subarray. Element or subarray weights are specified as an N-by-1 column vector, where N is the number of array elements (or subarrays when the array supports subarrays). Subarray element weights are specified as an NSE-by-N matrix or 1-by-N cell array where N is the number of subarrays. These weights are applied to the individual elements within a subarray.

Subarray element weights

Sensor ArraySubarray weights
phased.ReplicatedSubarray

All subarrays have the same dimensions and sizes. Then WS is an NSE-by-N matrix, where NSE is the number of elements in each subarray and N is the number of subarrays. Each column of WS specifies the weights for the corresponding subarray.

phased.PartitionedArray

Subarrays may not have the same dimensions and sizes. In this case, you can specify WS as

  • an NSE-by-N matrix, where NSE is now the number of elements in the largest subarray. The first Q entries in each column are the element weights for the subarray where Q is the number of elements in the subarray.

  • a 1-by-N cell array. Each cell contains a column vector of weights for the corresponding subarray. The column vectors have lengths equal to the number of elements in the corresponding subarray.

Dependencies

To enable this argument, set the WeightsInputPort property to true.

To enable this argument for subarray element weights, also set the Sensor property to an array that contains subarrays and set the SubarraySteering property of that array to 'Custom'. That is, configure gclutter so that gclutter.Sensor is an array that contains subarrays and set glcutter.Sensor.SubarraySteering to 'Custom'.

Index of pulse repetition frequency, specified as a positive integer. The index selects one of the entries specified in the PRF property as the PRF for the next transmission. Use this syntax for the cases in which the transmit pulse needs to be dynamically selected and the PRF property includes a list of predetermined choices of PRFs.

Example: 3

Dependencies

To enable this argument, set the PRFSelectionInputPort to true.

Output Arguments

expand all

Collected clutter return at each sensor, returned as a matrix of dimensions N-by-M, where M is the number of sensors or subarrays in the radar system. When you set the OutputFormat property to 'Samples', N is defined by the NumSamples property. When you set the OutputFormat property to 'Pulses', N is the total number of samples in the next L pulses, where L is defined by the NumPulses property.

Object Functions

To use an object function, specify the System object as the first input argument. For example, to release system resources of a System object named obj, use this syntax:

release(obj)

expand all

stepRun System object algorithm
releaseRelease resources and allow changes to System object property values and input characteristics
resetReset internal states of System object

Examples

collapse all

Simulate the clutter return from terrain with a gamma value of 0 dB. The effective transmitted power of the radar system is 5 kW.

Set up the characteristics of the radar system. This system uses a four-element uniform linear array (ULA). The sample rate is 1 MHz, and the PRF is 10 kHz. The propagation speed is the speed of light, and the operating frequency is 300 MHz. The radar platform is flying 1 km above the ground with a path parallel to the ground along the array axis. The platform speed is 2 km/s. The mainlobe has a depression angle of 30°.

Nele = 4;
c = physconst('Lightspeed');
fc = 300.0e6;
lambda = c/fc;
array = phased.ULA('NumElements',Nele,'ElementSpacing',lambda/2);
fs = 1.0e6;
prf = 10.0e3;
height = 1000.0;
direction = [90;0];
speed = 2.0e3;
depang = 30.0;
mountingAng = [depang,0,0];

Create the clutter simulation object. The configuration assumes the earth is flat. The maximum clutter range of interest is 5 km, and the maximum azimuth coverage is ±60°.

Rmax = 5000.0;
Azcov = 120.0;
tergamma = 0.0;
tpower = 5000.0;
clutter = constantGammaClutter('Sensor',array,...
    'PropagationSpeed',c,'OperatingFrequency',fc,'PRF',prf,...
    'SampleRate',fs,'Gamma',tergamma,'EarthModel','Flat',...
    'TransmitERP',tpower,'PlatformHeight',height,...
    'PlatformSpeed',speed,'PlatformDirection',direction,...
    'MountingAngles',mountingAng,'ClutterMaxRange',Rmax,...
    'ClutterAzimuthSpan',Azcov,'SeedSource','Property',...
    'Seed',40547);

Simulate the clutter return for 10 pulses.

Nsamp = fs/prf;
Npulse = 10;
sig = zeros(Nsamp,Nele,Npulse);
for m = 1:Npulse
    sig(:,:,m) = clutter();
end

Plot the angle-Doppler response of the clutter at the 20th range bin.

response = phased.AngleDopplerResponse('SensorArray',array,...
    'OperatingFrequency',fc,'PropagationSpeed',c,'PRF',prf);
plotResponse(response,shiftdim(sig(20,:,:)),'NormalizeDoppler',true)

Figure contains an axes object. The axes object with title Angle-Doppler Response Pattern, xlabel Angle (degrees), ylabel Normalized Doppler Frequency contains an object of type image.

Simulate the clutter return from terrain with a gamma value of 0 dB. You input the transmit signal of the radar system when creating clutter. In this case, you do not use the TransmitERP property.

Set up the characteristics of the radar system. This system has a 4-element uniform linear array (ULA). The sample rate is 1 MHz, and the PRF is 10 kHz. The propagation speed is the speed of light, and the operating frequency is 300 MHz. The radar platform is flying 1 km above the ground with a path parallel to the ground along the array axis. The platform speed is 2 km/s. The mainlobe has a depression angle of 30°.

Nele = 4;
c = physconst('Lightspeed');
fc = 300.0e6;
lambda = c/fc;
ula = phased.ULA('NumElements',Nele,'ElementSpacing',lambda/2);
fs = 1.0e6;
prf = 10.0e3;
height = 1.0e3;
direction = [90;0];
speed = 2.0e3;
depang = 30;
mountingAng = [depang,0,0];

Create the clutter simulation object and configure it to accept an transmit signal as an input argument. The configuration assumes the earth is flat. The maximum clutter range of interest is 5 km, and the maximum azimuth coverage is ±60°.

Rmax = 5000.0;
Azcov = 120.0;
tergamma = 0.0;
clutter = constantGammaClutter('Sensor',ula,...
    'PropagationSpeed',c,'OperatingFrequency',fc,'PRF',prf,...
    'SampleRate',fs,'Gamma',tergamma,'EarthModel','Flat',...
    'TransmitSignalInputPort',true,'PlatformHeight',height,...
    'PlatformSpeed',speed,'PlatformDirection',direction,...
    'MountingAngles',mountingAng,'ClutterMaxRange',Rmax,...
    'ClutterAzimuthSpan',Azcov,'SeedSource','Property',...
    'Seed',40547);

Simulate the clutter return for 10 pulses. At each step, pass the transmit signal as an input argument. The software computes the effective transmitted power of the signal. The transmit signal is a rectangular waveform with a pulse width of 2 μs.

tpower = 5.0e3;
pw = 2.0e-6;
X = tpower*ones(floor(pw*fs),1);
Nsamp = fs/prf;
Npulse = 10;
sig = zeros(Nsamp,Nele,Npulse);
for m = 1:Npulse
    sig(:,:,m) = step(clutter,X);
end

Plot the angle-Doppler response of the clutter at the 20th range bin.

response = phased.AngleDopplerResponse('SensorArray',ula,...
    'OperatingFrequency',fc,'PropagationSpeed',c,'PRF',prf);
plotResponse(response,shiftdim(sig(20,:,:)),'NormalizeDoppler',true)

Figure contains an axes object. The axes object with title Angle-Doppler Response Pattern, xlabel Angle (degrees), ylabel Normalized Doppler Frequency contains an object of type image.

References

[1] Barton, David. “Land Clutter Models for Radar Design and Analysis,” Proceedings of the IEEE. Vol. 73, Number 2, February, 1985, pp. 198–204.

[2] Long, Maurice W. Radar Reflectivity of Land and Sea, 3rd Ed. Boston: Artech House, 2001.

[3] Nathanson, Fred E., J. Patrick Reilly, and Marvin N. Cohen. Radar Design Principles, 2nd Ed. Mendham, NJ: SciTech Publishing, 1999.

[4] Ward, J. “Space-Time Adaptive Processing for Airborne Radar Data Systems,” Technical Report 1015, MIT Lincoln Laboratory, December, 1994.

Extended Capabilities

Version History

Introduced in R2021a