Displaying 20 results from an estimated 1271 matches for "jittering".
Did you mean:
littering
2020 Sep 23
3
jitter-bug? problematic behaviour of the jitter function
Dear all,
i have noticed some strange behaviour in the ?jitter? function in R.
On the help page for jitter it is stated that
"The result, say r, is r <- x + runif(n, -a, a) where n <- length(x) and a is the amount argument (if specified).?
and
"If amount is NULL (default), we set a <- factor * d/5 where d is the smallest difference between adjacent unique (apart from fuzz) x
2020 Sep 23
3
jitter-bug? problematic behaviour of the jitter function
Dear all,
i have noticed some strange behaviour in the ?jitter? function in R.
On the help page for jitter it is stated that
"The result, say r, is r <- x + runif(n, -a, a) where n <- length(x) and a is the amount argument (if specified).?
and
"If amount is NULL (default), we set a <- factor * d/5 where d is the smallest difference between adjacent unique (apart from fuzz) x
2005 Feb 12
2
Intermediary jitter buffering
Hello,
I understand that only the destination of a call should do jitter
buffering. So, if IAX2/PhoneA calls IAX2/PhoneB through my server (no
transfers), PhoneA and PhoneB need to perform their own jitter buffering,
and Asterisk will just forward the frames, correct?
What happens if the peer does not support jitter buffering, but is
close by so there's no need for jitter buffering? My
2004 Aug 29
2
Jitter buffer
...mpletely established and the native bridging kicks in. So I suppose
you might see an initial measurement left over.
The -1ms is probably some sort of rounding error which should be looked
at.
The same principle applies to the jitter buffer. Asterisk servers in the
middle of a call do not do de-jittering, they leave it all to the end
machines. Or, at least, that is so once native-bridging kicks in.
Again, the jitter buffer on an intermediate machine will be used whilst
the call is establishing but will stop being used once the call is
established. So I wouldn't expect meaningful jitter figu...
2007 May 08
2
asterisk 1.2 and UDP packet numbering on bridged channels (for jitter buffering)?
http://www.asterisk.org/node/48317 does a nice job of explaining the 1.4
jitter buffer, however it raised a question in my mind.
In 1.2 (and also 1.4), when asterisk bridges 2 SIP channels, are the UDP
RTP packets renumbered on transmit, or is the original sequence number
preserved in the UDP header?
A comment is made on the referenced blog that jitter buffering is best
implemented at the
2007 Aug 03
6
Measuring Jitter in Asterisk
How can I objectively measure jitter in Asterisk on a SIP channel?
I don't just want to turn the new 1.4 jitter buffer on. I want to
measure jitter.
Thanks,
Doug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070803/c6d473ce/attachment.htm
2005 Jun 06
1
RTP and jitter buffer relationship
Good question. I'm coming to the conclusion that using plain UDP and
"home-grown" packet construction for transmitting the speex data (with
timestamp/sequence counter) and implementing jitter control on the receiver
end is an adequate implementation for a VoIP application. Assuming of course
that I don't care about any interoperability issues with other applications
etc.
I was
2008 Jan 14
1
Jitter buffer latency
Hi Jean-Marc,
Thanks for your response. Given a worst case scenario, what is the "worst case" latency (in terms of Speex frames) that the jitter buffer algorithm will incur? We're trying to determine the worst case hard number. Sorry for unclear question below; what I was trying to ask is that given a worst case latency (which I'm asking in the first question) inherent in
2020 Sep 23
0
[R] jitter-bug? problematic behaviour of the jitter function
Hello,
R 4.0.2 on Ubuntu 20.04, sessionInfo at end.
This came up in r-help, I'm answering to the OP and also posting to
r-devel since I believe it is more appropriate there.
I can confirm this. The original instructions are the first and the
last, but even with smaller numbers the error shows up.
set.seed(2020)
jitter(c(1,2,10^4)) # desired behaviour
#[1] 1.058761 1.957690
2007 Apr 11
3
SIP Jitter Buffer Patch for 1.2.x branch?
Hi,
I know that there was a jitter buffer patch (for sip) for the 1.0.9 branch
some time agin. At this time, we can not upgrade to 1.4.x. Is there a
useable, fairly stable INCOMING sip jitter buffer patch? That is.. I want
Asterisk to jitter buffer incoming SIP packets.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2007 Mar 08
4
Introduction and patch
Hi,
I'm one of the people working on the Rockbox project
(http://www.rockbox.org) which is an open source alternative firmware
for a range Digital Audio Players. Recently we integrated support for
the Speex codec using libspeex and seems to work well. If you could add
Rockbox to your list of software that supports Speex, that'd be great.
So that's the introduction done. Now for
2005 Sep 18
2
How does the jitter buffer "catch up"?
Thank you for a very good explanation which shed light on some of the
questions that I had after reading the source code.
Reading your text however, I wonder if I'm perhaps missing an important
point on the proper use of the jitter buffer:
...
> Now, clearly, if early_ratio is high and late_ratio is very
> low, the buffer is buffering more than it needs to; it will
> skip a frame
2008 Apr 19
3
R question for Stata users
Hi...
In Stata, there is the ability to display scatter plots with data
points at the same (x,y)
location, using the 'jitter' command of the twoway scatter stata
command.
Anyone know of a way that I can do the equivalent thing in R?
For non-Stata readers, if jitter is enabled in stata, and n-points
would be at
the same (x,y) location, the points are offset a bit (according to
2004 Nov 10
2
Jitter buffer
Hi Jean and Steve,
Can you tell me whether the jitter filter / buffer is adaptive type, I
saw the description of speex_jitter.h say it is "adaptive", anyone of
the group has implemented it and confirm it.
Thank you all.
Regards,
Danny Chan
-----Original Message-----
From: speex-dev-bounces@xiph.org [mailto:speex-dev-bounces@xiph.org] On
Behalf Of Jean-Marc Valin
Sent: Tuesday,
2006 Mar 19
3
Who is using the jitter buffer?
Hi,
I'd like know about anyone using the current jitter buffer in Speex. I'm
planning on changing it to make it more general and I'd like some
feedback about how to make it better. Also, let me know if you're doing
anything serious with it and want to make sure I don't break your stuff.
Basically, I want to make the jitter buffer easier to use with other
codecs and reduce the
2004 Sep 07
2
Jitter buffer
Hmm, I tried... I completly understand an idea of jitter buffer
and I know there is a lot of kinds of this solution
(eg. AJB - Adaptive Jitter Buffer).
I simply want to know what type is used in speex codec and how could I
use that. What is the reason for using jitter buffer implemented in
speex against to my own (implemented at lower layer - transmission
layer - eg. rtp).
Kapul
On Tue, Sep
2003 Jan 15
2
[lattice] lines for stripplot (like dotplot) or jitter for dotplot?
I'd like to use stripplot for some plots because I want to use
the jitter parameter. On the other hand, I'd like to use dotplot
because I'd like to have the horizontal lines that it includes.
dotplot doesn't have a jitter option and I'm not having any
success with getting panel.grid(h=-1) with stripplot. Can anyone
show me how to make dotplot-like lines on a stripplot? Or
2005 Sep 18
3
How does the jitter buffer "catch up"?
Is is possible to give a short hint about how the jitter buffer would
"catch up" when network condition have been bad and then get better?
I'm using the jitter buffer with success now, but sometimes I have a
long delay that's caused by bad network conditions and then later when
the conditions get better, I would think we would want the audio to
gradually catch up with real-time
2007 Mar 18
2
Problem with the svn jitter buffer
I use the speex version of your jitter, and in speex_jitter_get, you always
call the jitter_buffer_update_delay.
-----Original Message-----
From: Jean-Marc Valin [mailto:jean-marc.valin@usherbrooke.ca]
Sent: dimanche 18 mars 2007 13:06
To: Ouss
Cc: speex-dev@xiph.org
Subject: Re: [Speex-dev] Problem with the svn jitter buffer
> I think that the new Jitter Buffer have a problem.
>
>
2007 Dec 27
1
SIP Channel jitter buffer issue
Hi,
I have a SIP client which is registered to asterisk. Asterisk is
registered to a SIP trunk and also handles the media. Now since my client
has some issues in its RTP Tx, which seems to have some amount of jitter
(mean jitter as per ethereal trace is about 17ms, max jitter is 20 ms and
max delta is 85 ms), to over come that I have enabled jitter buffer in the
SIP channel by setting sip.conf