Displaying 3 results from an estimated 3 matches for "dpll".
Did you mean:
dpl
2005 Nov 11
0
DPLL in aec samples
...cannot start playback and capture at the same time. That actually
doesn't matter at all because it only introduces a *constant* delay
between the signals.
Jean-Marc
Le vendredi 11 novembre 2005 ? 15:00 -0300, Dario Andrade a ?crit :
>
> May I still try to sync them using some kind of DPLL (digital phase locked
> loop) mechanism? Something like
> matching clocks and interpolating samples to try to sync them together?
> Do the interpolated samples get to be eligible for an aec in your opinion?
>
> Thanks,
> Dario
>
> > To everyone on the list: do *NOT* att...
2005 Nov 11
3
DPLL in aec samples
May I still try to sync them using some kind of DPLL (digital phase locked
loop) mechanism? Something like
matching clocks and interpolating samples to try to sync them together?
Do the interpolated samples get to be eligible for an aec in your opinion?
Thanks,
Dario
> To everyone on the list: do *NOT* attempt to do echo cancellation with
> s...
2003 Feb 28
2
error in tor2
...c -Wall -Wstrict-prototypes -march=pentium -O6 -g -c -o demodulador.o demodulador.c
gcc -Wall -Wstrict-prototypes -march=pentium -O6 -g -c -o serie.o serie.c
gcc -Wall -Wstrict-prototypes -march=pentium -O6 -g -c -o baudot.o baudot.c
gcc -Wall -Wstrict-prototypes -march=pentium -O6 -g -c -o dpll.o dpll.c
gcc -Wall -Wstrict-prototypes -march=pentium -O6 -g -c -o tone_detect.o tone_detect.c
ar rcs libzap.a zap.o goertzel.o filtros.o demodulador.o serie.o baudot.o dpll.o tone_detect.o
ranlib libzap.a
gcc -shared -Wl,-soname,libzap.so.1 -o libzap.so.1.0 zap.o goertzel.o filtros.o demodulador...