search for: voigts

Displaying 20 results from an estimated 36 matches for "voigts".

Did you mean: voigt
2007 Nov 21
1
normalised Voigt random numbers
Dear list, I would like to generate random numbers from a Voigt distribution, hopefully in a way as simple as getting random numbers from a normal distribution with 'rnorm'. Is there any package to do this? Speed is an issue in this application. Or, as the Voigt distribution is a convolution of a Gaussian and a Lorentzian, can I simply combine random numbers from rnorm and rcauchy in some
2005 Aug 26
1
Pseudo-Voigt fit
Hi, I am sorry for this question, but I am trying to speed up an application.... I will need to fit many x-y data sets (input from text files) to 4-parameter Pseudo-Voigt peak function. Until now I used SigmaPlot macro to do it (enclosed just in case...) peaksign(q) = if(total(q)>q[1], 1, -1) xatymin(q,r) = xatymax(q,max(r)-r) [Parameters] a = if(peaksign(y)>0, max(y), min(y))
2003 Oct 24
1
first value from nlm (non-finite value supplied by nlm)
Dear expeRts, first of all I'd like to thank you for the quick help on my last which() problem. Here is another one I could not tackle: I have data on an absorption measurement which I want to fit with an voigt profile: fn.1 <- function(p){ for (i1 in ilong){ ff <- f[i1] ex[i1] <- exp(S*n*L*voigt(u,v,ff,p[1],p[2],p[3])[[1]]) } sum((t-ex)^2) } out <-
2009 May 11
1
predict function the other way around
Dear List, Consider the following example x=c(1,2,3,4,5) y=c(2,4,6,8,10) linearmodel=lm(y~x) To predict a y-value if you know the corresponding x value is very easy with the command predict. predict(linearmodel, newdata=(x=1.5)) The other way around, to predict an x-value with a corresponding y-value, doesn't work unfortunately. Is there another function that can do that, or do I need to
2005 Sep 13
1
callfile: How to invoke SetCallerPres ?
Hi, how may I define in a callfile the CallerID presentation to be used for the requested call, eg. set it to prohibited? TIA, Bruno -------------- next part -------------- A non-text attachment was scrubbed... Name: Bruno.Voigt.vcf Type: text/x-vcard Size: 270 bytes Desc: not available Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20050913/fcb5c595/Bruno.Voigt.vcf
2005 Oct 12
1
send Q931 information element keypadfacility ?!
Hi all, I'm looking for a way with any asterisk-version with TE410P (cpe EuroISDN, Q931) for sending an INFORMATION ELEMENT KeypadFacility, eg. *87, during a connected call to the PSTN switch. Are there existing functions in asterisk to generate & send such IE ? If not what existing modules would be best to derive from? TIA, Bruno -------------- next part -------------- A non-text
2001 May 14
3
Spectral band replication
>> Do you (or the ogg vorbis community) understand how SBR works? There is >> info on http://www.codingtechnologies.de/technology/sbr.htm >> bnut I am guessing this infop is not enough to explain the technology. Robert Voigt: >I haven't heard about SBR before. After reading that webpage I can say the >following: [ . . . ] I don't think SBR will give an
2001 May 09
4
Can compressed music sound better than uncompressed?
I quote from "Principles of Digital Audio" by Ken C. Pohlmann: "Because perceptual coders tailor the coded signal to the ear's acuity, they similarly tailor the required response of the playback system itself. Live music does not pass through amplifiers and loudspeakers, it goes directly to the ear. But recorded music must pass through the playback signal chain. Much of the
2016 Nov 02
1
Samba using pdb ldapsam fails upon startup
Dear all, I freshly installed a new smb-server that should act as file server with some smb-shares. The pdc is a Windows 2008 r2 server. My smb.conf is as follows: [global] workgroup = agroup server string = ssmbserver #passdb backend = tdbsam map to guest = Bad User usershare allow guests = No security = domain wins support = No
2005 Feb 01
3
Feature request: FAIL_DELAY-support for sshd
Hello! My Linux-server is every day attacked with brute-force password cracking attacks. I use openssh-3.9p1 (SuSE Linux 9.2) with standard setup (PAM, LoginGraceTime 2m, MaxAuthTries 6). Unfortunately, I see cracking attempts with very short delays (1 second): Jan 31 00:46:53 XXX sshd[10774]: Invalid user backup from ::ffff:66.98.176.50 Jan 31 00:46:54 XXX sshd[10776]: Invalid user server
2003 Oct 02
1
Compiled Samba-3.0.0 package is to great
Hi, I have a problem with the filesize of the samba 3.0.0 package. after compiling the source of the samba-3.0.0 i made the "sh makepkg.sh". the package i got was about 901 MB. does anybody know why the package is as great as mine and what can i do to get a samba package which is smaller than the package i have. i compiled under solaris 8. i made all what samba.org says that i
2000 Sep 29
0
OT: Plate Echo
Oooh Plate Echo was what people had before digital reverbs! (When they didn't have spring reverb!) - Long ago... They are quite rare now because only big studios had them as they took up a lot of room! (and then they threw them all away) *jealous* Do you really have a plate reverb or just a digital simulation? love Freya --- Robert Voigt <robert.voigt@gmx.de> wrote: > uh, you
2005 Jun 04
3
SNOM extension lights programmable, eg. based on asterisk variable setting?
Hi all, I've programmed on a SNOM function key the destination "**77" which in my extension plan reprograms/toggles an asterisk DB variable which I use in the extension plan for some call routing decisions. I would like the SNOM extension light to permanently reflect the current toggle status of my application logic/asterisk DB variable. Is something like that possible to do in
2001 Jan 05
6
A masking test program
There's a new module in CVS called 'masktest'. I spent the last few weeks writing this program. It can measure masking based on input from people. We need it to obtain better masking curves than we have right now (from Ehmer...). It's not finished yet, but you can get a feeling of what it's supposed to do. It will measure the masking between tone and tone, noise /tone,
2015 Jul 17
0
[Bug 3099] Please parallelize filesystem scan
https://bugzilla.samba.org/show_bug.cgi?id=3099 --- Comment #7 from Rainer <rainer at voigt-home.net> --- Hi, I'm experiencing the very same problem: I'm trying to sync a set of VMWare disk files (about 2.5TB) with not too many changes, and direct copying is still faster than the checksumming by a quite large margin because of the sequential checksumming on source and target just
2009 Mar 27
1
Sweave-output causes error-message in pdflatex
Dear list, Latex/Sweave has trouble processing Sveave-output coming from the summary-command of a linear Model. >summary(lmRub) The output line causing the trouble looks in R like this Signif. codes: 0 ?***? 0.001 ?**? 0.01 ?*? 0.05 ?.? 0.1 ? ? 1 In my Sweaved Tex-file that line looks like this Signif. codes: 0 ?***? 0.001 ?**? 0.01 ?*? 0.05 ?.? 0.1 ? ? 1? (actually in the editor the
2005 Aug 24
1
Wifi UT Starcom F1000: Raising Audio volume Level via asterisk?
Hi all, I' m currently testing a Wifi UT Starcom F1000 and for my taste even with the audio volume level even on max. setting, the speaker is not loud enogh. Is there a way to raise the audio-level specifically for a concrete SIP device via a sip.conf setting or something like that ?? TIA, Bruno
2006 Jan 07
2
how to configure iax account for iaxmodem?
Hi, I'm running asterisk 1.2.1 and started to play with iaxmodem 0.0.7 running on the same box. I wonder how to setup the iax account correctly so that I may initiate outbound calls via iaxmodem? registration upon iaxmodem startup is okay and I can direct calls to it. -- Registered IAX2 'iaxmodem' (AUTHENTICATED) at 127.0.0.1:33874 But upon an outbound call setup request from
2005 Sep 22
0
priindication passthru TE410P EuroISDN?
Hi all, I have to asterisk-1.0.9BRIstuffed-0.2.0n boxes each equipped with a TE410P. Box A is connected with pri1 to the PSTN. Box B is connected with pri1 (cpe) to the Box A at pri2 (net). Now I want Box B to dial out to the PSTN tunneled thru Box A and have it get all ISDN indications in case of call failure, eg. unallocated destination number etc. But currently Box B always gets only
2009 Jan 19
1
Sweave encoding problem
Hello, Sweave seems to have trouble processing german letters in R. For example, my noweb R-input looks like this. <<>>= Oberfl?chenfehler = c(4, 11, 6, 2, 7, 9) @ If I send it through Sweave, I get the following error message. error: chunk 1 Error in parse(text = chunk) : unexpected input in "Oberfl??" extra: Warning message: In readLines(f[1]) : underfull last line in