search for: 120msec

Displaying 2 results from an estimated 2 matches for "120msec".

Did you mean: 20msec
2008 Dec 11
3
Resampling physiological data using R?
Dear all R users, I am going to use R to process some of my physiological data about eye. The problem is the recording machine does not sample in a reliably constant rate: the time intervals between data sampled can vary from 9msec to ~120msec, while most around in the 15-30msec range. The below is a fraction of a single data file of a trial: Time CursorX CursorY Pupilsize 1811543 -1 -1 -1 1811563 -1 -1 -1 1811584 511 370 4.175665 1811603 511 368 4.181973 1811624 521 368 4.210732 1811644 512 377 4.149632 1811664 524 377 4.275845 1811684...
2016 Dec 30
1
Opus_Repacketiser_Issue
Hi All, I have taken ITU standard 48KHz female voice file and Encoded using opus_demo by giving follwoing arguments. opus_demo -e audio 48000 1 32000 female1.pcm female1frame.opus And using repacketiser tried to pack 6frames/packet(6*20msec=120msec). While packing I observed below error for 3 times. Error: opus_repacketizer_cat() failed: corrupted stream when i inspect the encoded file, it looks repacketiser fails to pack a encoded frames of different modes( HYBRID, CELT) in a single packet. 1. Does above mentioned issue is the current limi...