Device description file: Example how to define StateVariable for FIR coefficients

<StateVariable Key=”CoefficientsHighTmp” Type=”FixedPoint16ArraySV”>

   <DataType>Block</DataType>

   <Size>3072</Size>

   <Min>-1</Min>

   <Max>1</Max>

   <DefaultValue>0</DefaultValue>

   <BuddyGroup>FIR</BuddyGroup>

   <BuddyType>Coefficients</BuddyType>

   <TargetValue>

      <BitConverter>UInt8ArrayBitConverter</BitConverter>

   </TargetValue>

</StateVariable>

_________________

Rate this post!