Browse Source

phase compensation new filter

tags/v1.2
Thierry Leconte 20 years ago
parent
commit
656ebf625a
1 changed files with 5 additions and 5 deletions
  1. +5
    -5
      filtercoeff.h

+ 5
- 5
filtercoeff.h View File

@@ -27,12 +27,12 @@ const iircoeff_t PhaseFilterCf=
};
#define SyncFilterLen 34
#define SyncFilterLen 32
const float Sync[SyncFilterLen]={
-14,-14,-14,-14,
20,20,-14,-14,20,20,-14,-14,20,20,-14,-14,
20,20,-14,-14,20,20,-14,-14,20,20,-14,-14,
20,20,-14,-14,-14,-14
-14,-14,-14,
18,18,-14,-14,18,18,-14,-14,18,18,-14,-14,
18,18,-14,-14,18,18,-14,-14,18,18,-14,-14,
18,18,-14,-14,-14
};


Loading…
Cancel
Save