4 مستودعات
Tools for generating synthetic sensor data and trajectories to validate tracking and estimation algorithms.
Distinct from Scientific Computing and Simulation: Focuses on synthetic data generation for algorithm validation, distinct from general scientific computing platforms.
Explore 4 awesome GitHub repositories matching scientific & mathematical computing · Dynamic System Simulators. Refine with filters or upvote what's useful.
هذا المشروع عبارة عن مورد تعليمي ومجموعة أدوات لتنفيذ تقدير بايزي ومرشحات كالمان في Python. يوفر إطار عمل لبناء مرشحات خطية وغير خطية لتقدير حالة الأنظمة الديناميكية من خلال دمج بيانات المستشعرات المزعجة مع نماذج العمليات الرياضية. تركز المكتبة على تقدير الحالة الاحتمالية، باستخدام التحديث البايزي المتكرر ونمذجة فضاء الحالة الرياضي لتحسين المعتقدات حول حالات النظام. تتضمن أدوات لمحاكاة الأنظمة الديناميكية، مما يسمح للمستخدمين بإنشاء مسارات اصطناعية وملاحظات مستشعر للتحقق من صحة خوارزميات التتبع مقابل بيانات الحقيقة الأرضية المعروفة. تغطي المجموعة المفاهيم الأساسية في هندسة أنظمة التحكم، وملاحة الروبوتات، ودمج بيانات المستشعرات. وهي منظمة كدليل شامل يجمع بين التفسيرات النظرية وتطبيقات الكود العملية لحساب التوزيعات الاحتمالية وإدارة عدم اليقين في البيئات الديناميكية.
Includes utilities for simulating dynamic systems to generate synthetic data for algorithm validation.
SciPy is a scientific computing library for Python that provides a comprehensive collection of mathematical algorithms and numerical tools for research and engineering. It functions as a high-performance numerical analysis framework, bridging high-level Python code with compiled C and Fortran routines to execute complex computations at hardware speeds. The library is built upon array-based data structures that utilize strided memory layouts to enable efficient data manipulation and slicing. By employing vectorized operation dispatch and linking to optimized hardware-specific linear algebra li
Models and predicts the behavior of physical processes over time using numerical solutions for differential equations.
Drake is a robotics simulation framework and control system modeling tool used for designing, simulating, and verifying the dynamics of complex robotic systems. It functions as a multibody dynamics simulator and a mathematical optimization library, providing a suite of algorithms for trajectory optimization and the simulation of articulated robots. The framework is distinguished by its block-diagram system for composing dynamical subsystems and its ability to formulate and solve diverse mathematical programs, including linear, quadratic, and nonconvex nonlinear problems. It supports specializ
Executes numerical integration of dynamical systems over time using variable-step solvers and event detection.
filterpy is a toolkit for Bayesian state estimation, Gaussian statistical analysis, and time-series noise reduction. It provides a library of linear and non-linear Kalman filters, as well as routines for non-Gaussian state estimation and signal smoothing. The project implements a variety of estimation methods, including particle filtering using Markov Chain Monte Carlo and resampling, and discrete Bayes filtering. It also includes a suite of algorithms for refining historical state estimates through backward and fixed-lag smoothing. Additional capabilities cover multivariate Gaussian analysi
Generates noise matrices and simulates uncertainty within physical systems for algorithm validation.