awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 مستودعات

Awesome GitHub RepositoriesDynamic System Simulators

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.

Awesome Dynamic System Simulators GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • rlabbe/kalman-and-bayesian-filters-in-pythonالصورة الرمزية لـ rlabbe

    rlabbe/Kalman-and-Bayesian-Filters-in-Python

    19,050عرض على GitHub↗

    هذا المشروع عبارة عن مورد تعليمي ومجموعة أدوات لتنفيذ تقدير بايزي ومرشحات كالمان في Python. يوفر إطار عمل لبناء مرشحات خطية وغير خطية لتقدير حالة الأنظمة الديناميكية من خلال دمج بيانات المستشعرات المزعجة مع نماذج العمليات الرياضية. تركز المكتبة على تقدير الحالة الاحتمالية، باستخدام التحديث البايزي المتكرر ونمذجة فضاء الحالة الرياضي لتحسين المعتقدات حول حالات النظام. تتضمن أدوات لمحاكاة الأنظمة الديناميكية، مما يسمح للمستخدمين بإنشاء مسارات اصطناعية وملاحظات مستشعر للتحقق من صحة خوارزميات التتبع مقابل بيانات الحقيقة الأرضية المعروفة. تغطي المجموعة المفاهيم الأساسية في هندسة أنظمة التحكم، وملاحة الروبوتات، ودمج بيانات المستشعرات. وهي منظمة كدليل شامل يجمع بين التفسيرات النظرية وتطبيقات الكود العملية لحساب التوزيعات الاحتمالية وإدارة عدم اليقين في البيئات الديناميكية.

    Includes utilities for simulating dynamic systems to generate synthetic data for algorithm validation.

    Jupyter Notebook
    عرض على GitHub↗19,050
  • scipy/scipyالصورة الرمزية لـ scipy

    scipy/scipy

    14,474عرض على GitHub↗

    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.

    Pythonalgorithmsclosemberpython
    عرض على GitHub↗14,474
  • robotlocomotion/drakeالصورة الرمزية لـ RobotLocomotion

    RobotLocomotion/drake

    3,910عرض على GitHub↗

    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.

    C++drakerobotics
    عرض على GitHub↗3,910
  • rlabbe/filterpyالصورة الرمزية لـ rlabbe

    rlabbe/filterpy

    3,772عرض على GitHub↗

    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.

    Python
    عرض على GitHub↗3,772
  1. Home
  2. Scientific & Mathematical Computing
  3. High-Performance Execution Environments
  4. Scientific Computing Platforms
  5. Scientific Computing
  6. Scientific Computing and Simulation
  7. Dynamic System Simulators