Block: TDSystemO1



PIC




Inports


In

Input #1






Outports


Out

Output #1






Mask Parameters


A

State matrix A



B

Input matrix B



C

Output matrix C



D

Feedthrough matrix D




Description:

1st order time discrete system with one input and one output.

Calculation:

x1,k+1 = a1,1x1,k + b1,1u1,k
   y1,k = c1,1x1,k + d1,1u1,k
or short
xk+1 = Axk +  Buk

  yk = Cxk +  Duk

Implementations:
FiP8 8 Bit Fixed Point Implementation
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: FiP8


8 Bit Fixed Point Implementation



Inports Data Type


In

int8






Outports Data Type


Out

int8




Implementation: FiP16


16 Bit Fixed Point Implementation



Inports Data Type


In

int16






Outports Data Type


Out

int16




Implementation: FiP32


32 Bit Fixed Point Implementation



Inports Data Type


In

int32






Outports Data Type


Out

int32




Implementation: Float32


32 Bit Floating Point Implementation



Inports Data Type


In

float32






Outports Data Type


Out

float32




Implementation: Float64


64 Bit Floating Point Implementation



Inports Data Type


In

float64






Outports Data Type


Out

float64