Skip to content

Commit 36b19c3

Browse files
authored
Merge pull request #36 from SCIInstitute/wgood-patch-5
Normalized and Improved the Legacy filter
2 parents df0881e + 98bae96 commit 36b19c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SOURCE/TOOLS/temporal_filters/temporalFilter.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
%%%% filter Parameters
2828
A = 1;
29-
B = [0.03266412226059 0.06320942361376 0.09378788647083 0.10617422096837 0.09378788647083 0.06320942361376 0.03266412226059];
29+
B = [0.0277777777777778 0.0555555555555556 0.0833333333333333 0.111111111111111 0.138888888888889 0.166666666666667 0.138888888888889 0.111111111111111 0.0833333333333333 0.0555555555555556 0.0277777777777778];
3030

3131

3232
%%%% do the filtering

0 commit comments

Comments
 (0)