Displaying 4 results from an estimated 4 matches for "proceeed".
Did you mean:
proceed
2012 Oct 17
2
Completely ignoring an error in a function...
...o something B" returns this error:
Error in cat(list(...), file, sep, fill, labels, append) :
argument 2 (type 'list') cannot be handled by 'cat'
A standard function would stop here. HOWEVER, I want, in this odd case, to
say "keep going" to my function and have it proceeed to # Do something C.
How do I accomplish this? I thought suppressWarnings() would do it but it
doesn't appear to.
Assume that debugging "Do something B" is out of the question. Why am I
doing this? Because in my odd case, "Do something B" actually does what I
needed it...
2011 Apr 04
3
[patch] speex AEC state save & restore
...file for later use, especially
after a process restart or machine reboot. This enables immediate echo
cancellation the second time the AEC is run.
Of course this works only if the acoustic environment of the device
doesn't change and if the soundcard latency is constant.
To use this feature, proceeed as this:
- use speex_echo_ctl() with SPEEX_ECHO_GET_BLOB to obtain a
SpeexEchoStateBlob, at the end of an audio session, when the echo
canceller is supposed to be converged.
- save the blob to a disk file for example, using
speex_echo_state_blob_get_data() and speex_echo_state_blob_get_size() to...
2011 Apr 04
0
[patch] speex AEC state save & restore
...t; doesn't change and if the soundcard latency is constant.
That's probably a fair assumption for a desktop machine, but totally
bogus for a notebook. Is there a clear way to tell the difference, and
make a judgement as to whether this feature should be enabled.
> To use this feature, proceeed as this:
> - use speex_echo_ctl() with SPEEX_ECHO_GET_BLOB to obtain a
> SpeexEchoStateBlob, at the end of an audio session, when the echo
> canceller is supposed to be converged.
> - save the blob to a disk file for example, using
> speex_echo_state_blob_get_data() and speex_ech...
2011 Jun 09
0
missing values and error message
...nsity
estimation of the variable; #3- Normal Q-Q plot ; #4- Box-plot of the
variable.
The error message comes in when i try to plot # 2 above when there are
missing values in a specific column.
For other subjects with non missing values in each variable, i can plot
using the code and then i can proceeed to the other plots using the code
below:
The code is as follows:
Chair002OD<-read.csv("Chair002OD.csv", header=TRUE)
attach(Chair002OD)
names(Chair002OD)
oldpar<-par(mfrow=c(2,2),oma=c(0,0,2,0)
0.1)
truehist(SDANN5mins,SDANN5mins="FD",col="blue",main...