SIPPY | Systems Identification Package for PYthon | Genomics library
kandi X-RAY | SIPPY Summary
kandi X-RAY | SIPPY Summary
Systems Identification Package for PYthon
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
- System identification
- Performs OLSSID decomposition
- SVD decomposition
- Compute the dot product of a matrix
- Dynamically approximation of a function
SIPPY Key Features
SIPPY Examples and Code Snippets
Community Discussions
Trending Discussions on SIPPY
QUESTION
I am using SIP version 6.0.1 with python 3.8 and have a given c++11 API. (on Ubuntu 18.04)
The goal is to store e.g. custom struct pointers (the structs I also translated with sip) in std::list using python.
I constructed a tiny example to make my case:
std_list.sip file
...ANSWER
Answered 2021-Feb-24 at 12:56The problem is not in the type_list.sip file, but in the test.py file.
The cmd of appending something to a translated python list with append like ...
temp_structContainerLvl2.listTestStruct.append(testStruct1)
can not be used for the sip translation of a python list.
As a workaround, one can use
temp_structContainerLvl2.listTestStruct = [testStruct1, testStruct2]
and
temp_structContainerLvl2.listTestStruct += [testStruct3]
I imagine it is not that efficient, but all I've got for now.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install SIPPY
user_guide.pdf: documentation for Identification_code usage.
sippy/__init__.py: main file containing the function that has to be recalled to perform the identifications.
Examples/Ex_ARMAX_MIMO.py: example of usage of the Identification_code for ARMAX systems (multi input-multi output case).
Examples/Ex_ARX_MIMO.py: example of usage of the Identification_code for ARX systems (multi input-multi output case).
Examples/Ex_ARMAX.py: example of usage of the Identification_code for ARMAX systems (single input-single output case, using the information criteria).
Examples/SS.py: example of usage of the Identification_code for State-space systems.
Examples/Ex_OPT_GEN-INOUT.py: example of usage of the Identification_code for the input-output structures using optimization methods.
Examples/Ex_RECURSIVE.py: example of usage of the Identification_code for the input-output structures using recursive methods.
Examples/Ex_CST.py: example of usage of the Identification_code for a Continuous Stirred Tank system.
sippy/functionset.py: file containing most of the functions used by the identification functions and other useful functions (see the user_guide for the usage).
sippy/functionset_OPT.py: file containing the nonlinear optimization problem used by some of the identification methods.
sippy/functionsetSIM.py: additional functions used by the Subspace identification functions and other useful functions for state space models (see the user_guide for the usage).
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page