Code related to the simulations done in the paper "Real-time knock characterization using adaptive filters and power estimators".
This set of files simulate the knock phenomenon over different scenarios as decribed in the paper. Such scenarios are used as a test to adaptive predictors combined with a power estimator.
In order to reproduce the plots presented in the paper, please run 'run_all.m' following the same folder structure in this repository. The plots should be generated automatically.
Under data folder you can see the ".mat" file with the simulated knock for each scenario.
If this code is useful for you or your project, please consider citing this work:
R. L. da Silva, P. Rosseti, J. P. F. Santos, A. A. M. Laganá, D. Colón, andJ. F. Justo, “Real-time knock characterization using adaptive filters andpower estimators,” IEEE Access, vol. 8, pp. 84371-84384, 2020.
bibtex:
@article{daSilva2020,
author = {Rafael Luiz da Silva and Pedro Rosseti and João Pedro F. Santos and Armando A. M. Laganá and Diego Col\'{o}n and João F. Justo},
title = {Real-time knock characterization using adaptive filters and power estimators},
journal = {IEEE Access},
volume = {8},
year = {2020},
number = {-},
pages = {84371-84384}
}