Main Content

gain2aperture

Convert gain to effective aperture

Description

A = gain2aperture(GdB,lambda) returns the effective aperture of an antenna corresponding to an antenna gain of GdB for an incident electromagnetic wave with wavelength lambda.

example

Examples

collapse all

An antenna has a gain of 3 dB. Calculate the antenna's effective aperture when used to capture an electromagnetic wave with a wavelength of 10 cm.

a = gain2aperture(3,0.1)
a = 
0.0016

Input Arguments

collapse all

Antenna gains, specified as a scalar or as an N-element real-valued vector. If GdB is a vector, each element of GdB corresponds to the effective aperture of the same element in the output argument A. See Gain and Effective Aperture for a discussion of aperture and gain. Units are in dBi.

Data Types: double

Wavelength of the incident electromagnetic wave, specified as a positive scalar. The wavelength of an electromagnetic wave is the ratio of the wave propagation speed to the frequency. Units are in meters.

Data Types: double

Output Arguments

collapse all

Antenna effective aperture, returned as a positive scalar or as an N-element vector of positive values. The elements of A represent the effective apertures for the corresponding elements of GdB. The size of A equals the size of GdB.

Data Types: double

More About

collapse all

References

[1] Skolnik, M. Introduction to Radar Systems, 3rd Ed. New York: McGraw-Hill, 2001.

[2] Richards, M. Fundamentals of Radar Signal Processing, New York: McGraw-Hill, 2005.

Extended Capabilities

expand all

Version History

Introduced in R2011a