Main Content

bandwidth

System object: phased.PhaseCodedWaveform
Namespace: phased

Bandwidth of phase-coded waveform

Syntax

bw = bandwidth(waveform)

Description

bw = bandwidth(waveform) returns the bandwidth (in hertz) of the pulses for the phase-coded pulse waveform, waveform. The bandwidth value is the reciprocal of the chip width.

Input Arguments

waveform

Phase-coded waveform object.

Output Arguments

bw

Bandwidth of the pulses, in hertz.

Examples

expand all

Determine the bandwidth of a Frank phased-coded waveform.

waveform = phased.PhaseCodedWaveform;
bw = bandwidth(waveform)
bw = 1.0000e+05