Displaying 5 results from an estimated 5 matches for "posa".
Did you mean:
pos
2010 May 13
1
access objects in my environment
Dear group,
Here are my objects in my environment:
> ls()
[1] "Pos100415" "Pos100416" "posA" "pose15" "pose16" "pose16t"
"position" "trade" "x"
I need to pass the object "Pos100415" to a function. This element is a
data.frame, obtained through a function: Pos(x)<-myfun(x) with x<-100415 in...
2010 May 26
2
writing function : can't find an object
...y)]
#first we need to create the Pos and Trad elements
for (i in sel) {
assign(paste("Pos",i,sep=""),position(i),envir=.GlobalEnv)
assign(paste("Trad",i,sep=""),trade(i),envir=.GlobalEnv)
}
#access elements in my environment
posA<-get(paste(c("Pos",x),collapse=""))
posB<-get(paste(c("Pos",y),collapse=""))
av<-get(paste(c("Trad",y),collapse=""))
#apply some change on element columns then create only one data frame with
the three elements
allcon...
2005 Nov 11
0
Re: aec
...d.
However, I've had some limited success using two identical soundblaster
live cards, card A (mic) and card B (output card which samples speakers).
On each event (sampling capture position passed a marker in the buffer):
- Fetch hardware sample-accurate sampling position of card A and B as PosA
and PosB.
- Copy 320 samples from buffer of card A at offset WantPosA into "mic
input".
- Calculate "negative offset" SampOfs = PosA-WantPosA.
- Copy 320 samples from card B at offset PosB-SampOfs into "speaker
input".
- WantPosA += 320
- Wait for next event and...
2010 May 21
4
indexing problem
Dear group,
Here is my environment :
> ls()
[1] "l" "PLglobal" "Pos100415" "Pos100416" "Pos100419"
"Pos100420" "position" "select" "Trad100415" "Trad100416"
"Trad100419" "Trad100420" "trade" "y"
With objects :
> l
[1]
2005 Nov 11
4
Re: aec
To everyone on the list: do *NOT* attempt to do echo cancellation with
signals sampled using different clocks. This will *NOT* work. Just a
0.1% difference between the two sampling rates (it's sometimes worse
than that) means that the impulse response drifts by 8 samples every
second. There's just no way to efficiently track this. Or at least no
way that doesn't involve something 100x