Abstract: In order to investigate the damage behavior of C/SiC composites, SEM and micro-CT were combined and run with in-situ tensile tests to study the damage phenomenology. The microscopic ...
This repository collects and evaluates various approaches for sensor fusion, together with their implementations in MicroPython. Both for 6DoF and 9DoF IMU's. There are several algorithms which seems ...
Cython already copies a C array into a Python list automatically on object coercion. It should do the same for sliced C arrays, e.g. def test(): cdef int i cdef int a[100] for i in range(100): a[i] = ...