Moving average filters: the good and the bad Sep 20, 2023 5 min read Engineering Moving averages are the go-to data smoothing trick for many people in Engineering and Data Analytics. However, they aren't always the best choice.
Computing the convection coefficient of a brake disc Jul 23, 2023 9 min read Engineering I estimated the heat convection coefficient of a Formula SAE car. Let me share what I learned.
Estimating the working temperature of a brake disc Jul 16, 2023 8 min read Engineering I used a lumped-body approach to approximate the properties of a brake disc and simulated its temperature increase after 100 braking maneuvers.
Brake system load distribution study - MATLAB approach Jul 9, 2023 8 min read Engineering I studied the brake load distribution of a Formula car using a simple Matlab script. Let me show you how I did it.
Replacing MATLAB with Python - Part 3: Histograms and more data-indexing Sep 26, 2022 8 min read Python I am sharing how I used Python to complete the second part of an example task originally done with MATLAB. I learned more about slicing dataframes and making histograms with two different libraries