Block: TypeConv



PIC




Inports


In






Outports


Out




Description:

Data Type Conversion

Implementations:
FiP8_16 8 to 16 Bit Fixed Point Implementation
FiP8_32 8 to 32 Bit Fixed Point Implementation
FiP16_8 16 to 8 Bit Fixed Point Implementation
FiP16_32 16 to 32 Bit Fixed Point Implementation
FiP32_8 32 to 8 Bit Fixed Point Implementation
FiP32_16 32 to 16 Bit Fixed Point Implementation
Bool_FiP16 Boolean to 16 Bit Fixed Point Implementation
Bool_FiP32 Boolean to 32 Bit Fixed Point Implementation
FiP16_Bool 16 Bit Fixed Point to Boolean Implementation
FiP32_Bool 32 Bit Fixed Point to Boolean Implementation

Implementation: FiP8_16


8 to 16 Bit Fixed Point Implementation



Inports Data Type


In

int8






Outports Data Type


Out

int16




Implementation: FiP8_32


8 to 32 Bit Fixed Point Implementation



Inports Data Type


In

int8






Outports Data Type


Out

int32




Implementation: FiP16_8


16 to 8 Bit Fixed Point Implementation



Inports Data Type


In

int16






Outports Data Type


Out

int8




Implementation: FiP16_32


16 to 32 Bit Fixed Point Implementation



Inports Data Type


In

int16






Outports Data Type


Out

int32




Implementation: FiP32_8


32 to 8 Bit Fixed Point Implementation



Inports Data Type


In

int32






Outports Data Type


Out

int8




Implementation: FiP32_16


32 to 16 Bit Fixed Point Implementation



Inports Data Type


In

int32






Outports Data Type


Out

int16




Implementation: Bool_FiP16


Boolean to 16 Bit Fixed Point Implementation



Inports Data Type


In

bool






Outports Data Type


Out

int16




Implementation: Bool_FiP32


Boolean to 32 Bit Fixed Point Implementation



Inports Data Type


In

bool






Outports Data Type


Out

int32




Implementation: FiP16_Bool


16 Bit Fixed Point to Boolean Implementation



Inports Data Type


In

int16






Outports Data Type


Out

bool




Implementation: FiP32_Bool


32 Bit Fixed Point to Boolean Implementation



Inports Data Type


In

int32






Outports Data Type


Out

bool