Displaying 20 results from an estimated 2000 matches similar to: "Low compression on high noise?"
2017 Aug 19
4
FLAC compression experiment
Hi FLAC team.
I feel I have found a super high compression way of FLAC. I have tested a 1 hour WAV file of 440HTZ with a 5,25,50,75,100 normalize volume preset. This dramatically changes the compression size of the end FLAC file even though the WAV file size is identical for all 5 WAV files. Only the volume is different. When you renormalize the WAV to its original volume the file is still 100%
2012 Sep 01
2
Hide empty Samba shares?
When a partition mounted to a shared by Samba folder is dismounted, Samba
keeps sharing that empty folder. It creates a security hazard, since files
can still be saved to that empty folder, and overwritten next time (lost)
when the original partition is auto mounted again to the same folder. Its
also confusing for most users to browse empty shares - no normal person
would understand why
2004 Aug 06
1
Noise problem with high harmonics
I just finished testing and integrating Speex into our test project. Speex
works excellent and sounds great for the bitrate.
I have noticed, however, on cheaper microphones that Speex will produce loud
static noise at high harmonics/amplitude in the sound. Is there some
setting to prevent this static? I don't have this problem with various
other manufacturer voice coders that I am using
2009 Nov 13
3
Questions: FLAC performance, compression ratio and extra documentation
Dear list,
I' m studying FLAC performance, and I'd like to know how much
compression can be achieved for different audio files.
1) It seems that
for nontonal sound (wideband noise), the compression factor is better
than for compound sound (tones + nontonal components),
which is typically 2. The reason for this result could be the following: the
LPC filter is more suitable for
2003 Apr 14
2
categorical variables
Dear helpers
I constructed a data frame with this structure
> str(dados1)
`data.frame': 485 obs. of 16 variables:
$ Emissor : int 1 1 1 1 1 1 1 1 1 1 ...
$ Marisca.Rio : int 1 1 1 1 1 1 1 1 1 1 ...
$ Per?odo : int 1 1 1 1 1 1 1 1 1 1 ...
$ Reproducao : int 3 3 3 3 3 3 3 3 3 3 ...
$ Estacao : int 2 2 2 2 2 2 2 2 2 2 ...
$ X30cm : int
2006 Jan 24
3
R-help Digest, Vol 35, Issue 24
Dear Prof Ripley,
First of all, unless you are an english professor, then I do not think you have
any business policing language. I'm still very much a student, both in R, and
regarding signal analysis. My competence on the subject as compared too your
own level of expertise, or my spelling for that matter, may be a contension for
you, but it would have been better had you kept that opinion
2009 Aug 09
2
alternate compression
On Aug 8, 2009, at 23:11, Didier Dambrin wrote:
> Electronic music quite often doesn't leave a computer these days.
> And it
> mainly consists of drums, synths & vocals/effects. Drums are often
> samples
> sequenced at sample (not sub-sample) accuracy, thus repeated (of
> course if
> the song was post-resampled, there will be sub-sample times).
Good point. I
2017 Jun 21
2
fitting cosine curve
What I did was to plot your initial values, then plot the smoothed
values and guess the constants. That is, I got an "eyeball" fit to the
smoothed values. As I have described this as "gross cheating" in the
past, you should either split your data, estimate on one subset and
then test on another, or estimate on your data and test on a
replication. If you get pretty much the same
2017 Jun 25
2
Writing my 3D plot function
Hi all,I had a question last week on asking for a function that will help me draw three different circles on x,y,z axis based on polar coordinates (Each X,Y,Z circle are coming from three independent measurements of 1-360 polar coordinates). It turned out that there ?is no such function in R and thus I am trying to write my own piece of code that hopefully I will be able to share. I have spent
2017 Jun 25
0
Writing my 3D plot function
Please look at what I see in your code below (run-on code mush) to understand part of why it is important for you to send your email as plain text as the Posting Guide indicates. You might find [1] helpful.
[1] https://wiki.openstack.org/wiki/MailingListEtiquette
--
Sent from my phone. Please excuse my brevity.
On June 25, 2017 2:42:26 PM EDT, Alaios via R-help <r-help at r-project.org>
2010 Nov 04
1
About Acoustic Echo Canceller
Hello.
I'm from Federal University of Rio Grande do Sul - Brazil and I'm
trying to adapt
speex_echo.h (speex-1.2beta3-win32) to our video-conference software code.
We are working on amplitude values, but I realised that in order to AEC
works, one has to convert amplitude to frequency and filter the echo
frequencies. So, my question is:
Do I have to manually convert amplitude samples to
2007 Sep 15
3
samba pdc & ldap vs mysql
hallo
I have a task to reorganize the network resources of a medium company
(~150 computers, 80% windows) which in the current state is very chaotic
I was thinking of a system where the users are stored in a single place,
from where applications like mail (postfix), squid and even a domain
controller can retrieve information
from your past experience, which does a better job - ldap or users
2011 Jun 07
2
gam() (in mgcv) with multiple interactions
Hi! I'm learning mgcv, and reading Simon Wood's book on GAMs, as recommended to me earlier by some folks on this list. I've run into a question to which I can't find the answer in his book, so I'm hoping somebody here knows.
My outcome variable is binary, so I'm doing a binomial fit with gam(). I have five independent variables, all continuous, all uniformly
2008 Jun 10
3
fitting periodic 'sine wave' model
I have been attempting to estimate the periodic contribution of an
effect to some data but have not been able to fit a sine wave within R.
It would be nice to start by being able to fit a sine wave with an
amplitude and frequency.
x<-seq(0,20,by=0.5)
y<-2*sin(2*pi*.5*x) #amplitude =2, frequency=0.5
# This failed to converge
r<-nls(y ~ A*sin(2*pi*F*x), start=list(A = 1, F = 1),
2009 Aug 10
1
manipulating text to generate different formulas to use in nls()
Hello,
In doing a series of non-linear estimations of a function which is a sum of a varying number
of sinusoids, I would like to "autogenerate" the arguments needed by nls() depending on that
number.
For example, when there are two sinusoids:
> nls( y ~ mu + A1 * cos(2*pi*f1*x - P1) + A2 * cos(2*pi*f2*x - P2), data = some.xy.data,
start = list( mu=some.value0,
2005 Dec 12
2
mdf -- better adaption of W?
>> Actually, computing the "power spectrum" for each frame of W shows
>> how large an ammount of the original signal at time offset j the
>> echo canceller thinks should be removed from the current input frame.
>
> Careful when looking at W because of how the real and imaginary parts
> are packed in the array.
Err. Ok, as I got it, 'bin 0' has it's
2008 Jan 23
1
help with levelplot()
useR's,
I want to create a "movie" of a sin function (from 0 to pi/2) using
levelplot() in the lattice package. I basically want to create 20 or so
plots of the sin function starting with an amplitude of 0 and ending at
amplitude 1. By using a loop and plotting these in succession, it will have
the appearance of a movie or animation. I believe I know how to do this
part, but I am
2005 Apr 16
1
How to get predictions, plots, etc. from lmer{lme4}
Kindly send a cc to me when replying to the list.
I'm having trouble using lmer beyond a first step.
My data:
> some(exp1B)
sub ba amplitude a b c d
2 1 1.00 1.5 65 63 4 8
41 4 1.15 0.0 92 41 3 4
43 4 1.15 3.0 88 48 2 2
63 6 1.00 3.0 50 72 9 9
77 8 1.15 0.0 112 25 2 1
89 10 1.15 0.0 37 33 36 34
126
2004 Dec 16
8
g711 ulaw vs alaw
Hi All,
Can someone explain to me the difference between g711's ulaw and alaw
codecs? Is it just different header info or is the actual payload in
each encoded differently? I have thus far noe been able to find any
difinative information onthe matter. All I've managed to find out
that they are "similar", they sound the same and that it doesn't
matter which you use. Could
2012 Oct 29
2
Problems plotting a sparse time series in R
Hi guys,
I am logging data about my body (weight, body fat, blood pressure, ..)
in a .csv file and would like to plot this as a time series. I uploaded
the (noisified) .csv, you can see the link in the code I have so far
(you can run the code directly as-is):
df.raw <-
read.csv("http://www.chaotic-neutral.de/temp/stats-noised.csv", sep=";",
dec=".")