FixedPointM_NArraySV

StateVariable that includes a data array of 16-bits, 24-bits or 32-bits fixed-point values.

 

Name Type Def Tmp Description
Type Attr 1 1 Possible value: FixedPoint16ArraySV
<DataType> Elmt 1 1 Possible value: Block
Size Elmt 1 1 Number of array elements
<Min> Elmt 1 1 Minimum is only used for display purpose
<Max> Elmt 1 1 Maximum is only used for display purpose
<DefaultValue> Elmt 0 .. 1 0 .. 1

Comma separated default values of the array. There is no need to specify all values of the array.

e.g. ‘0,1,0,0’ or ‘0,-1,-0.5,0.3’

 

<TargetValue> Attr NA NA

TargetValue must use FixedPointBitConverter and specify format for M and N

e.g.

‘ <TargetValue>
<BitConverter DigitsBeforeDecimal=”8″                       DigitsAfterDecimal=”24″>FixedPointBitConverter</BitConverter>
</TargetValue>’

 

_________________

Rate this post!