Chua sub-system H block
This block realizes the sub-system H of Chua's circuit :
where B and C are vector of parameters, u a vector of inputs and y the vector of outputs,
the vectors of the continuous state variables.
- Initial condition 1
The initial condition of the time state variable x1.
Type 'vec' of size -1.
- Initial condition 2
The initial condition of the time state variable x2.
Type 'vec' of size -1.
- B
The linear B gain value.
Type 'vec' of size -1.
- C
The linear C gain value.
Type 'vec' of size -1.
- always active: yes
- direct-feedthrough: no
- zero-crossing: no
- mode: no
- regular inputs:
- port 1 : size [1,1] / type 1
- regular outputs:
- port 1 : size [1,1] / type 1
- number/sizes of activation inputs: 0
- number/sizes of activation outputs: 0
- continuous-time state: yes
- discrete-time state: no
- object discrete-time state: no
- name of computational function: systemh
- MODNUMCOS/macros/scicos_blocks/NonLinear/SYSTEMH_f.sci [view code]
- MODNUMCOS/routines/nonlinear/systemh.c (Type 2) [view code]
A. Layec