bandwidth

System object: phased.LinearFMWaveform
Package: phased

Bandwidth of linear FM waveform

Syntax

BW = bandwidth(H)

Description

BW = bandwidth(H) returns the bandwidth (in hertz) of the pulses for the linear FM pulse waveform H. The bandwidth equals the value of the SweepBandwidth property.

Input Arguments

H

Linear FM pulse waveform object.

Output Arguments

BW

Bandwidth of the pulses, in hertz.

Examples

expand all

Determine the bandwidth of a linear FM pulse waveform. The default value for an LFM waveform is 100 kHz.

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