Posts

Showing posts from October, 2022

Audio Pre-processing and training with a CNN and a Linear classification

Image
  using the example instruction found on the  https://towardsdatascience.com/audio-deep-learning-made-simple-sound-classification-step-by-step-cebc936bbe5  website.  We will start with sound files, convert them into spectrograms, input them into a CNN plus Linear Classifier model, and produce predictions about the class to which the sound belongs.

The Extended Kalman Filter (EKF)

Image
Investigating using the EKF  The  Extended Kalman Filter  (EKF) has received abundant attention with the growing demands for robotic localization. The EKF algorithm is more realistic in non-linear systems, which has an autonomous white noise in both the system and the estimation model. Also, in the field of engineering, most systems are non-linear.  Reference video description :   This video composes three synchronized views at the beginning and also shows the 3D reconstruction of the structure at the end. The top left corner shows the real operation of the robot moving around the structure gathering the 3D scans. The bottom left corner shows the generated map with each scan painted with a different color. There it can be seen how the point clouds are added to the map with the estimation of the robot position (i.e. with the pose predicted by the EKF) producing inconsistencies and that, after the registration results are incorporated to the EKF the map consiste...