RMS filter for C-type sensor
Hi,
Is the FitnessTracker app only works for R-type sensors on Android? Seems like C-type sensor support was added later for IOS only.
And this guide http://projects.mbientlab.com/turn-your-metawear-into-an-activity-tracker-android/ is also only for R-type, correct?
I have a C-type sensor and would like to implement RMS filter for activity tracking, what sample app should I use?
Thank you,
Michael
Michael
This discussion has been closed.
Comments
What you can do is implement the filter chain using the latest api. It is much simpler that the code outlined in the blog post.
I need to upload RMS average over 15 minutes but the "average" module only accept 128 sample points.
.process(new Time(Time.OutputMode.ABSOLUTE,9000000)) // 900 sec, getting only last 128?
Michael
RMS was in 0.5-0.6 range.
and numbers are changing without me touching the sensor.
Worked!
Thank you Eric.
float fRMS = msg.getData(Float.class);