AlmaTest/SchedBlock
complexType BaseBandConfigT

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{AlmaTest/SchedBlock}BaseBandConfigT (restriction)

Properties
This component is not nillable.

Model
<...
  WindowFunction = xsd:string>
(BaseBandIndex, BBC, CAM, BinMode, Bin0Ticks, Bin1Ticks, NumSwitchCycles, LagsPerDump, CrossCorr, APCDataSets, QuantizationCorrection, FFT, ChannelAverageDuration, subBands{1,32}, channelAverageBands{1,10} )
</...>


Nested Element Summary
 APCDataSets
          
xsd:intBaseBandIndex
          
xsd:intBBC
          
xsd:intBin0Ticks
          
xsd:intBin1Ticks
          
 BinMode
          
 CAM
          
tsbl:ChannelAverageBandsTchannelAverageBands
          
xsd:intChannelAverageDuration
          
xsd:booleanCrossCorr
          
xsd:booleanFFT
          
xsd:intLagsPerDump
          
xsd:intNumSwitchCycles
          
xsd:booleanQuantizationCorrection
          
tsbl:SubBandsTsubBands
          

Attribute Summary
 xsd:stringWindowFunction
          

Attribute Detail

WindowFunction

Type:
based on
with :
Use:
optional
Form:
unqualified

Local Usage
CorrelatorConfigT, CorrelatorConfigT

Source
<xsd:complexType name="BaseBandConfigT">
<xsd:sequence>
<xsd:element name="BaseBandIndex" type="xsd:int"/>
<xsd:element name="BBC" type="xsd:int"/>
<xsd:element name="CAM">
<xsd:simpleType>
<xsd:restriction base="xsd:int">
<xsd:enumeration value="1"/>
<xsd:enumeration value="16"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="BinMode">
<xsd:simpleType>
<xsd:restriction base="xsd:int">
<xsd:enumeration value="0"/>
<xsd:enumeration value="1"/>
<xsd:enumeration value="2"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="Bin0Ticks" type="xsd:int"/>
<xsd:element name="Bin1Ticks" type="xsd:int"/>
<xsd:element name="NumSwitchCycles" type="xsd:int"/>
<xsd:element name="LagsPerDump" type="xsd:int"/>
<xsd:element name="CrossCorr" type="xsd:boolean"/>
<xsd:element name="APCDataSets">
<xsd:simpleType>
<xsd:restriction base="xsd:int">
<xsd:enumeration value="1"/>
<xsd:enumeration value="2"/>
<xsd:enumeration value="3"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="QuantizationCorrection" type="xsd:boolean"/>
<xsd:element name="FFT" type="xsd:boolean"/>
<xsd:element name="ChannelAverageDuration" type="xsd:int"/>
<xsd:element maxOccurs="32" name="subBands" type="tsbl:SubBandsT"/>
<xsd:element maxOccurs="10" name="channelAverageBands" type="tsbl:ChannelAverageBandsT"/>
</xsd:sequence>
<xsd:attribute name="WindowFunction">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="Uniform"/>
<xsd:enumeration value="Hanning"/>
<xsd:enumeration value="Hamming"/>
<xsd:enumeration value="Bartlett"/>
<xsd:enumeration value="Blackman"/>
<xsd:enumeration value="Blackman-Harris"/>
<xsd:enumeration value="Welch"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
</xsd:complexType>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.