Procházet zdrojové kódy

phase compensation new filter

tags/v1.2
Thierry Leconte před 20 roky
rodič
revize
656ebf625a
1 změnil soubory, kde provedl 5 přidání a 5 odebrání
  1. +5
    -5
      filtercoeff.h

+ 5
- 5
filtercoeff.h Zobrazit soubor

@@ -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
};


Načítá se…
Zrušit
Uložit