Explorar el Código

phase compensation new filter

tags/v1.2
Thierry Leconte hace 20 años
padre
commit
656ebf625a
Se han modificado 1 ficheros con 5 adiciones y 5 borrados
  1. +5
    -5
      filtercoeff.h

+ 5
- 5
filtercoeff.h Ver fichero

@@ -27,12 +27,12 @@ const iircoeff_t PhaseFilterCf=
}; };
#define SyncFilterLen 34
#define SyncFilterLen 32
const float Sync[SyncFilterLen]={ 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
}; };


Cargando…
Cancelar
Guardar