Displaying 5 results from an estimated 5 matches for "oxt".
Did you mean:
out
2005 Jan 28
4
extracting from a data.frame
...t;CZ3" "N" "ND1" "ND2" "NE" "NE1"
[23] "NE2" "NH1" "NH2" "NZ" "O" "OD1" "OD2" "OE1" "OE2" "OG" "OG1"
[34] "OH" "OXT" "SD" "SG"
Now I would like to get all rows of a, that have the value "O" in V3.
I tried a lot of different combinations of [... but I couldn't make it.
Any ideas?
Thanks a lot!
Dax.
2008 May 23
2
Speex realtime encoding/decoding "Real world" usage for Windows Mobile / Symbian device
...ttings now (I use embeded Visual C++ 4 latest SP):
> - plain C (not ARM assembly), fixed point version of speex (r12832)
> - quality/complexity set to 5 (previously it was 0-1). 3-4 is also
> okay, but obviously quality is not as good.
> - compiler set to optimize for maximum speed (/Oxt flag, previously
> it was default, which is mapped to /O2).
Complexity 5 is insane overkill. The default is 2 and should be left as
it unless you really see a need to change it. Complexity 1 is fine if
you're strapped for CPU and 3 can be OK if you can afford it.
More than that is just plai...
2008 May 22
4
Speex realtime encoding/decoding "Real world" usage for Windows Mobile / Symbian device
Dear all,
i am currently evaluating which codec to be used for a "very narrowband"
voice communication system (using either VoIP either GSM CSD) on mobile
devices running Windows Mobile and Symbian OS.
I had experience in using AMR-NB 4.75 with VAD on Symbian OS and all
worked very well.
However, AMR it's not royalty free and if i need to use it on Windows
Mobile i will need
2008 May 23
0
Speex realtime encoding/decoding "Real world" usage for Windows Mobile / Symbian device
...software.
So my settings now (I use embeded Visual C++ 4 latest SP):
- plain C (not ARM assembly), fixed point version of speex (r12832)
- quality/complexity set to 5 (previously it was 0-1). 3-4 is also
okay, but obviously quality is not as good.
- compiler set to optimize for maximum speed (/Oxt flag, previously
it was default, which is mapped to /O2).
(yeah I know those were silly mistakes)
I tried with narrowband only, and audio is good. I also tried with
adding compiler flags which I thought would be appropriate for my
processor ("/QRarch5T /QRdsp /QRxscale" options), but la...
2008 May 23
0
Speex realtime encoding/decoding "Real world" usage for Windows Mobile / Symbian device
...e embeded Visual C++ 4 latest SP):
>> - plain C (not ARM assembly), fixed point version of speex (r12832)
>> - quality/complexity set to 5 (previously it was 0-1). 3-4 is also
>> okay, but obviously quality is not as good.
>> - compiler set to optimize for maximum speed (/Oxt flag, previously
>> it was default, which is mapped to /O2).
>
> Complexity 5 is insane overkill. The default is 2 and should be left as
> it unless you really see a need to change it. Complexity 1 is fine if
> you're strapped for CPU and 3 can be OK if you can afford it.
>...