Wednesday 16 February 2011

Pattern matching by maximising smoothness

I've recently been trying a new approach to detecting an appliance's signature. The approach consists of:
  1. Generating a typical appliance cycle
  2. For each possible location of the cycle:
  • Subtract the typical appliance cycle from the aggregate readings
  • Calculate the smoothness of the resulting readings
The smoothness function I have used calculates the sum of the absolute values of the changes in power for the whole day.

Below are two plots of the smoothness function for each possible cycle location in the day. The graphs represent the smoothness function for two slightly different typical cycles.


We can see that both graphs identify the overnight fridge cycles well. However, both graphs also generate a large number of false positives. There's such a large number of of these that they obscure any correct positives during the day.

No comments:

Post a Comment

Note: only a member of this blog may post a comment.