beautypg.com

Shsaadjacentchanneldata structure, Shsacountersdata structure, Shsademoddata_t structure – Bird Technologies SignalHawk User Manual

Page 27

background image

Reference

15

shSaAdjacentChannelData Structure

shSaCountersData Structure

shSaDemodData_t Structure

ChannelPower

Variable of type float indicating the
channel power in dBm.

AdjacentUpperPower

Variable of type float indicating the
upper adjacent channel power in dBm.

AdjacentLowerPower

Variable of type float indicating the
lower adjacent channel power in dBm.

AdjacentUpperRatio

Variable of type float indicating the
upper adjacent channel ratio.

AdjacentLowerRatio

Variable of type float indicating the
lower adjacent channel ratio.

CountersEnabled
[SA_MAX_COUNTERS]

Array of type boolean. The array indicates
the enable state for all of the counters.

CountersFrequency
[SA_MAX_COUNTERS]

Array of type Frequency (unsigned 64
bit integer). The array contains the
measured frequency (in Hz) for all of
the enabled counters.

CountersPower
[SA_MAX_COUNTERS]

Array of type float. The array contains
the power at the measured frequency
for all of the enabled counters.

DemodDataCount

Variable of type WORD indicating the
number of samples in the demodulated
data array.

DemodData
[SA_MAX_DEMOD_SIZE]

Array of type short containing the
demodulated sample sequence. This is
audio data suitable for playing on a
CODEC or otherwise formatted for audio
playback. The DemodSignalConsole
sample project demonstrates playing the
demodulation data.