search for: sinus

Displaying 20 results from an estimated 67 matches for "sinus".

Did you mean: linus
2011 Jan 18
2
ggplot2, geom_hline and facet_grid
...> lvexs cvd_basestudy ecd_rhythm fixed_time variable_time 1 CBP05J02 AF 30.9000 29.4225 2 CBP05J02 AF 33.1700 32.0350 3 CBP05J02 AF 32.5700 30.2775 4 CBP05J02 AF 32.0550 33.7275 5 CBP05J02 SINUS 30.9175 28.3475 6 CBP05J02 SINUS 30.5725 29.7450 7 CBP05J02 SINUS 33.0000 31.1550 9 CBP05J02 SINUS 31.8350 30.7000 10 CBP05J02 SINUS 34.0450 33.4800 11 CBP05J02 SINUS 31.3975 29.8150 > qpl...
2016 Jul 12
0
Driver Inform Sinus SS 230
Sorry if this is a duplicated message. On Tue, 12 Jul 2016, Barbieri, Matteo wrote: > ... a new model "Inform Sinus SS 230". Obviously I already saw on the > official NUT website that the model is not supported, but I was wondering if > there are some compatible drivers or maybe someone who are currently working > on that model... Hi, Since the Inform Sinus SS 210 is supported by the blazer_ser...
2016 Jul 12
0
Driver Inform Sinus SS 230
Hello everyone, My name is Matteo and i'm new in this list! I've used NUT for several years with no problems, but now one of my UPS has been replaced during a technical intervention with a new model "Inform Sinus SS 230". Obviously I already saw on the official NUT website that the model is not supported, but I was wondering if there are some compatible drivers or maybe someone who are currently working on that model... Thanks in advance, greetings! -- Matteo Barbieri | Ufficio Sistemi Informativi...
2011 Mar 10
1
Problems with upscmd ACCESS-DENIED
I'm trying to execute some commands on my ups, but I keep getting ERR ACCESS-DENIED upscmd -l sinus Instant commands supported on UPS [sinus]: beeper.toggle - Toggle the UPS beeper load.off - Turn off the load immediately load.on - Turn on the load immediately shutdown.return - Turn off the load and return when power is back shutdown.stayoff - Turn off the load and remain off shutdown.stop - Sto...
2008 Feb 12
1
SMS and Megatec protocol Diffs
...when a timed shutdown command is sent to it, before actually shutting down? If so, that is a violation of the megatec protocol. The megatec version in the development trunk has an option "ignoreoff" to accomodate UPSes that exibit this behavior. > Know working SMS Models : > > SINUS Single : Only versions > Manager III : Only serial versions I'll add this to the compatibility list. > /* Known battery types must be in ascending order by "nominal" first, and then by "max". */ > -static BatteryVolts_t batteries[] = {{ 12.0, 9.0, 16.0, 9.7, 13...
2019 Aug 06
4
Monitor UPS Brand SMS
Hi Users NUT, I want monitor a UPS of brand SMS (Sinus Double 8 KVA) using a raspberry-pi. In compatibility list, is listed to use the blazer_ser driver. I use a USB adapter to RS-232 conected in to the No-Breake. Follow the comands e confs. root at rasp:/home/pi# lsusb *Bus 001 Device 004: ID 067b:2303 Prolific Technology, Inc. PL2303 Serial Port* Bu...
2013 Nov 26
4
Opus 1.1-rc is out
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 We just released Opus 1.1-rc, which should be the last step before the final 1.1 release. Compared to 1.1-beta, this new release further improves surround encoding quality. It also includes better tuning of surround and stereo for lower bitrates. The complexity has been reduced on all CPUs, but especially ARM, which now has Neon assembly for the
2009 Mar 19
1
Simple Plot with Grid's Viewport
Dear all, I have the following code that try to plot simple sinus curve into 2x2 grid in 1 page. But this code of mine create 4 plots in 1 page each. What's wrong with my approach? __BEGIN__ library(lattice) library(grid) test.plot <- function(x,y) { pushViewport(viewport(layout.pos.col=x, layout.pos.row=y)) pushViewport(viewport(width=0.6, height=0...
2010 Mar 03
1
error in R
Hi, I want put some values in the last column of a matrix b. But every time again there comes the same error on the screen... > b <- array(0, c(5,5)) > m<-matrix(runif(20,0,2*pi),5) # the sinus of this kind of values i want put in the last column of b, m is a 5*4 matrix > n<-5 > for(i in 1:n){ + a2<-1 + for(k in 1: n-1){ + a2<-a2*sin(m[i,k]) + } + b[i,n]<-a2 + } Error in b[i, n] <- a2 : replacement has length zero Is there someone who see the problem? Thanks a lot,...
2004 Mar 04
0
Error after half-blocksize
...d with those of jOrbis (www.jcraft.com/jorbis/)). But after the transformation the values shows a strange behaviour. In [0, blocksize/2] the values are correct, but in [blocksize/2, blocksize] the values are wrong. The difference in this interval between the values of jOrbis and mine is like a sinus-wave, but not a very clear one. [It's hard to describe it as long you have no picture. I don't if it's appropriate to attach images to such mailing-list-mails, but if needed I'll send one ...] Perhabs the following "dot-picture" will help a little bit ... Up to blocksi...
2013 Dec 04
0
Phase perservation in Opus
Hi list I'm writing some unit tests for a piece of software using the opus library for audio encoding before transfering though RTP. In order to test my RTP implementation I thought I would transfer an encoded 440Hz sinus, and then do a diff of the received/decoded signal. However, my strategy seems to fail completely since the recreated sinus looks nothing like the one in the decoded signal. So my question is; is the phase not likely to be preserved during opus encoding/decoding or did I simply make an error in...
2012 Mar 19
3
Issue with asin()
...DD <- ifelse(cond1, 0, ifelse(cond2, (meanT - Tseuil), DD_ifelse3)) } ### method (Tmin + Tmax) / 2 else if(method == "DDt2"){ cond1 <- (meanT > Tseuil) DD <- ifelse(cond1,(meanT - Tseuil),0) } else{ stop("\nMethod name is invalid.\nMethods available = DDsin (sinus) or DDt2 (mean)\n") } return(DD) } BUT! When I try to process random data: library(reshape2) library(plyr) station <- rep(c("station1","station2","station3"), 20) values_min <- sample(-5:20, size = 60, replace = T) values_max <- sample(20:40, size =...
2006 Apr 06
3
Wine and AMD 64 in Suse 9.3
Hi. I have to use a comercial Windows software in my work, called Cosilab. Last two months I was using Debian and wine 0.9.1 and everything went perfect. The Program works fine under wine and I haven't got any problems. Now I've updated my computer to an AMD64 with 2Ghz Processor and I do not know if the problem with wine is caused by the 64 bits processor or why... I try to run the
2005 Jan 26
3
DC++ 0.668 - Annoying "tooltips"
Hello there ? There were folks in the recent time running DC++ on wine. I'm also one of them, and I have a small problem, which turns out to be very annoying. The action buttons at the top of the main DC++ window as well as tabs at the bottom tend to show "tooltips" containing information about the last files to be hashed. However, there is an error somewhere that these tooltip
2018 Nov 05
3
Antw: Re: Antw: Re: Possible bug in Opus 1.3
On Mon, Nov 5, 2018 at 11:01 AM Jan Stary <hans at stare.cz> wrote: Attached I send the spectrogram (vic SoX) of the first 20 seconds > for the wav file and the opus file. Indeed, there is extra noise > for the low frequencies, but somewhere around -100 dB. > > Jan > That might be entirely due to SoX treating it as a 16-bit file, which it is not; -100dB is almost
2011 Apr 28
1
Extract complete rows by group and maximum
...hus I have a dataframe: cvd_basestudy ... es_time ... _____________ study1 ... 0.3091667 study2 ... 0.3091667 study2 ... 0.2625000 study3 ... 0.3033333 study3 ... 0.2625000 __________ etc I can extract the basestudy and the max(es_time) using ddply ddply(datares_sinus_variable, .(cvd_basestudy), function(x){max(x[['es_time']])}) or by by(datares_sinus_variable$es_time, datares_sinus_variable$cvd_basestudy, max) but how do I extract the whole line so that I can get a dataframe with all the data for the maximum line? (dput output from first 5 rows of my...
2004 Aug 06
2
echo cancellation for analog lines
...tion of the filter, and only filter the echo using the "frozen" filter? This seems for me the fastest way out: to let it run some filter adaption when the thin client boots up, and then freeze it for the day. Or is it better to focus on the dial/ringing tone (or any other "pure" sinus for that matter)? Regards, Ard van Breemen. (Since the software is developed under a GPL, I will put the software on a website soon...)
2007 Nov 30
1
Help with tables
...-------+--------+--------+--------+ 4 I 5 I 1 I 2 I 3 I 11 Bronquitis I I I I I 2.3 +--------+--------+--------+--------+ 5 I 5 I 4 I 1 I 0 I 10 Sinusitis I I I I I 2.1 +--------+--------+--------+--------+ 6 I 1 I 1 I 1 I 3 I 6 Rinitis I I I I I 1.3 +--------+--------+---...
2014 Feb 20
0
Identify SIEMENS MASTEGUARD
...and new versions is the same. Only the firmware is different. The hardware design is similar for all devices. Switch mode step down power supply to charge the batteries Switch mode symmetrical step up to + and - 375 volt using FET bridge Half bridge using IGBT to chop the +- 375V to a true sinus Optional additional power supply to battery voltage (half the power rating of the unit). So that the output is frequency unrelated to the input. The difference between smaller and bigger units is in the coils, transformers and number and or size of FET's and IGBT's The units use 24V (...
2019 Aug 07
0
Monitor UPS Brand SMS
...ut wonder. 2. I have recently been fuddled due to permission problems of various sorts. Are you sure that the user under which nut is running is able to access the /dev/ttyUSB file? On 8/6/2019 6:14 AM, Mario Michielin Neto wrote: > Hi Users NUT, > > I want monitor a UPS of brand SMS (Sinus Double 8 KVA) using a > raspberry-pi. In compatibility list, is listed to use the blazer_ser > driver. I use a USB adapter to RS-232 conected in to the No-Breake. > Follow the comands e confs. > > root at rasp:/home/pi# lsusb > *Bus 001 Device 004: ID 067b:2303 Prolific Technology...