Main Content

bandwidth

System object: phased.RectangularWaveform
Namespace: phased

Bandwidth of rectangular pulse waveform

Syntax

BW = bandwidth(H)

Description

BW = bandwidth(H) returns the bandwidth (in hertz) of the pulses for the rectangular pulse waveform, H. The bandwidth equals the reciprocal of the pulse width.

Input Arguments

H

Rectangular pulse waveform object.

Output Arguments

BW

Bandwidth of the pulses, in hertz.

Examples

expand all

Determine the bandwidth of a rectangular pulse waveform.

waveform = phased.RectangularWaveform;
bw = bandwidth(waveform)
bw = 20000