search for: bass

Displaying 20 results from an estimated 228 matches for "bass".

Did you mean: base
2011 Jun 15
4
Problems with nls
I'm trying to fit the Bass Diffusion Model using the nls function in R but I'm running into a strange problem. The model has either two or three parameters, depending on how it's parameterized, p (coefficient of innovation), q (coefficient of immitation), and sometimes m (maximum market share). Regardless of how I pa...
2012 Nov 28
1
Problems with nls
...kely make it and nls both happier. nlxb insists on having its data in a data frame. Here's my code rm(list=ls()) Laptop_sale <- c(1405, 1863,2027,2669,2938,5275,6595,6943,8621,10905,12420,22400,32380,31600,34900,43163,47838,47592) CuSale <- Laptop_sale time <- seq_along(Laptop_sale) Bass.Model <- Laptop_sale ~ m * ((p + q)^2/p) * (exp(-(p + q) * time)/((q / p) * exp(-(p + q) * time) + 1)^2) Bass.Fit <- nls(formula = Bass.Model, start = c(p = 0.03, q = 0.4, m =max(CuSale)), trace = TRUE) Bass.Fit library(nlmrt) xdata<-data.frame(Laptop_sale, time) Bass.Fitn <- nlxb(form...
2001 Oct 05
1
Bass response with Ogg Vorbis
I'm a bass player, I admit it. I came across a number of people talking about bass response with Ogg Vorbis and it piqued my interest, I live for this stuff. I am using the Ogg files to distribute songs as converted right from the 32 bit masters. This is a much different thing than ripping a 16 bit CD audio...
2007 Aug 01
1
Fruity Loops
With Winetricks, Fruity Loops seems to be working well. The only thing that is not working right now is the packs. I can't figure out why the packs aren't working. If I click on the bass pack, it produces sound; if I click on one of the choir packs, no sound is produced. Linux reads the bass pack as pcm encoded. Linux isn't able to read all the packs that aren't working. I know that wav is a wrapper but if the bass pack is wav and the choir packs are wav then why is...
2001 Dec 12
1
connect to bass.directhit.com(65.214.36.12):2401 failed: Connection refused
Hi, According to http://www.openssh.com/portable.html, I tried to update my openssh_cvs tree by CVS. And got an error. $ cvs update -dP cvs [update aborted]: connect to bass.directhit.com(65.214.36.12):2401 failed: Connection refused Why? And from which cvs pserver can I get the latest openssh-portable? Thanks. -- NAKAJI Hiroyuki
2008 Dec 07
1
Issue with signals with lots of bass
Hi, We've just found an issue when encoding signals that have very powerful bass (e.g. a loud 40 Hz tone). Turns out that was a combination of the MDCT leakage with some inefficiency in the VQ search. There's a tentative fix for that in git, which I'm encouraging everyone to test. To enable the fix, look for these lines in alg_quant() (vq.c): #if 0 if (K > (N>...
2002 Dec 26
8
Is this just anti-Ogg FUD?
I was recently talking to a friend of mine who produces what's widely referred to as "techno", music that's heavy on electronically generated loops and effects, samples, and has plenty of bass. He doesn't like ogg for a few reasons - he sent me a rather long email, and I've stripped out the nonsense from it (he has some technically irrelevant reasons for not liking ogg) but he also made some claims that I wanted to follow-up on. I've modified his email and included the p...
2001 Nov 02
3
RC2 and bass
...I believe this is the first time I have noticed it. It is definitely the first time I have vorbis encoded this song. Try encoding They Might Be Giants - Istanbul. Go to offset around 50 seconds. It should say "Maybe people just like it better that way." However, the maybe is pretty bassy (low pitch) and is just gone. Anyway, RC2 is so much nicer at 128Kbps than MP3's are (sans some of these pitch issues). Nice job everyone! Trever Adams <HR NOSHADE> <UL> <LI>application/pgp-signature attachment: stored </UL> -------------- next part --------------...
2001 Dec 07
1
CVS server not responding
Hi, the anonymous CVS server for portable OpenSSH does not want to talk to me: > % cvs upd -Pd > cvs [update aborted]: connect to bass.directhit.com:2401 failed: Connection refused Looking at http://www.openssh.com/portable.html, ":pserver:cvs at bass.directhit.com:/cvs" is still the recommended repository. Is this a known problem? -- Kent Engstr?m, Link?ping University Incident Response Team kent at unit.liu.se...
2001 Jun 06
1
ppr, number of terms, and data ordering
...f results below) and running ppr after sorting the datasets by idnum (second and third sets of results below). At first I thought that perhaps the regression parameters are different but the underlying results are equivalent but predicted values are significantly different. I tried increasing the bass parameter, thinking that perhaps I was overfitting the data, but the differences in the regression parameters remained. Finally, I originally had lots of other RHS variables, including indicator variables; stripping those variables out did not change my findings, as shown below. My first question...
2012 Feb 29
2
Export nls object to text file
Hi all, I am new to R and have some trouble with exporting results from a non linear squares object (.nls), would be very thankful if anyone could help me. So what I'm doing is a Bass modelling of some data. The result is stored in the object "Bass.nls". I want to export a matrix with the three columns: observation number, actual observation value, predicted observation value. Can I do this somehow? If not can I export the full nls object somehow? When trying the to...
2010 Mar 03
2
Notch Filter in AEC
Hi, But in fact, it really affects the voice quality. One of my tester says, "Is your mouth far way from the mic?" Could you explain why we should cut 200hz below? >The notch filter is specifically designed to cut below 200 Hz when >working in narrowband. In wideband, the cutoff is more around 50 Hz. The >reason is that in narrowband operation (irrespective of the
2010 Jul 27
4
Sweave and scan()
...Rnw ) \documentclass[12pt]{article} \begin{document} <<>>= height = scan() 64 62 66 65 62 69 72 72 70 part = scan(what = character(0)) "Soprano" "Soprano" "Soprano" "Alto" "Alto" "Tenor" "Tenor" "Bass" "Bass" sh = data.frame(height, part) sh @ \end{document} Now what happens when I attempt to Sweave this is > Sweave("scanexamp.Rnw") Writing to file scanexamp.tex Processing code chunks ... 1 : echo term verbatim Error: chunk 1 Error in parse(text = chunk) :...
2002 Jul 07
2
Sensitivity to sounds with frequency
...hen two tones of two different frequencies sound equally loud, what's the (rough) relationship between their power? This is for percussive sounds in music, but I assume it's roughly the same for all sounds. The ear seems more sensitive at high frequencies. For example, when you alternate bass drum and high hat, and you adjust them until they both sound about the same, the RMS power of the high hat is a lot smaller than the bass drum. Is the sensitivity roughly 1 / frequency? 1 / sqrt(frequency)? Thanks, Martin --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project...
2007 Mar 28
0
A new Open Source .Net bassed Vorbis/Theora Library and Sample Player
Hi all, My company KISS Intelligent Systems is developing a content distribution platform. Part of this requires the client software to play audio and video. When we started we looked around and couldn't find anything that could quite do what we needed, so we wrote our own. We have decided to open source (LGPL) the library we created. The library is designed to be cross platform, however we
2004 Aug 06
1
Frozen upper spectrum in WB VBR CNG
...data I'm sending through the codec... > > There's always some background noise but it's kept at reasonably > > low levels, and is what you would expect to pick up with a mic in > > a typical room with a computer in it. I do a high-pass filter to > > reduce bass below around 400Hz before encoding. (Without the filter, > > if there is significant bass background noise, VBR struggles and > > the quality is very poor.) > > Strange, the wideband more is designed for the 50-7000 kHz band. Sure if > you lower the bit-rate a lot, there ma...
2001 Mar 17
2
Beta4 artifact/bug in the bass area
Hi! Today, I found an encoding bug with a new tune by me. http://www.uni-karlsruhe.de/~us87/ogg/vorbis_bassrumble_demo.rar (2.1MB) contains the original .WAV in 16bit/44.1kHz and an .OGG encoded at 350kbit/s. I found the bug when listening to the 128kbit/s version, but encoding it with that high bitrate didn't change a thing. The deep bassdrum contains a rumbling, knocking sound (the first time i he...
2013 Nov 30
58
[Bug 72180] New: Nouveau Random GPU Lockups
...Priority: medium Bug ID: 72180 Assignee: nouveau at lists.freedesktop.org Summary: Nouveau Random GPU Lockups QA Contact: xorg-team at lists.x.org Severity: normal Classification: Unclassified OS: Linux (All) Reporter: bass.jordan+bugzilla at gmail.com Hardware: x86-64 (AMD64) Status: NEW Version: unspecified Component: Driver/nouveau Product: xorg Created attachment 90035 --> https://bugs.freedesktop.org/attachment.cgi?id=90035&action=edit nouveau log Fr...
2011 Nov 16
5
Multi-channel labels in Vorbis comments
...for stem mixing, something that is compatible with sharing our mixes on the open web - legally, of course - but could also be used by record labels that sell tracks to DJs. For example, eight channel Ogg Vorbis files where the first two tracks are a stereo mix of the drums, third and fourth stereo bass, fifth and sixth stereo vocals, and seventh and eighth tracks everything else. This means that you can mute or solo individual stems in the mix, giving you the versatility of four-deck or eight-deck mixing but without the problems of keeping many decks in sync. It seems that Ogg Vorbis already has...
2010 Mar 04
0
Notch Filter in AEC
...w frequencies - e.g. G.729 rolls off its input hard, with a turnover at 140Hz - their whole coding methodology tends to break down without that. The telephone network normally rolls off hard below about 300Hz, so this actually perfectly normal voice for a phone call. A second reason to remove the bass frequencies is if you don't you can get nasty echoes if the audio is sent to the PSTN. Analogue PSTN interfaces don't always remove the bass frequencies, and digital interfaces (BRI/E1/T1) never do. If you sent those frequency through an analogue segment of the network, the hybrids can do h...