Main Content

bandwidth

System object: phased.SteppedFMWaveform
Namespace: phased

Bandwidth of stepped FM pulse waveform

Syntax

BW = bandwidth(H)

Description

BW = bandwidth(H) returns the bandwidth (in hertz) of the pulses for the stepped FM pulse waveform H. If there are N frequency steps, the bandwidth equals N times the value of the FrequencyStep property. If there is no frequency stepping, the bandwidth equals the reciprocal of the pulse width.

Input Arguments

H

Stepped FM pulse waveform object.

Output Arguments

BW

Bandwidth of the pulses, in hertz.

Examples

expand all

Determine the bandwidth of a stepped FM waveform.

waveform = phased.SteppedFMWaveform;
bw = bandwidth(waveform)
bw = 100000