Skip to content

Estimate a vehicle engine speed using acceleration data.

License

Notifications You must be signed in to change notification settings

fdcavalcanti/engine-speed-fft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Engine Speed Estimation

This repository contains an application that can plot, analyze and estimate engine speed from an idling vehicle using acceleration data.

Usage/Examples

Run the install.sh script to install in a virtual environment or run the installation and execute as a Python module:

juvenal@pi:~ $ cd engine-speed-fft/
juvenal@pi:~/engine-speed-fft $ pip3 install .

After installation, run the example script by calling the application without arguments to use one of the examples on "data" folder:

juvenal@pi:~/engine-speed-fft/ $ python3 speedfft/estimate.py
File: /home/juvenal/engine-speed-fft/data/sample_idle_data.csv
Importing data
Found 3 columns
Removing mean from acceleration data
Engine speed estimated: 782.22 RPM
Engine speed estimated: 791.21 RPM

About

Estimate a vehicle engine speed using acceleration data.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published