Displaying 3 results from an estimated 3 matches for "gxa".
Did you mean:
0xa
2012 May 22
4
“For” calculation is so slow
Dear All,
The function I wrote can run well with the small data, but with the large
data, the function runs very very slowly. How can I correct it? Thank you
very much. My function as below:
a<-c(1:240)
b<-c(1:240)
l=function(a,b){
v=0
u=0
uv=0
v[1]=0
u[1]=0
uv[1]=0
for (i in 1:(length(s)-1)){
v[i]<-((gx[[i]][b,(gx[[i]][a,1]+1)])-(gx[[i]][a,gx[[i]][a,1]+1]))/(gx[[i]][a,gx[[i]][a,1]+1])
2005 Feb 18
0
FXS signalling for Ireland
Hi,
I've installed a TDM400 card in an aging Dell Optiplex GXa (see my post a
few weeks ago). The machine powers the card okay, it shows up in an
'lspci', and asterisk runs fine with it. I've tried both 1.0.4 and 1.0.5.
The box in question is running a 2.4 kernel.
However... I'm having trouble getting the card to work with a variaty of
ha...
2003 Dec 30
2
* crash when forward voicemail message [problem solved]
...ered a new sound card (Creative Labs Ensonic ES1373 128 Voice PCI
> Sound Card) that seems to be working well with asterisk from what I read
on
> the web. I should have it in a couple of days and get it loaded to see if
> that is it. The card I currently have is a crystal audio on a dell gxa
> motherboard.
>
> I received an e-mail from one of the other guru's on the list. He said
that
> if sendmail is sending e-mail through the console then it's very unlikely
> that the problem is with that application.
>
> Do you think a sound card issue could be causing...