LPV
C++ implementation of GMM based LPV systems
Install / Use
/learn @SinaMirrazavi/LPVREADME
LPV
This package provides a c++ library for Gaussian Mixtire Model (GMM) based Linear Parameter Varying (LPV) systems .
Dependences
- Eigen http://eigen.tuxfamily.org/index.php?title=Main_Page
Features:
Implementation of GMM and LPV!
How to run LPV
By initializing the LPV system, a GMM is aoutomatically constracted.
Initialization:
LPV.initialize(int Num_Com,int Num_state);
Num_Com is the number of the components and Num_state is the dimension of the system
LPV.initialize_A(const char *path_);
LPV.initialize_theta(const char *path_prior_,const char *path_mu_,const char *path_sigma_);
In the loop:
LPV.Calculate_A(VectorXd X)
How to run GMM (without LPV!)
By initializing the LPV system, a GMM is aoutomatically constracted.
Initialization:
GMM.initialize(int Num_Com,int Num_state);
Num_Com is the number of the components and Num_state is the dimension of the system
GMM.initialize_GMM(const char *path_prior_,const char *path_mu_,const char *path_sigma_,const char *path_threshold);
In the loop:
GMM.PDF(VectorXd X)
For more information contact Sina Mirrazavi.
Copyright
Please cite these papers if you are using this toolbox:
@ARTICLE{7439839, author={S. S. M. Salehian and M. Khoramshahi and A. Billard}, journal={IEEE Transactions on Robotics}, title={A Dynamical System Approach for Softly Catching a Flying Object: Theory and Experiment}, year={2016}, volume={32}, number={2}, pages={462-471}, ISSN={1552-3098}, month={April},}
Related Skills
node-connect
344.1kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
96.8kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
344.1kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
344.1kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
