Block: Minimum



PIC




Inports


In1

Input #1



In2

Input #2






Outports


Out

Minimum of Input #1 and Input #2




Description:

Outputs the lesser value of the two input signals.

Calculation:

Out =  min (In1,In2)

Implementations:
FiP16 16 Bit Fixed Point Implementation
FiP32 32 Bit Fixed Point Implementation
Float32 32 Bit Floating Point Implementation
Float64 64 Bit Floating Point Implementation

Implementation: FiP16


16 Bit Fixed Point Implementation



Inports Data Type


In1

int16



In2

int16






Outports Data Type


Out

int16




Implementation: FiP32


32 Bit Fixed Point Implementation



Inports Data Type


In1

int32



In2

int32






Outports Data Type


Out

int32




Implementation: Float32


32 Bit Floating Point Implementation



Inports Data Type


In1

float32



In2

float32






Outports Data Type


Out

float32




Implementation: Float64


64 Bit Floating Point Implementation



Inports Data Type


In1

float64



In2

float64






Outports Data Type


Out

float64