Browse Source

remove old stuff

git-svn-id: https://bucket.mit.edu/svn/nilm/zoom@7670 ddd99763-3ecb-0310-9145-efcb8ce7c51f
tags/zoom-1.0
jim 15 years ago
parent
commit
0386dfbc6a
2 changed files with 0 additions and 1008 deletions
  1. +0
    -1000
      pc/process/data
  2. +0
    -8
      pc/process/process.m

+ 0
- 1000
pc/process/data
File diff suppressed because it is too large
View File


+ 0
- 8
pc/process/process.m View File

@@ -1,8 +0,0 @@
load("data");
x = -(data(:,1) - mean(data(:,1)));
y = data(:,2) - mean(data(:,2));
t = [ 1 : 133 ];
z = x + y;
v = 275*ones(1,length(t));
plot(t, x(1:length(t)), t, y(1:length(t)), t, z(1:length(t)), t, v, 'g', t, -v, 'g');
grid on;

Loading…
Cancel
Save