efficiency
Description
Examples
Radiation Efficiency of Top-Hat Monopole Antenna
Create a top-hat monopole antenna.
m = metal('Lead'); ant = monopoleTopHat('Conductor',m); show(ant)
Plot the radiation efficiency of the antenna over a frequency range of 40-100 MHz.
efficiency(ant,linspace(40e6,100e6,41))
Compare Radiation Efficiency of Antennas with Different Metal Patches
Create and visualize patch microstrip antennas with PEC, copper, silver, and aluminium metal patches.
ant_patchPEC = patchMicrostrip('Substrate',dielectric('Air'),'Conductor',metal('PEC')); ant_patchCopper = patchMicrostrip('Substrate',dielectric('FR4'),'Conductor',metal('Copper')); ant_patchSilver = patchMicrostrip('Substrate',dielectric('FR4'),'Conductor',metal('Silver')); ant_patchAluminium = patchMicrostrip('Substrate',dielectric('FR4'),'Conductor',metal('Aluminium'));
Compare the radiation efficiency of these antennas at the frequency of 1 GHz.
Eff_patchPEC = efficiency(ant_patchPEC,1e09)
Eff_patchPEC = 1
Eff_patchCopper = efficiency(ant_patchCopper,1e09)
Eff_patchCopper = 0.4918
Eff_patchSilver = efficiency(ant_patchSilver,1e09)
Eff_patchSilver = 0.4344
Eff_patchAluminium = efficiency(ant_patchAluminium,1e09)
Eff_patchAluminium = 0.4899
Input Arguments
antenna
— Input antenna
antenna
object
Input antenna, specified as an antenna
object. The antenna object
that you specify should be a single-feed structure.
frequency
— Frequency range used to calculate radiation efficiency
scalar | vector
Frequency range to calculate the radiation efficiency, specified as a scalar in hertz or a vector with each element unit in Hz.
Example: 50e6:1e6:100e6
Data Types: double
Output Arguments
E
— Radiation efficiency of antenna
scalar | vector
Radiation efficiency of the antenna, returned as a scalar or a vector with values in the range [0,1].
More About
Radiation Efficiency
The time-average power density radiated by an antenna is:
where, r = radius of the sphere,
θ, φ = spherical coordinate angles,
E, H = electric and magnetic field intensity respectively.
The total power radiated by antenna is:
where, U = radiation intensity (W/ unit solid angle),
dΩ = element of solid angle.
The radiation efficiency is given as:
where, Pin = total input power.
Version History
Introduced in R2021a
See Also
MATLAB 명령
다음 MATLAB 명령에 해당하는 링크를 클릭했습니다.
명령을 실행하려면 MATLAB 명령 창에 입력하십시오. 웹 브라우저는 MATLAB 명령을 지원하지 않습니다.
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list:
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Americas
- América Latina (Español)
- Canada (English)
- United States (English)
Europe
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom (English)