ofithcheallaigh / masters_project

This repo is for my MSc in AI research project
0 stars 0 forks source link

Run moving average filter on collected data #19

Closed ofithcheallaigh closed 1 year ago

ofithcheallaigh commented 1 year ago

There are some large spikes in some of my data.

What impact does a moving average filter have on this? I would like to lesson the spikes, but not remove them - there is information in those spikes.

Could try moving average filter with N= 3, 5, 7, 9. And see what the data looks like.

ofithcheallaigh commented 1 year ago

Moving average filter was implements. No real difference when seen when this data was processed, which makes sense, and the moving average filter will remove higher frequency information, which isn't an area we are really looking at.